#ifndef PHP_PDO_PGSQL_H
#define PHP_PDO_PGSQL_H
-#if HAVE_PDO_PGSQL
-
#include <libpq-fe.h>
extern zend_module_entry pdo_pgsql_module_entry;
PHP_RSHUTDOWN_FUNCTION(pdo_pgsql);
PHP_MINFO_FUNCTION(pdo_pgsql);
-#endif /* HAVE_PDO_PGSQL */
#endif /* PHP_PDO_PGSQL_H */
#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"
extern struct pdo_stmt_methods pgsql_stmt_methods;
-#endif /* HAVE_PDO_PGSQL */
#endif /* PHP_PDO_PGSQL_INT_H */
/*