X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.c;h=6e2760d113f9d9001d0cf3f6d370257a52f34dcc;hp=736b54dbbbd67e7a2a61b12b44b9cba7934d90b3;hb=7a717dad32d06fe5273ad3a9ce755908723f6685;hpb=6bdeeb7b332a272617814a4358d51bb07c872407 diff --git a/src/libjit.c b/src/libjit.c index 736b54d..6e2760d 100644 --- a/src/libjit.c +++ b/src/libjit.c @@ -1,4 +1,11 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "php.h" + +#ifdef HAVE_LIBJIT + #include "php_psi.h" #include "libjit.h" @@ -217,3 +224,5 @@ PSI_ContextOps *PSI_Libjit(void) { return &ops; } + +#endif /* HAVE_LIBJIT */