add universal newline support to configuration

This commit is contained in:
Andrew MacIntyre 2002-12-31 11:24:43 +00:00
parent d65778a9bf
commit e52aa5ce48
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#define WITH_THREAD #define WITH_THREAD
#define OS2_THREADS #define OS2_THREADS
/* Define if you want to read files with foreign newlines. */
#define WITH_UNIVERSAL_NEWLINES 1
/* We want sockets */ /* We want sockets */
#define USE_SOCKET #define USE_SOCKET
#define socklen_t int #define socklen_t int