1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE defines

This commit is contained in:
Jon Trulson 2014-03-24 19:38:20 -06:00
parent 3c35e2d14d
commit 045de2cdd5

View file

@ -168,16 +168,15 @@ TIRPCLIB =
# endif # endif
#else #else
# define LinuxSourceDefines -D_POSIX_C_SOURCE=199309L \ # define LinuxSourceDefines -D_POSIX_SOURCE \
-D_POSIX_SOURCE \ -D_BSD_SOURCE -D_SVID_SOURCE \
-D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE \
-D__NO_STRING_INLINES -D__NO_MATH_INLINES \ -D__NO_STRING_INLINES -D__NO_MATH_INLINES \
LinuxLocaleDefines LinuxLocaleDefines
# define HasPosixThreads YES # define HasPosixThreads YES
# define ThreadedX YES # define ThreadedX YES
# define HasThreadSafeAPI YES # define HasThreadSafeAPI YES
# define ThreadsLibraries -lpthread # define ThreadsLibraries -lpthread
# define SystemMTDefines -D_REENTRANT # define SystemMTDefines -D_REENTRANT
# ifndef HasLibCrypt # ifndef HasLibCrypt
# define HasLibCrypt YES # define HasLibCrypt YES
# endif # endif