From: Jon Trulson Date: Tue, 25 Mar 2014 01:38:20 +0000 (-0600) Subject: linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE... X-Git-Tag: 2.2.2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=045de2cdd5bcc854921c777bd2e94e84a062d089;p=oweals%2Fcde.git linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE defines --- diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf index f55779e1..276071bc 100644 --- a/cde/config/cf/linux.cf +++ b/cde/config/cf/linux.cf @@ -168,16 +168,15 @@ TIRPCLIB = # endif #else -# define LinuxSourceDefines -D_POSIX_C_SOURCE=199309L \ - -D_POSIX_SOURCE \ - -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE \ +# define LinuxSourceDefines -D_POSIX_SOURCE \ + -D_BSD_SOURCE -D_SVID_SOURCE \ -D__NO_STRING_INLINES -D__NO_MATH_INLINES \ LinuxLocaleDefines # define HasPosixThreads YES # define ThreadedX YES # define HasThreadSafeAPI YES # define ThreadsLibraries -lpthread -# define SystemMTDefines -D_REENTRANT +# define SystemMTDefines -D_REENTRANT # ifndef HasLibCrypt # define HasLibCrypt YES # endif