]> granicus.if.org Git - php/commitdiff
Removed #ifdef NetWare and made the necessary changes in the directory structure...
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 6 Jan 2003 10:28:34 +0000 (10:28 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 6 Jan 2003 10:28:34 +0000 (10:28 +0000)
ext/pgsql/php_pgsql.h

index 2c9061242f19a0067b63b88ad2a911802a41cbed..fbc4b901645653f21e0d438734114de8090f938b 100644 (file)
@@ -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