diff options
author | Guido van Rossum <guido@python.org> | 1994-02-15 15:52:14 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-02-15 15:52:14 +0000 |
commit | aff6906e6a839748eff5dfafa31a49113b3d5880 (patch) | |
tree | 908e66f2c486958a69d2b96d87047b0909760978 | |
parent | 44fa566927987328e0d818071d7b2b7f473df1cd (diff) | |
download | cpython-git-aff6906e6a839748eff5dfafa31a49113b3d5880.tar.gz |
Added HAVE_STDARG_PROTOTYPES and signed
-rw-r--r-- | acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index b3ff6c61c3..5d7fbe1d30 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* <stdarg.h> */ +#undef HAVE_STDARG_PROTOTYPES + +/* Define to empty if the keyword does not work. */ +#undef signed + /* Define for SOLARIS 2.x */ #undef SOLARIS |