From 441b64335590ab91854b997bec07a9578086d895 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 28 Apr 2013 17:59:28 -0400 Subject: Remove support for pre-ANSI variadic function calls. We've required support for ANSI C (ISO C 89) or better for quite a while. Get rid of the old varags.h, doprnt() stuff and simply assume ANSI C variadic function capability and basic C runtime library support (vfprintf, vsprintf, etc.) --- config.h.W32.template | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config.h.W32.template') diff --git a/config.h.W32.template b/config.h.W32.template index a00e095..8818a76 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -109,9 +109,6 @@ this program. If not, see . */ # define HAVE_DIRECT_H 1 #endif -/* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */ -/* #undef HAVE_DOPRNT */ - /* Use platform specific coding */ #define HAVE_DOS_PATHS 1 @@ -247,9 +244,6 @@ this program. If not, see . */ /* Define to 1 if you have the 'socket' function. */ /* #undef HAVE_SOCKET */ -/* Define to 1 if you have the header file. */ -#define HAVE_STDARG_H 1 - /* Define to 1 if you have the header file. */ #ifdef __MINGW32__ #define HAVE_STDINT_H 1 @@ -348,19 +342,12 @@ this program. If not, see . */ #define HAVE_UNISTD_H 1 #endif -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VARARGS_H */ - /* Define to 1 if you have the 'vfork' function. */ /* #undef HAVE_VFORK */ /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ -/* Define to 1 if you have the 'vprintf' function. */ -#define HAVE_VPRINTF 1 - - /* Define to 1 if you have the 'wait3' function. */ /* #undef HAVE_WAIT3 */ -- cgit v1.2.3