summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2009-03-28 01:58:49 +0000
committerMatteo Beccati <mbeccati@php.net>2009-03-28 01:58:49 +0000
commitfb2a077d5b055690ddfe610f2d20c232c285e0c6 (patch)
treeb853b642ddf083d4ec512e8c944099c47f2ffd3d /ext/pdo_pgsql
parent724ae4b95e043563952267cd26b36f03470c35bf (diff)
downloadphp-git-fb2a077d5b055690ddfe610f2d20c232c285e0c6.tar.gz
MFH:
- Added missing #undefs, fixing compile warnings
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/pdo_pgsql.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c
index ca246f3f15..b23c67d2ec 100644
--- a/ext/pdo_pgsql/pdo_pgsql.c
+++ b/ext/pdo_pgsql/pdo_pgsql.c
@@ -31,6 +31,11 @@
#include "php_pdo_pgsql_int.h"
#ifdef HAVE_PG_CONFIG_H
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
#include <pg_config.h>
#endif