summaryrefslogtreecommitdiff
path: root/main/php_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_config.h.in')
-rw-r--r--main/php_config.h.in62
1 files changed, 48 insertions, 14 deletions
diff --git a/main/php_config.h.in b/main/php_config.h.in
index bbe6d43b5..f0eecc15f 100644
--- a/main/php_config.h.in
+++ b/main/php_config.h.in
@@ -25,9 +25,6 @@
#undef BETHREADS
/* */
-#undef BUGGY_SNMPRINT_VALUE
-
-/* */
#undef CDB_INCLUDE_FILE
/* Define if system uses EBCDIC */
@@ -1762,16 +1759,16 @@
/* whether you have struct flock */
#undef HAVE_STRUCT_FLOCK
-/* Define to 1 if `st_blksize' is member of `struct stat'. */
+/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
-/* Define to 1 if `st_blocks' is member of `struct stat'. */
+/* Define to 1 if `st_blocks' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
-/* Define to 1 if `st_rdev' is member of `struct stat'. */
+/* Define to 1 if `st_rdev' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
-/* Define to 1 if `tm_zone' is member of `struct tm'. */
+/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
@@ -1807,6 +1804,12 @@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
+/* FPM use systemd integration */
+#undef HAVE_SYSTEMD
+
+/* Define to 1 if you have the <systemd/sd-daemon.h> header file. */
+#undef HAVE_SYSTEMD_SD_DAEMON_H
+
/* */
#undef HAVE_SYSVMSG
@@ -1982,7 +1985,7 @@
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
#undef HAVE_UTIME_NULL
-/* Wether struct utsname has domainname */
+/* Whether struct utsname has domainname */
#undef HAVE_UTSNAME_DOMAINNAME
/* Define to 1 if you have the `vasprintf' function. */
@@ -2120,6 +2123,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -2156,6 +2162,9 @@
/* fpm group name */
#undef PHP_FPM_GROUP
+/* fpm systemd service type */
+#undef PHP_FPM_SYSTEMD
+
/* fpm user name */
#undef PHP_FPM_USER
@@ -2332,6 +2341,28 @@
/* Define if cross-process locking is required by accept() */
#undef USE_LOCKING
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+
+
/* */
#undef USE_TRANSFER_TABLES
@@ -2368,12 +2399,15 @@
/* */
#undef ZTS
-/* Define to 1 if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
-#ifndef _ALL_SOURCE
-# undef _ALL_SOURCE
-#endif
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
/* Define to empty if `const' does not conform to ANSI C. */
#undef const