diff options
-rw-r--r-- | Zend/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 6df692ca49..29d4f783e2 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -105,6 +105,13 @@ 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 + /* * Local variables: * tab-width: 4 |