]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Merge branch 'js/azure-pipelines-msvc'
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 1a044c501ed49cfae8235379e9f79b1167523526..05dc1bb98e5e2209a945da6024a757ce02d4d103 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -3,14 +3,8 @@
 #include "color.h"
 #ifdef USE_LIBPCRE1
 #include <pcre.h>
-#ifndef NO_LIBPCRE1_JIT
-#ifdef PCRE_CONFIG_JIT
-#define GIT_PCRE1_USE_JIT
-#define GIT_PCRE_STUDY_JIT_COMPILE PCRE_STUDY_JIT_COMPILE
-#endif
-#endif
-#ifndef GIT_PCRE_STUDY_JIT_COMPILE
-#define GIT_PCRE_STUDY_JIT_COMPILE 0
+#ifndef PCRE_NO_UTF8_CHECK
+#define PCRE_NO_UTF8_CHECK 0
 #endif
 #else
 typedef int pcre;