From b3d80fe441208a05e729257f4149a8630277d632 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 6 Jan 2003 10:28:34 +0000 Subject: [PATCH] Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare. --- ext/pgsql/php_pgsql.h | 2 -- 1 file changed, 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 #else #include #endif -- 2.50.1