diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index dbc03be..0bd5485 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -712,6 +712,9 @@ /* Define if you want to compile in cycle garbage collection. */ #undef WITH_CYCLE_GC +/* Define if you want to read files with foreign newlines. */ +#undef WITH_UNIVERSAL_NEWLINES + /* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry (Dynix), and Atari ST. This requires the 'dl-dld' library, |