summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-02-27 12:16:39 +0000
committerRasmus Lerdorf <rasmus@php.net>2012-02-27 12:16:39 +0000
commit4ac6c512f958ab15a311187a1a05d892455a9e1d (patch)
treeabc8a67f99b038283eb3b01140f3bb13ae078472 /main/php.h
parent1923ecfe2552851b4ed19cadcc78b1f957bf58ef (diff)
downloadphp-git-4ac6c512f958ab15a311187a1a05d892455a9e1d.tar.gz
Fix bug 61193
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