]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 15:27:49 +0000 (15:27 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 15:27:49 +0000 (15:27 +0000)
main/php_open_temporary_file.c

index 4889029e3c51049273fbcace55bff0f513100968..e9c4a0549e7acf4c53cb86cd072c35189f6d8d07 100644 (file)
 #include "win32/winutil.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#include "netware/mktemp.h"
-#else
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>