summaryrefslogtreecommitdiff
path: root/source3/acconfig.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-05-16 19:59:25 +0000
committerJim McDonough <jmcd@samba.org>2002-05-16 19:59:25 +0000
commita3c7cbfed365d77c78b4eceecefde6c3536ba85f (patch)
tree575bc758d81283527c2d7f64f5411d9ec3fa53a9 /source3/acconfig.h
parent6df90d3f2c7129bab11f508306cd5876a18f4989 (diff)
downloadsamba-a3c7cbfed365d77c78b4eceecefde6c3536ba85f.tar.gz
samba-a3c7cbfed365d77c78b4eceecefde6c3536ba85f.tar.bz2
samba-a3c7cbfed365d77c78b4eceecefde6c3536ba85f.zip
Add configure support for __va_copy, which is required on Linux/390 systems
when assigning on va_list to another, or when passing a va_list as an argument to a function. Not using it causes segv's and other unpredictable results. We need to check all over the place for this... (This used to be commit 331132678c2e25e5f220de34968f6b16f4fbbc97)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r--source3/acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h
index ae8474da01..25e8ef9bf3 100644
--- a/source3/acconfig.h
+++ b/source3/acconfig.h
@@ -71,6 +71,7 @@
#undef REPLACE_INET_NTOA
#undef HAVE_FILE_MACRO
#undef HAVE_FUNCTION_MACRO
+#undef HAVE_VA_COPY
#undef HAVE_SETRESUID_DECL
#undef HAVE_SETRESUID
#undef WITH_NETATALK