]> granicus.if.org Git - php/commitdiff
Removed redundant NEW_LIBC checks for NETWARE
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 5 Jan 2005 10:24:40 +0000 (10:24 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 5 Jan 2005 10:24:40 +0000 (10:24 +0000)
ext/ldap/ldap.c

index 119e942d5a474728d0ad09aeda4000219324ab34..464baaa248c22601cced894946ad24af5d768924 100644 (file)
@@ -30,7 +30,7 @@
 #endif
 
 /* Additional headers for NetWare */
-#if defined(NETWARE) && (NEW_LIBC)
+#if defined(NETWARE)
 #include <sys/select.h>
 #include <sys/timeval.h>
 #endif