summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-06 09:05:03 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-06 09:05:03 +0000
commitf58016b34802323993b0b19fa8f17a70d48f4ff6 (patch)
tree475a6a08c781e310e290aa082bd02641fcb79e4f /ext/pgsql/php_pgsql.h
parentcafc0b2e59d49cd2d50405e06fe1da739a63ee0a (diff)
downloadphp-git-f58016b34802323993b0b19fa8f17a70d48f4ff6.tar.gz
Makefile added newly and modified the header file for NetWare.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index fbc4b90164..2c9061242f 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -42,6 +42,8 @@ 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