Formerly make.h.~75~

This commit is contained in:
Roland McGrath 1993-07-23 20:04:37 +00:00
parent 2a983b8ead
commit 8153755c17

4
make.h
View file

@ -122,14 +122,14 @@ extern unsigned int get_path_max ();
#define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX) #define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX)
#endif #endif
#ifdef uts #ifdef STAT_MACROS_BROKEN
#ifdef S_ISREG #ifdef S_ISREG
#undef S_ISREG #undef S_ISREG
#endif #endif
#ifdef S_ISDIR #ifdef S_ISDIR
#undef S_ISDIR #undef S_ISDIR
#endif #endif
#endif /* uts. */ #endif /* STAT_MACROS_BROKEN. */
#ifndef S_ISREG #ifndef S_ISREG
#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)