From a3c7cbfed365d77c78b4eceecefde6c3536ba85f Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 16 May 2002 19:59:25 +0000 Subject: 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) --- source3/include/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 -- cgit