summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-15 15:43:14 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:26 +0100
commitfc2df89cd7aa702a03bf1a2c47c19af8b0bfa55a (patch)
tree90f302b080095a4b40b5719209bfe4ed6692f579 /source4/lib/replace
parent911fbed635d268495887f5c7f8727b8de6db67fc (diff)
downloadsamba-fc2df89cd7aa702a03bf1a2c47c19af8b0bfa55a.tar.gz
samba-fc2df89cd7aa702a03bf1a2c47c19af8b0bfa55a.tar.bz2
samba-fc2df89cd7aa702a03bf1a2c47c19af8b0bfa55a.zip
r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600
On Tru64 this brings in socklen_t and some other socket stuff metze (This used to be commit d42f2e5759332f1f0c6c1269bd29ac62ddb11016)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/libreplace_cc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4
index a0722b2fcf..3f0a337083 100644
--- a/source4/lib/replace/libreplace_cc.m4
+++ b/source4/lib/replace/libreplace_cc.m4
@@ -49,6 +49,7 @@ AC_PROG_INSTALL
AC_ISC_POSIX
AC_N_DEFINE(_XOPEN_SOURCE_EXTENDED)
+AC_N_DEFINE(_XOPEN_SOURCE,600)
AC_N_DEFINE(_OSF_SOURCE)
AC_SYS_LARGEFILE