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.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/main/php_config.h.in b/main/php_config.h.in
index d62d83677..ff2e50398 100644
--- a/main/php_config.h.in
+++ b/main/php_config.h.in
@@ -467,6 +467,9 @@
/* Define if you have the setpriority function. */
#undef HAVE_SETPRIORITY
+/* Define if you have the setproctitle function. */
+#undef HAVE_SETPROCTITLE
+
/* Define if you have the setsid function. */
#undef HAVE_SETSID
@@ -953,9 +956,6 @@
/* Whether you have a Continuity Server */
#undef HAVE_CONTINUITY
-/* define if libevent is available */
-#undef HAVE_LIBEVENT
-
/* do we have prctl? */
#undef HAVE_PRCTL
@@ -974,8 +974,14 @@
/* /proc/pid/mem interface */
#undef PROC_MEM_FILE
-/* fpm version */
-#undef PHP_FPM_VERSION
+/* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
+#undef HAVE_BUILTIN_ATOMIC
+
+/* do we have TCP_INFO? */
+#undef HAVE_LQ_TCP_INFO
+
+/* do we have SO_LISTENQxxx? */
+#undef HAVE_LQ_SO_LISTENQ
/* fpm user name */
#undef PHP_FPM_USER
@@ -1173,9 +1179,6 @@
#undef HAVE_NANOSLEEP
/* */
-#undef HAVE_NANOSLEEP
-
-/* */
#undef HAVE_LIBRT
/* Define if you have the getaddrinfo function */