]> granicus.if.org Git - graphviz/commitdiff
Remove defintion of HAVE_STDARG_H and _hdr_stdarg
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 9 Dec 2016 00:24:14 +0000 (01:24 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 21 Dec 2016 13:54:24 +0000 (14:54 +0100)
The define _hdr_stdarg was only used in ast_common.h to include <stdarg.h>
but this include was not needed, compilation succeeds without it.
The define HAVE_STDARG_H was only used to set _hdr_starg in ast_common.h.

Both defines and the include can therefore safely be removed.

ast_common.h.in
config.iffe
configure.ac
windows/include/config.h

index 5412671fca1d3f366e04ff507e829ba230a8ba46..d07350051700a825810fc82d818fe8bbb58e6d46 100644 (file)
 #  define _sys_stat 1
 #endif
 
-#ifdef HAVE_STDARG_H
-#  define _hdr_stdarg 1
-#endif
-
 #ifdef HAVE_VARARGS_H
 #  define _hdr_varargs 1
 #endif
@@ -56,9 +52,6 @@
 #endif /*_astimport*/
 
 #ifndef _AST_STD_H
-#       if defined(_hdr_stdarg)
-#       include <stdarg.h>
-#       endif
 #       if defined(_hdr_varargs)
 #       include <varargs.h>
 #       endif
index 6232cdcea3a68acc0ede52187c1c873d649b610f..37aa13abf94887798d0b85a10d66cd90af0862f5 100644 (file)
@@ -34,7 +34,6 @@ hdr malloc
 hdr ndir
 hdr netdb
 hdr search
-hdr stdarg
 hdr stdbool
 hdr stdint
 hdr strings
index bcfdd0e02b1e3b1c75027bb7f3d00f02001c36ca..3a0ec0109ab69550885b903ddeee618e9dc11316 100644 (file)
@@ -425,7 +425,7 @@ dnl -----------------------------------
 dnl Checks for header files
 
 # AC_HEADER_STDC
-AC_CHECK_HEADERS(stdarg.h stddef.h stddef.h malloc.h \
+AC_CHECK_HEADERS(stddef.h stddef.h malloc.h \
        fcntl.h search.h pthread.h values.h float.h limits.h termios.h \
        errno.h time.h unistd.h strings.h setjmp.h \
        sys/time.h sys/times.h sys/types.h sys/select.h \
index 16fec85035dbcdfa35d2da50c269d7cf98248756..5a3f1d5d2340b0b789eb402f9701c15a7a77f19a 100644 (file)
 /* Define to 1 if you have the `srand48' function. */
 /* #undef HAVE_SRAND48 */
 
-/* Define to 1 if you have the <stdarg.h> header file. */
-#define HAVE_STDARG_H 1
-
 /* Define to 1 if stdbool.h conforms to C99. */
 //#define HAVE_STDBOOL_H 1