diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-05-17 20:08:53 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-05-17 20:08:53 +0000 |
commit | 57aa3b984bce4d2416cacccdc01a79cf6fbf8838 (patch) | |
tree | 2a5548f74e3c2f5f95acefe2f3e1c9d07b7a017c /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
parent | 746b89df163402071d717ca5346372ab0235173b (diff) | |
download | php-git-57aa3b984bce4d2416cacccdc01a79cf6fbf8838.tar.gz |
Removed define checks that break the build.
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <libpq-fe.h> #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 */ /* |