diff options
author | Matteo Beccati <mbeccati@php.net> | 2009-03-28 01:58:49 +0000 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2009-03-28 01:58:49 +0000 |
commit | fb2a077d5b055690ddfe610f2d20c232c285e0c6 (patch) | |
tree | b853b642ddf083d4ec512e8c944099c47f2ffd3d /ext/pdo_pgsql | |
parent | 724ae4b95e043563952267cd26b36f03470c35bf (diff) | |
download | php-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.c | 5 |
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 |