From: Guido van Rossum Date: Tue, 15 Feb 1994 15:52:14 +0000 (+0000) Subject: Added HAVE_STDARG_PROTOTYPES and signed X-Git-Tag: v1.0.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aff6906e6a839748eff5dfafa31a49113b3d5880;p=thirdparty%2FPython%2Fcpython.git Added HAVE_STDARG_PROTOTYPES and signed --- diff --git a/acconfig.h b/acconfig.h index b3ff6c61c342..5d7fbe1d3043 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