]> arthur.barton.de Git - netatalk.git/commitdiff
Do not ask for SUSv3, instead use <atalk/standard.h> as necessary
authorFrank Lahm <franklahm@googlemail.com>
Wed, 14 Mar 2012 11:25:54 +0000 (12:25 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 14 Mar 2012 11:25:54 +0000 (12:25 +0100)
configure.ac

index c38a13ca7b6ba04652e5aadecdf2a1ff7e075356..709107884ab30a1cad566021a904045bac2bf26e 100644 (file)
@@ -27,9 +27,6 @@ AM_PROG_CC_C_O
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE
 
-dnl Request SUSv3 standard interfaces plus anything else the platform may have
-CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D_GNU_SOURCE"
-
 dnl Check if we can use attribute unused (gcc only) from ethereal
 AC_MSG_CHECKING(to see if we can add '__attribute__((unused))' to CFLAGS)
 if test x$GCC != x ; then