added define for _POSIX_SOURCE

This commit is contained in:
Todd C. Miller
1996-01-07 19:25:06 +00:00
parent e59decf054
commit 16bdc95c26

View File

@@ -48,6 +48,13 @@
#undef _CONVEX_SOURCE
#endif
/* Define if nneded to get POSIX functionality.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _POSIX_SOURCE
#undef _POSIX_SOURCE
#endif
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t