summaryrefslogtreecommitdiffstats
path: root/config.h.in
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 /config.h.in
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 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index a390fa3..1e97f97 100644
--- a/config.h.in
+++ b/config.h.in
@@ -84,9 +84,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