Formerly make.h.~75~
authorRoland McGrath <roland@redhat.com>
Fri, 23 Jul 1993 20:04:37 +0000 (20:04 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 23 Jul 1993 20:04:37 +0000 (20:04 +0000)
make.h

diff --git a/make.h b/make.h
index dd79070..139054f 100644 (file)
--- a/make.h
+++ b/make.h
@@ -122,14 +122,14 @@ extern unsigned int get_path_max ();
 #define        PATH_VAR(var)   char *var = (char *) alloca (GET_PATH_MAX)
 #endif
 
-#ifdef uts
+#ifdef STAT_MACROS_BROKEN
 #ifdef S_ISREG
 #undef S_ISREG
 #endif
 #ifdef S_ISDIR
 #undef S_ISDIR
 #endif
-#endif /* uts.  */
+#endif /* STAT_MACROS_BROKEN.  */
 
 #ifndef        S_ISREG
 #define        S_ISREG(mode)   (((mode) & S_IFMT) == S_IFREG)