Removed define checks that break the build.

This commit is contained in:
Ilia Alshanetsky 2005-05-17 20:08:53 +00:00
parent 746b89df16
commit 57aa3b984b
2 changed files with 0 additions and 6 deletions

View file

@ -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 */
/*