None of the files that include ast_common.h.in, require anything from
varargs.h, compilation is still successfull.
# define _sys_stat 1
#endif
-#ifdef HAVE_VARARGS_H
-# define _hdr_varargs 1
-#endif
-
/* FIXME - need proper config test for these */
#define _typ_ssize_t 1 /* ssize_t is a type */
#define _typ_long_double 1 /* long double is a type */
#endif /*_astimport*/
#ifndef _AST_STD_H
-# if defined(_hdr_varargs)
-# include <varargs.h>
-# endif
# if defined(_sys_types)
# include <sys/types.h>
# endif