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 /config.h-vms.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 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index de7665e..1b99dd4 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -75,9 +75,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ -/* Define to 1 if you don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - /* Define to 1 if you have the fdopen function. */ #define HAVE_FDOPEN 1 @@ -144,9 +141,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have <vfork.h>. */ /* #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 system call. */ /* #undef HAVE_WAIT3 */ @@ -339,9 +333,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 <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 |