From f305a52c02cd17188bb6cc429d56c5912c976229 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 6 Mar 2004 08:05:17 +0000 Subject: Don't use __STDC__; some compilers don't set it properly. Use autoconf's test to set HAVE_ANSI_COMPILER and check that instead. --- 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 8fbeecd..edb2f29 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 if your compiler conforms to the ANSI C standard. */ +#define HAVE_ANSI_COMPILER 1 + /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 -- cgit v1.2.3