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

Commit c23c1d4

Browse files
remicolletjmikola
authored andcommitted
PHP-1529: read config.h to retrieve HAVE_MONGO_OPENSSL
1 parent b580684 commit c23c1d4

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)