summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-02-15 15:52:14 (GMT)
committerGuido van Rossum <guido@python.org>1994-02-15 15:52:14 (GMT)
commitaff6906e6a839748eff5dfafa31a49113b3d5880 (patch)
tree908e66f2c486958a69d2b96d87047b0909760978 /acconfig.h
parent44fa566927987328e0d818071d7b2b7f473df1cd (diff)
downloadcpython-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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b3ff6c6..5d7fbe1 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