summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-06 10:28:34 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-06 10:28:34 +0000
commitb3d80fe441208a05e729257f4149a8630277d632 (patch)
tree402abcf152392264cb0822ba330e4d1bf3b41ef0 /ext/pgsql
parentdc8b2e6dddccd6430bb87a7559720c6dad587cee (diff)
downloadphp-git-b3d80fe441208a05e729257f4149a8630277d632.tar.gz
Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare.
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 2c9061242f..fbc4b90164 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -42,8 +42,6 @@ extern zend_module_entry pgsql_module_entry;
#else
#define PHPAPI __declspec(dllimport)
#endif
-#elif defined NETWARE
-#include <libpq-fs.h>
#else
#include <libpq/libpq-fs.h>
#endif