Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e52aa5c

Browse files
author
Andrew MacIntyre
committed
add universal newline support to configuration
1 parent d65778a commit e52aa5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PC/os2emx/pyconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#define WITH_THREAD
2626
#define OS2_THREADS
2727

28+
/* Define if you want to read files with foreign newlines. */
29+
#define WITH_UNIVERSAL_NEWLINES 1
30+
2831
/* We want sockets */
2932
#define USE_SOCKET
3033
#define socklen_t int

0 commit comments

Comments
 (0)