From: Anantha Kesari H Y Date: Mon, 6 Jan 2003 10:28:34 +0000 (+0000) Subject: Removed #ifdef NetWare and made the necessary changes in the directory structure... X-Git-Tag: PHP_5_0_dev_before_13561_fix~429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3d80fe441208a05e729257f4149a8630277d632;p=php Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare. --- 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 #else #include #endif