Skip to content

Commit fb2a077

Browse files
committed
MFH:
- Added missing #undefs, fixing compile warnings
1 parent 724ae4b commit fb2a077

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ext/pdo_pgsql/pdo_pgsql.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
#include "php_pdo_pgsql_int.h"
3232

3333
#ifdef HAVE_PG_CONFIG_H
34+
#undef PACKAGE_BUGREPORT
35+
#undef PACKAGE_NAME
36+
#undef PACKAGE_STRING
37+
#undef PACKAGE_TARNAME
38+
#undef PACKAGE_VERSION
3439
#include <pg_config.h>
3540
#endif
3641

0 commit comments

Comments
 (0)