summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-05-17 20:08:53 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-05-17 20:08:53 +0000
commit57aa3b984bce4d2416cacccdc01a79cf6fbf8838 (patch)
tree2a5548f74e3c2f5f95acefe2f3e1c9d07b7a017c /ext/pdo_pgsql/php_pdo_pgsql.h
parent746b89df163402071d717ca5346372ab0235173b (diff)
downloadphp-git-57aa3b984bce4d2416cacccdc01a79cf6fbf8838.tar.gz
Removed define checks that break the build.
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql.h')
-rw-r--r--ext/pdo_pgsql/php_pdo_pgsql.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql.h b/ext/pdo_pgsql/php_pdo_pgsql.h
index bcfd2bb2cd..eda9bcb14a 100644
--- a/ext/pdo_pgsql/php_pdo_pgsql.h
+++ b/ext/pdo_pgsql/php_pdo_pgsql.h
@@ -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 */