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.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/main/php_config.h.in b/main/php_config.h.in
index 68d3290ce..9445fcf35 100644
--- a/main/php_config.h.in
+++ b/main/php_config.h.in
@@ -983,6 +983,12 @@
/* do we have SO_LISTENQxxx? */
#undef HAVE_LQ_SO_LISTENQ
+/* do we have sysconf? */
+#undef HAVE_SYSCONF
+
+/* do we have times? */
+#undef HAVE_TIMES
+
/* fpm user name */
#undef PHP_FPM_USER
@@ -1292,6 +1298,9 @@
/* OpenSSL 0.9.7 or later */
#undef HAVE_DSA_DEFAULT_METHOD
+/* OpenSSL 0.9.7 or later */
+#undef HAVE_DSA_DEFAULT_METHOD
+
/* */
#undef HAVE_OPENSSL_EXT
@@ -2804,15 +2813,15 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
-/* Whether to build mysqlnd as dynamic module */
-#undef COMPILE_DL_MYSQLND
-
/* Enable compressed protocol support */
-#undef MYSQLND_COMPRESSION_ENABLED
+#undef MYSQLND_COMPRESSION_WANTED
/* Enable SSL support */
#undef MYSQLND_SSL_SUPPORTED
+/* Whether to build mysqlnd as dynamic module */
+#undef COMPILE_DL_MYSQLND
+
/* Define if int32_t type is present. */
#undef HAVE_INT32_T