From 57aa3b984bce4d2416cacccdc01a79cf6fbf8838 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 17 May 2005 20:08:53 +0000 Subject: [PATCH] Removed define checks that break the build. --- ext/pdo_pgsql/php_pdo_pgsql.h | 3 --- ext/pdo_pgsql/php_pdo_pgsql_int.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/ext/pdo_pgsql/php_pdo_pgsql.h b/ext/pdo_pgsql/php_pdo_pgsql.h index bcfd2bb2cd..eda9bcb14a 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql.h +++ b/ext/pdo_pgsql/php_pdo_pgsql.h @@ -21,8 +21,6 @@ #ifndef PHP_PDO_PGSQL_H #define PHP_PDO_PGSQL_H -#if HAVE_PDO_PGSQL - #include extern zend_module_entry pdo_pgsql_module_entry; @@ -44,7 +42,6 @@ PHP_RINIT_FUNCTION(pdo_pgsql); PHP_RSHUTDOWN_FUNCTION(pdo_pgsql); PHP_MINFO_FUNCTION(pdo_pgsql); -#endif /* HAVE_PDO_PGSQL */ #endif /* PHP_PDO_PGSQL_H */ diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index a2f98b783a..54a06011a7 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -21,8 +21,6 @@ #ifndef PHP_PDO_PGSQL_INT_H #define PHP_PDO_PGSQL_INT_H -#if HAVE_PDO_PGSQL - #include #define PHP_PDO_PGSQL_CONNECTION_FAILURE_SQLSTATE "08006" @@ -73,7 +71,6 @@ extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const extern struct pdo_stmt_methods pgsql_stmt_methods; -#endif /* HAVE_PDO_PGSQL */ #endif /* PHP_PDO_PGSQL_INT_H */ /* -- 2.50.1