mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
add universal newline support to configuration
This commit is contained in:
parent
d65778a9bf
commit
e52aa5ce48
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
#define WITH_THREAD
|
||||
#define OS2_THREADS
|
||||
|
||||
/* Define if you want to read files with foreign newlines. */
|
||||
#define WITH_UNIVERSAL_NEWLINES 1
|
||||
|
||||
/* We want sockets */
|
||||
#define USE_SOCKET
|
||||
#define socklen_t int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue