]> granicus.if.org Git - php/commitdiff
MFH:
authorMatteo Beccati <mbeccati@php.net>
Sat, 28 Mar 2009 01:58:49 +0000 (01:58 +0000)
committerMatteo Beccati <mbeccati@php.net>
Sat, 28 Mar 2009 01:58:49 +0000 (01:58 +0000)
- Added missing #undefs, fixing compile warnings

ext/pdo_pgsql/pdo_pgsql.c

index ca246f3f158066a1e9f450b4102e09f450235ceb..b23c67d2ecac452b0c7267e53cbd9639fd73b1eb 100644 (file)
 #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