Commit e52aa5ce authored by Andrew MacIntyre's avatar Andrew MacIntyre

add universal newline support to configuration

parent d65778a9
...@@ -25,6 +25,9 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment