Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 8cffa3a

Browse files
committed
PHP-1529: read config.h to rerieve HAVE_MONGO_OPENSSL
1 parent 9590f2e commit 8cffa3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/php-ssl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
+----------------------------------------------------------------------+
1919
*/
2020

21+
#ifdef HAVE_CONFIG_H
22+
# include "config.h"
23+
#endif
2124

2225
#ifdef PHP_WIN32
2326
# include "config.w32.h"

0 commit comments

Comments
 (0)