summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/my_config.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-22 15:03:10 +0000
committerfoobar <sniper@php.net>2001-06-22 15:03:10 +0000
commitf61eac29ad7a0e68f8bc3436d6222a47566245af (patch)
tree434d301cc9794eb7f9c58e798dbc266d590d16de /ext/mysql/libmysql/my_config.h
parent5d2d340af97e2373ab25412956f3dc3a8eeca6a8 (diff)
downloadphp-git-f61eac29ad7a0e68f8bc3436d6222a47566245af.tar.gz
Make it possible to build mysql extension as shared module.
Diffstat (limited to 'ext/mysql/libmysql/my_config.h')
-rw-r--r--ext/mysql/libmysql/my_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/libmysql/my_config.h b/ext/mysql/libmysql/my_config.h
index ba354523f8..73a3f6d66e 100644
--- a/ext/mysql/libmysql/my_config.h
+++ b/ext/mysql/libmysql/my_config.h
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <php_config.h>
/* PHP might define ulong, but we want to use our own typedef */