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.ami.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.ami.template') diff --git a/config.ami.template b/config.ami.template index 6840765..df00075 100644 --- a/config.ami.template +++ b/config.ami.template @@ -146,6 +146,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 if you have the ANSI C header files. */ #define STDC_HEADERS -- cgit v1.2.3