add universal newline support to configuration
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index d3207d6..807083e 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -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