diff options
author | Jim McDonough <jmcd@samba.org> | 2002-05-16 19:59:25 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-05-16 19:59:25 +0000 |
commit | a3c7cbfed365d77c78b4eceecefde6c3536ba85f (patch) | |
tree | 575bc758d81283527c2d7f64f5411d9ec3fa53a9 /source3/include | |
parent | 6df90d3f2c7129bab11f508306cd5876a18f4989 (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 2e25b3a569..97db2b9f6a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -137,6 +137,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 |