]> granicus.if.org Git - php/commitdiff
- Get rid of compiler warnings (both postgres an dphp use these defines)
authorMarcus Boerger <helly@php.net>
Tue, 20 Dec 2005 21:10:43 +0000 (21:10 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 20 Dec 2005 21:10:43 +0000 (21:10 +0000)
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c

index c1feef173ae2a395828b8501922dbf214aeabd72..f1fed1cc3698e09d64663267158ea74a8240af9d 100644 (file)
 #include "pdo/php_pdo.h"
 #include "pdo/php_pdo_driver.h"
 
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
 #include "pg_config.h" /* needed for PG_VERSION */
 #include "php_pdo_pgsql.h"
 #include "php_pdo_pgsql_int.h"
index bc5444aac579537ca34c721f5f3fc6249c05464b..287b7dd0d29515d79f829b39abc3888f082e26b8 100644 (file)
 #include "php_ini.h"
 #include "ext/standard/php_standard.h"
 #include "ext/standard/php_smart_str.h"
+
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
 #include "php_pgsql.h"
 #include "php_globals.h"
 #include "zend_exceptions.h"