summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-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