summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-13 15:47:04 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-13 15:47:04 (GMT)
commit4c627be931de3e3ea985203960d6248c38e3e5b5 (patch)
treef936b3b047544ce95b772cc2a1b9b4f734762b8b /acconfig.h
parent46005662854c351e2e85bd5de2c89096d0e582cd (diff)
downloadcpython-4c627be931de3e3ea985203960d6248c38e3e5b5.zip
cpython-4c627be931de3e3ea985203960d6248c38e3e5b5.tar.gz
cpython-4c627be931de3e3ea985203960d6248c38e3e5b5.tar.bz2
Small changes
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 767561f..b3ff6c6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -13,6 +13,9 @@
and (consequently) setpgrp() as setpgrp(0, 0). */
#undef GETPGRP_HAVE_ARGS
+/* Define this if your time.h defines altzone */
+#undef HAVE_ALTZONE
+
/* Define if your compiler supports function prototypes */
#undef HAVE_PROTOTYPES