diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2016-11-12 11:20:01 +0100 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2016-11-12 11:20:01 +0100 |
| commit | 2104bea5d756dfa40b605a4a2765a3bc4637a76c (patch) | |
| tree | 68be7fbf19a8acf7badda5cfc97a6b00fb36d4d7 /Zend/configure.in | |
| parent | b3093082fdca748846c37dd52c9b0e978cc772f4 (diff) | |
| download | php-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 'Zend/configure.in')
| -rw-r--r-- | Zend/configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Zend/configure.in b/Zend/configure.in index 29551d924c..3ebea4b8ed 100644 --- a/Zend/configure.in +++ b/Zend/configure.in @@ -62,13 +62,6 @@ int zend_sprintf(char *buffer, const char *format, ...); #include <math.h> -/* To enable the is_nan, is_infinite and is_finite PHP functions */ -#ifdef NETWARE - #define HAVE_ISNAN 1 - #define HAVE_ISINF 1 - #define HAVE_ISFINITE 1 -#endif - #ifndef zend_isnan #ifdef HAVE_ISNAN #define zend_isnan(a) isnan(a) @@ -102,12 +95,6 @@ int zend_sprintf(char *buffer, const char *format, ...); #endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */ -#ifdef NETWARE -#ifdef USE_WINSOCK -#/*This detection against winsock is of no use*/ undef HAVE_SOCKLEN_T -#/*This detection against winsock is of no use*/ undef HAVE_SYS_SOCKET_H -#endif -#endif ]) dnl We want this one before the checks, so the checks can modify CFLAGS. |
