]> source.dussan.org Git - rspamd.git/commitdiff
Add JIT detection macro.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Mar 2015 14:39:49 +0000 (14:39 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Mar 2015 14:39:49 +0000 (14:39 +0000)
config.h.in

index 37267d468e8c75a65733c786e9f1dc4b29e63341..3bed214dae9bd845edd1e9f76bee44dc732ff6af 100644 (file)
 #cmakedefine HAVE_MEMSET_S       1
 #cmakedefine HAVE_EXPLICIT_BZERO 1
 #cmakedefine HAVE_WEAK_SYMBOLS   1
+#cmakedefine HAVE_PCRE_JIT       1
 
 /* Configure allocator */
 #define uthash_malloc(sz) g_slice_alloc(sz)