Skip to content

Commit 579be0d

Browse files
committed
Remove not needed undefs
1 parent cfff450 commit 579be0d

File tree

5 files changed

+0
-27
lines changed

5 files changed

+0
-27
lines changed

ext/pcre/pcre2lib/config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
# include <php_config.h>
88
#endif
99

10-
#undef PACKAGE_NAME
11-
#undef PACKAGE_VERSION
12-
#undef PACKAGE_TARNAME
13-
#undef PACKAGE_STRING
14-
1510
#define SUPPORT_UNICODE 1
1611
#define SUPPORT_PCRE2_8 1
1712

ext/pcre/upgrade-pcre.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ function recurse($path)
109109
# include <php_config.h>
110110
#endif
111111
112-
#undef PACKAGE_NAME
113-
#undef PACKAGE_VERSION
114-
#undef PACKAGE_TARNAME
115-
#undef PACKAGE_STRING
116-
117112
#define SUPPORT_UCP
118113
#define SUPPORT_UTF8
119114

ext/pdo_pgsql/pdo_pgsql.c

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

3131
#ifdef HAVE_PG_CONFIG_H
32-
#undef PACKAGE_BUGREPORT
33-
#undef PACKAGE_NAME
34-
#undef PACKAGE_STRING
35-
#undef PACKAGE_TARNAME
36-
#undef PACKAGE_VERSION
3732
#include <pg_config.h>
3833
#endif
3934

ext/pdo_pgsql/pgsql_driver.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
#include "pdo/php_pdo_driver.h"
3232
#include "pdo/php_pdo_error.h"
3333
#include "ext/standard/file.h"
34-
35-
#undef PACKAGE_BUGREPORT
36-
#undef PACKAGE_NAME
37-
#undef PACKAGE_STRING
38-
#undef PACKAGE_TARNAME
39-
#undef PACKAGE_VERSION
4034
#include "pg_config.h" /* needed for PG_VERSION */
4135
#include "php_pdo_pgsql.h"
4236
#include "php_pdo_pgsql_int.h"

ext/pgsql/pgsql.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
#ifdef PHP_WIN32
3939
# include "win32/time.h"
4040
#endif
41-
42-
#undef PACKAGE_BUGREPORT
43-
#undef PACKAGE_NAME
44-
#undef PACKAGE_STRING
45-
#undef PACKAGE_TARNAME
46-
#undef PACKAGE_VERSION
4741
#include "php_pgsql.h"
4842
#include "php_globals.h"
4943
#include "zend_exceptions.h"

0 commit comments

Comments
 (0)