summaryrefslogtreecommitdiff
path: root/main/php_config.h.in
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-02-16 10:13:02 +0100
committerOndřej Surý <ondrej@sury.org>2011-02-16 10:13:02 +0100
commitfd5a0b31640419ca63d1ddeaffd6d3cf2a741814 (patch)
treebfd17d84c5181d7b98d7d66f56573f4fc897e31c /main/php_config.h.in
parent01fcdff3849c3691d9aaeaab735846ab6d8895ca (diff)
downloadphp-upstream/5.3.5.tar.gz
Imported Upstream version 5.3.5upstream/5.3.5
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 */