]> granicus.if.org Git - php/commitdiff
removed unwanted NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:46:24 +0000 (14:46 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:46:24 +0000 (14:46 +0000)
ext/standard/image.c

index 8b85ab71927e72ecbaf6149a9302fe001646b0bf..42989805a491f7865ebc7b13a1f826bc3a26ae73 100644 (file)
@@ -21,9 +21,6 @@
 
 #include "php.h"
 #include <stdio.h>
-#if defined(NETWARE) && !defined(NEW_LIBC)
-#include <sys/socket.h>
-#endif
 #if HAVE_FCNTL_H
 #include <fcntl.h>
 #endif