mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Enable universal newline support for MacPython.
This commit is contained in:
parent
077f27141f
commit
a258324a3d
1 changed files with 3 additions and 0 deletions
|
@ -286,6 +286,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
/* Define if you want to compile in cycle garbage collection */
|
/* Define if you want to compile in cycle garbage collection */
|
||||||
#define WITH_CYCLE_GC 1
|
#define WITH_CYCLE_GC 1
|
||||||
|
|
||||||
|
/* Define if you want cross-platform newline support for reading */
|
||||||
|
#define WITH_UNIVERSAL_NEWLINES
|
||||||
|
|
||||||
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
|
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
|
||||||
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
|
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
|
||||||
Sequent Symmetry (Dynix), and Atari ST.
|
Sequent Symmetry (Dynix), and Atari ST.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue