From aff6906e6a839748eff5dfafa31a49113b3d5880 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 15 Feb 1994 15:52:14 +0000 Subject: [PATCH] Added HAVE_STDARG_PROTOTYPES and signed --- acconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/acconfig.h b/acconfig.h index b3ff6c61c34..5d7fbe1d304 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,6 +19,13 @@ /* Define if your compiler supports function prototypes */ #undef HAVE_PROTOTYPES +/* Define if your compiler supports variable length function prototypes + (e.g. void fprintf(FILE *, char *, ...);) *and* */ +#undef HAVE_STDARG_PROTOTYPES + +/* Define to empty if the keyword does not work. */ +#undef signed + /* Define for SOLARIS 2.x */ #undef SOLARIS