X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi_stdinc.h.in;fp=php_psi_stdinc.h.in;h=55c2f0919f9f499621295bc66af5175626d6cf4e;hp=0000000000000000000000000000000000000000;hb=894e0ce93f9ce82109e904ae35c249bf6abe54f1;hpb=3ef8c66ab1300801bcdb15b43f9f28e77b6487b6 diff --git a/php_psi_stdinc.h.in b/php_psi_stdinc.h.in new file mode 100644 index 0000000..55c2f09 --- /dev/null +++ b/php_psi_stdinc.h.in @@ -0,0 +1,20 @@ +/* generated by configure */ +#ifndef PSI_STDINC_H +#define PSI_STDINC_H + +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif + +#ifndef _GNU_SOURCE +# define _GNU_SOURCE +#endif +#ifndef _REENTRANT +# define _REENTRANT +#endif + +@PSI_INCLUDES@ + +#endif \ No newline at end of file