We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1a2de commit e72670fCopy full SHA for e72670f
ext/pcre/pcre2lib/config.h
@@ -20,12 +20,12 @@
20
#endif
21
22
/* Define to any value for valgrind support to find invalid memory reads. */
23
-#if HAVE_PCRE_VALGRIND_SUPPORT
+#ifdef HAVE_PCRE_VALGRIND_SUPPORT
24
#define SUPPORT_VALGRIND 1
25
26
27
/* Define to any value to enable support for Just-In-Time compiling. */
28
-#if HAVE_PCRE_JIT_SUPPORT
+#ifdef HAVE_PCRE_JIT_SUPPORT
29
#define SUPPORT_JIT
30
31
ext/pcre/php_pcre.h
@@ -17,7 +17,7 @@
17
#ifndef PHP_PCRE_H
18
#define PHP_PCRE_H
19
-#if HAVE_BUNDLED_PCRE
+#ifdef HAVE_BUNDLED_PCRE
#include "pcre2lib/pcre2.h"
#else
#include "pcre2.h"
0 commit comments