]> granicus.if.org Git - php/commitdiff
Removed define checks that break the build.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 17 May 2005 20:08:53 +0000 (20:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 17 May 2005 20:08:53 +0000 (20:08 +0000)
ext/pdo_pgsql/php_pdo_pgsql.h
ext/pdo_pgsql/php_pdo_pgsql_int.h

index bcfd2bb2cd6963822ffc6cc2a439a3e6c22c0c68..eda9bcb14a20f7126e84cdac119d72c303e533e6 100644 (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 */
 
 
index a2f98b783a60f98396345c90a2eeddad5a27d9af..54a06011a76ed250e85d77b30c0b621f4e7defb4 100644 (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 */
 
 /*