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. --- configh.dos.template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index 40ef770..21a4427 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -56,6 +56,12 @@ /* Define if you have the select function. */ #define HAVE_SELECT 1 +/* 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 + /* Define if you have the vprintf library function. */ #undef HAVE_VPRINTF #define HAVE_VPRINTF 1 -- cgit v1.2.3