Skip to content

Commit

Permalink
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
Browse files Browse the repository at this point in the history
NOTE:  someone who understands Unix config should remove it from acconfig.h too.
  • Loading branch information
tim-one committed Feb 28, 2001
1 parent 9f1b993 commit 8de0c17
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions PC/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,6 @@ typedef unsigned long uintptr_t;
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8

/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
imported modules against case of file; this causes "import String" to fail
with a NameError exception when it finds "string.py". Normally, you set
the environment variable PYTHONCASEOK (to anything) to disable this
feature; to permanently disable it, #undef it here. This only works on
case-preserving filesystems; otherwise you definitely want it off. */
#define CHECK_IMPORT_CASE
#endif

/* Fairly standard from here! */
Expand Down

0 comments on commit 8de0c17

Please sign in to comment.