Skip to content

Commit

Permalink
removed unwanted NEW_LIBC checks for NETWARE and removing custom mkte…
Browse files Browse the repository at this point in the history
…mp.h as LibC itself supports mkstemp functionality
  • Loading branch information
Anantha Kesari H Y committed Oct 7, 2004
1 parent 7dced12 commit 940c5b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main/php_open_temporary_file.c
Expand Up @@ -31,18 +31,12 @@
#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>
Expand Down

0 comments on commit 940c5b3

Please sign in to comment.