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.
# define _sys_stat 1
#endif
-#ifdef HAVE_STDARG_H
-# define _hdr_stdarg 1
-#endif
-
#ifdef HAVE_VARARGS_H
# define _hdr_varargs 1
#endif
#endif /*_astimport*/
#ifndef _AST_STD_H
-# if defined(_hdr_stdarg)
-# include <stdarg.h>
-# endif
# if defined(_hdr_varargs)
# include <varargs.h>
# endif
hdr ndir
hdr netdb
hdr search
-hdr stdarg
hdr stdbool
hdr stdint
hdr strings
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 \
/* 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