summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-20 13:09:14 (GMT)
committerGuido van Rossum <guido@python.org>2001-03-20 13:09:14 (GMT)
commit6abce91a345be8ae4b35fb1d6be53178a747dea2 (patch)
tree9398af585b217a5834c59792b5baaf76f14affdf /acconfig.h
parenta1351fbd884189329bbcb6c688ca992fc1afc3f6 (diff)
downloadcpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.zip
cpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.tar.gz
cpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.tar.bz2
Get rid of --with-check-import-case. (Jason Tishler, SF #409924)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 3f7829f..346f368 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -19,9 +19,6 @@
/* Define if you have the Mach cthreads package */
#undef C_THREADS
-/* Defined when case of imported modules are checked against case of file. */
-#undef CHECK_IMPORT_CASE
-
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t