]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added HAVE_STDARG_PROTOTYPES and signed
authorGuido van Rossum <guido@python.org>
Tue, 15 Feb 1994 15:52:14 +0000 (15:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Feb 1994 15:52:14 +0000 (15:52 +0000)
acconfig.h

index b3ff6c61c34234f347bba26b9e4e63c2fff24c11..5d7fbe1d30432518100341f4ec717dfa25ffddb0 100644 (file)
 /* 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* <stdarg.h> */
+#undef HAVE_STDARG_PROTOTYPES
+
+/* Define to empty if the keyword does not work.  */
+#undef signed
+
 /* Define for SOLARIS 2.x */
 #undef SOLARIS