]> granicus.if.org Git - php/commitdiff
removing redundant NEW_LIBC checks for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 14:49:14 +0000 (14:49 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 14:49:14 +0000 (14:49 +0000)
ext/standard/head.c

index a80acc53d1a384f45e86442343e3dc1e020c016d..a80e1d2ee5601eba80aaf2c5423671f367b101ed 100644 (file)
 /* $Id$ */
 
 #include <stdio.h>
-
-#if defined(NETWARE) && !defined(NEW_LIBC)
-#include <sys/socket.h>
-#endif
-
 #include "php.h"
 #include "ext/standard/php_standard.h"
 #include "SAPI.h"