summaryrefslogtreecommitdiff
path: root/Zend/acconfig.h
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-09-13 11:29:44 +0000
committerStig S. Bakken <stig@php.net>1999-09-13 11:29:44 +0000
commitaf1e5ad88148fc7aa23879ce2ef69d422a3a8f39 (patch)
tree27bda607863be795125c1f8d39fe157a1ba07e69 /Zend/acconfig.h
parentf858b6891ce118db804627f5f751c327beb1b85f (diff)
downloadphp-git-af1e5ad88148fc7aa23879ce2ef69d422a3a8f39.tar.gz
Make sure HAVE_LIBDL gets defined.
Disable more C++ tests when not configured for thread safety.
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r--Zend/acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h
index 01867fd204..76cb26f3f4 100644
--- a/Zend/acconfig.h
+++ b/Zend/acconfig.h
@@ -37,6 +37,8 @@
/* Define to compile Zend thread safe */
#undef ZTS
+#undef HAVE_LIBDL
+
@BOTTOM@
#ifdef HAVE_STDLIB_H