diff options
author | Guido van Rossum <guido@python.org> | 1994-02-15 15:52:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-02-15 15:52:14 (GMT) |
commit | aff6906e6a839748eff5dfafa31a49113b3d5880 (patch) | |
tree | 908e66f2c486958a69d2b96d87047b0909760978 /acconfig.h | |
parent | 44fa566927987328e0d818071d7b2b7f473df1cd (diff) | |
download | cpython-aff6906e6a839748eff5dfafa31a49113b3d5880.zip cpython-aff6906e6a839748eff5dfafa31a49113b3d5880.tar.gz cpython-aff6906e6a839748eff5dfafa31a49113b3d5880.tar.bz2 |
Added HAVE_STDARG_PROTOTYPES and signed
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |