From: Matteo Beccati Date: Sat, 28 Mar 2009 01:58:49 +0000 (+0000) Subject: MFH: X-Git-Tag: php-5.3.0RC2~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb2a077d5b055690ddfe610f2d20c232c285e0c6;p=php MFH: - Added missing #undefs, fixing compile warnings --- 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 #endif