diff options
author | Guido van Rossum <guido@python.org> | 2001-03-20 13:09:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-20 13:09:14 (GMT) |
commit | 6abce91a345be8ae4b35fb1d6be53178a747dea2 (patch) | |
tree | 9398af585b217a5834c59792b5baaf76f14affdf /config.h.in | |
parent | a1351fbd884189329bbcb6c688ca992fc1afc3f6 (diff) | |
download | cpython-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.in | 3 |
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 |