From ea14497546b6db42eff9ba01118e5e995d30b1df Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 23 Jul 2006 05:48:08 +0000 Subject: [PATCH] -fix a bunch of warnings --- ext/pdo_pgsql/pdo_pgsql.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c index 62b5ec65438..9e0132f89b6 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