From be5b33e8769df3ac344d9edbedcd44971b9156f7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 25 Feb 2004 01:23:13 +0000 Subject: Add in HAVE_STDARG_H to the various port config files. --- config.h.W32.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.W32.template') diff --git a/config.h.W32.template b/config.h.W32.template index 4e48467..8fbeecd 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -158,6 +158,9 @@ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ +/* Define to 1 if you have the header file. */ +#define HAVE_STDARG_H 1 + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS #define STDC_HEADERS 1 -- cgit v1.2.3