summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2016-11-12 11:20:01 +0100
committerKalle Sommer Nielsen <kalle@php.net>2016-11-12 11:20:01 +0100
commit2104bea5d756dfa40b605a4a2765a3bc4637a76c (patch)
tree68be7fbf19a8acf7badda5cfc97a6b00fb36d4d7 /main/php.h
parentb3093082fdca748846c37dd52c9b0e978cc772f4 (diff)
downloadphp-git-2104bea5d756dfa40b605a4a2765a3bc4637a76c.tar.gz
Remove Netware support
If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php.h b/main/php.h
index 32ab59386f..4ed2b9d881 100644
--- a/main/php.h
+++ b/main/php.h
@@ -66,12 +66,6 @@
# define PHP_EOL "\n"
#endif
-#ifdef NETWARE
-/* For php_get_uname() function */
-#define PHP_UNAME "NetWare"
-#define PHP_OS PHP_UNAME
-#endif
-
#if HAVE_ASSERT_H
#if PHP_DEBUG
#undef NDEBUG