configure: generate less files, and do that in build dir
[m6w6/ext-psi] / php_psi_stdinc.h.in
1 /* generated by configure */
2 #ifndef PSI_STDINC_H
3 #define PSI_STDINC_H
4
5 #ifdef HAVE_CONFIG_H
6 # include "config.h"
7 #else
8 # include "php_config.h"
9 #endif
10
11 #ifndef _GNU_SOURCE
12 # define _GNU_SOURCE
13 #endif
14 #ifndef _REENTRANT
15 # define _REENTRANT
16 #endif
17
18 @PSI_INCLUDES@
19
20 #endif