diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-28 17:59:28 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-28 17:59:28 -0400 |
commit | 441b64335590ab91854b997bec07a9578086d895 (patch) | |
tree | 1ef33d76f43c79d7e0effcc0177625054a35d591 /configh.dos.template | |
parent | 8b034b7d18a08d3a2378e5b6fc9fbdd1b658f142 (diff) | |
download | gunmake-441b64335590ab91854b997bec07a9578086d895.tar.gz |
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.)
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configh.dos.template b/configh.dos.template index 10d848f..61857ab 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -79,13 +79,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if your compiler conforms to the ANSI C standard. */ #define HAVE_ANSI_COMPILER 1 -/* Define to 1 if you have the <stdarg.h> header file. */ -#define HAVE_STDARG_H 1 - -/* Define to 1 if you have the vprintf library function. */ -#undef HAVE_VPRINTF -#define HAVE_VPRINTF 1 - /* Define to 1 if you have the stricmp function. */ #define HAVE_STRICMP 1 |