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 /acconfig.h | |
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 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |