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_H
#define PHP_PDO_PGSQL_H
#if HAVE_PDO_PGSQL
#include <libpq-fe.h>
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 */