Added HAVE_STDARG_PROTOTYPES and signed

This commit is contained in:
Guido van Rossum 1994-02-15 15:52:14 +00:00
parent 44fa566927
commit aff6906e6a
1 changed files with 7 additions and 0 deletions

View File

@ -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* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES
/* Define to empty if the keyword does not work. */
#undef signed
/* Define for SOLARIS 2.x */
#undef SOLARIS