From: Erik Rozendaal Date: Tue, 21 Dec 2004 10:19:09 +0000 (+0000) Subject: configure.ac: libdns uses -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600. X-Git-Tag: release-0.50~634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ce0b5c58673fb5db82789abe6183c41d7bee98;p=thirdparty%2Fldns.git configure.ac: libdns uses -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600. --- diff --git a/configure.ac b/configure.ac index 1f87ecbf..e491a42a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.57) AC_INIT(libdns, 0.01, libdns@nlnetlabs.nl, libdns0.01) AC_CONFIG_SRCDIR([packet.c]) -OURCPPFLAGS='-ansi -pedantic' +OURCPPFLAGS='-ansi -pedantic -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600' CPPFLAGS=${CPPFLAGS:-${OURCPPFLAGS}} OURCFLAGS='-g -O2 -Wall -W -Wwrite-strings' CFLAGS=${CFLAGS:-${OURCFLAGS}}