From: Todd C. Miller Date: Sun, 7 Jan 1996 19:25:06 +0000 (+0000) Subject: added define for _POSIX_SOURCE X-Git-Tag: SUDO_1_4_0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16bdc95c26d220a78f39b71fcdfd045aeae399d5;p=sudo added define for _POSIX_SOURCE --- diff --git a/config.h.in b/config.h.in index 6ac9de76e..9a9decb51 100644 --- a/config.h.in +++ b/config.h.in @@ -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 doesn't define. */ #undef uid_t