diff options
Diffstat (limited to 'contrib/bmake/config.h.in')
-rw-r--r-- | contrib/bmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/bmake/config.h.in b/contrib/bmake/config.h.in index ce1700d..82e7e99 100644 --- a/contrib/bmake/config.h.in +++ b/contrib/bmake/config.h.in @@ -324,6 +324,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const +/* Define to `int' if <sys/types.h> does not define. */ +#undef mode_t + /* Define to `long int' if <sys/types.h> does not define. */ #undef off_t |