Browse Source

NetWare Libc has php.h so no need of having netware specific block here

PHP-5.1
Anantha Kesari H Y 21 years ago
parent
commit
3c1e2e15b8
  1. 3
      main/php.h

3
main/php.h

@ -201,9 +201,6 @@ char *strerror(int);
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
#elif defined(NETWARE)
#include <sys/param.h>
#include "NetWare/pwd.h"
# else
#include <pwd.h>
#include <sys/param.h>

Loading…
Cancel
Save