aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-10-13 11:16:23 -0700
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-10-13 11:16:23 -0700
commit7976458c8ba5a08a38a5b04c3a8c4f613ccd4ceb (patch)
treed03291ab85dce2d4eef846175c0732fbc1014527
parent4cee9cc9ee46f1d68a879a9860e32dcd4bc5f7e0 (diff)
downloadtftp-hpa-7976458c8ba5a08a38a5b04c3a8c4f613ccd4ceb.tar.gz
Define _GNU_SOURCE
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5166ca4..faff15e 100644
--- a/configure.in
+++ b/configure.in
@@ -24,8 +24,7 @@ CFLAGS="$CFLAGS -D_XOPEN_SOURCE"
CFLAGS="$CFLAGS -D__EXTENSIONS__"
dnl Needed on some glibc systems
-CFLAGS="$CFLAGS -D_BSD_SOURCE"
-CFLAGS="$CFLAGS -D_ISO9X_SOURCE"
+CFLAGS="$CFLAGS -D_GNU_SOURCE"
dnl Needed on Digital Unix
CFLAGS="$CFLAGS -D_OSF_SOURCE"