summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r--ext/standard/pack.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c
index 12395e920f..3f1c872944 100644
--- a/ext/standard/pack.c
+++ b/ext/standard/pack.c
@@ -34,12 +34,8 @@
#else
#include <sys/socket.h>
#endif
-#ifdef NEW_LIBC
#include <sys/param.h>
#else
-#include "netware/param.h"
-#endif
-#else
#include <sys/param.h>
#endif
#include "ext/standard/head.h"
@@ -49,8 +45,6 @@
#if HAVE_PWD_H
#ifdef PHP_WIN32
#include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
#else
#include <pwd.h>
#endif