summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-15 15:43:14 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-18 17:02:11 +0100
commitf75898d5b5712bcd8cb45cd54893932c1d0e5b36 (patch)
treefbf978eeb33cb025598dfed0a8f63b80b017ef98 /source3
parent2e0dc77bdad8e6c88920cfb8624a8dac981dd4c8 (diff)
downloadsamba-f75898d5b5712bcd8cb45cd54893932c1d0e5b36.tar.gz
samba-f75898d5b5712bcd8cb45cd54893932c1d0e5b36.tar.bz2
samba-f75898d5b5712bcd8cb45cd54893932c1d0e5b36.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 (cherry picked from commit d42f2e5759332f1f0c6c1269bd29ac62ddb11016) (This used to be commit af3772e22f5e6e0158783086e9791ffc95ee5368)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/replace/libreplace_cc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/libreplace_cc.m4 b/source3/lib/replace/libreplace_cc.m4
index a0722b2fcf..3f0a337083 100644
--- a/source3/lib/replace/libreplace_cc.m4
+++ b/source3/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