aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2001-11-15 21:33:59 +0000
committerhpa <hpa>2001-11-15 21:33:59 +0000
commitb1c150eb3520a58aec0b761711336c894fd5725c (patch)
tree6b6a3b8e010e1aa76f2c640cdc37fa6b934830ca
parent69b2544ed06b35414f764bbc26146d839fbdc006 (diff)
downloadtftp-hpa-b1c150eb3520a58aec0b761711336c894fd5725c.tar.gz
Add a few feature test macros to benefit Digital Unix
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 69f5a44..b1755bf 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,10 @@ dnl Needed on some glibc systems
CFLAGS="$CFLAGS -D_BSD_SOURCE"
CFLAGS="$CFLAGS -D_ISO9X_SOURCE"
+dnl Needed on Digital Unix
+CFLAGS="$CFLAGS -D_OSF_SOURCE"
+CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED"
+
AC_C_CONST
AC_C_INLINE