Add configure support for __va_copy, which is required on Linux/390 systems
authorJim McDonough <jmcd@samba.org>
Thu, 16 May 2002 19:59:25 +0000 (19:59 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 16 May 2002 19:59:25 +0000 (19:59 +0000)
commit331132678c2e25e5f220de34968f6b16f4fbbc97
tree34e1a35925fe4ceaba3961ccabdd4d3d4f39b05c
parent2f67f39d219bbe110d52ed2680fd8ac57946756f
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...
source/acconfig.h
source/configure
source/configure.in
source/include/config.h.in