summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/main/php.h b/main/php.h
index 68e36ea651..192635200a 100644
--- a/main/php.h
+++ b/main/php.h
@@ -60,14 +60,9 @@
# else
# define PHPAPI
# endif
-
-#define THREAD_LS
-#define PHP_DIR_SEPARATOR '/'
-#if defined(__MacOSX__)
-#define PHP_EOL "\r"
-#else
-#define PHP_EOL "\n"
-#endif
+# define THREAD_LS
+# define PHP_DIR_SEPARATOR '/'
+# define PHP_EOL "\n"
#endif
#ifdef NETWARE