Kaydet (Commit) aff6906e authored tarafından Guido van Rossum's avatar Guido van Rossum

Added HAVE_STDARG_PROTOTYPES and signed

üst 44fa5669
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment