summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-07-23 20:04:37 +0000
committerRoland McGrath <roland@redhat.com>1993-07-23 20:04:37 +0000
commit8153755c1710f5a500f1d90a6721c212a920b062 (patch)
tree28c87c8ae9c1a8b0e5c42cfe2547402f692ae015 /make.h
parent2a983b8ead652f88e52f84bb94ed0964436a3af0 (diff)
downloadgunmake-8153755c1710f5a500f1d90a6721c212a920b062.tar.gz
Formerly make.h.~75~
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.h b/make.h
index dd79070..139054f 100644
--- 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)