OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / config.h
1 /* include/config.h.  Generated from config.h.in by configure.  */
2 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <apr_global_mutex.h> header file. */
5 #define HAVE_APR_GLOBAL_MUTEX_H 1
6
7 /* Define to 1 if you have the <apr.h> header file. */
8 #define HAVE_APR_H 1
9
10 /* Define to 1 if you have the <apr_shm.h> header file. */
11 #define HAVE_APR_SHM_H 1
12
13 /* Define to 1 if you have the <ap_config.h> header file. */
14 #define HAVE_AP_CONFIG_H 1
15
16 /* Define to 1 if you have the <ap_regex.h> header file. */
17 #define HAVE_AP_REGEX_H 1
18
19 /* Define to 1 if you have the `close' function. */
20 #define HAVE_CLOSE 1
21
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H 1
24
25 /* Define to 1 if you have the <fcntl.h> header file. */
26 #define HAVE_FCNTL_H 1
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #define HAVE_INTTYPES_H 1
30
31 /* Define to 1 if you have the `apr-1' library (-lapr-1). */
32 #define HAVE_LIBAPR_1 1
33
34 /* Define to 1 if you have the <libgen.h> header file. */
35 #define HAVE_LIBGEN_H 1
36
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
38    to 0 otherwise. */
39 #define HAVE_MALLOC 1
40
41 /* Define to 1 if you have the `memcpy' function. */
42 #define HAVE_MEMCPY 1
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46
47 /* Define to 1 if you have the `memset' function. */
48 #define HAVE_MEMSET 1
49
50 /* Define to 1 if you have the `mmap' function. */
51 #define HAVE_MMAP 1
52
53 /* Define to 1 if you have the `open' function. */
54 #define HAVE_OPEN 1
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #define HAVE_STDINT_H 1
58
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #define HAVE_STDLIB_H 1
61
62 /* Define to 1 if you have the `strcasecmp' function. */
63 #define HAVE_STRCASECMP 1
64
65 /* Define to 1 if you have the <strings.h> header file. */
66 #define HAVE_STRINGS_H 1
67
68 /* Define to 1 if you have the <string.h> header file. */
69 #define HAVE_STRING_H 1
70
71 /* Define to 1 if you have the `strncasecmp' function. */
72 #define HAVE_STRNCASECMP 1
73
74 /* Define to 1 if you have the `strstr' function. */
75 #define HAVE_STRSTR 1
76
77 /* Define to 1 if you have the <sys/mman.h> header file. */
78 #define HAVE_SYS_MMAN_H 1
79
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #define HAVE_SYS_STAT_H 1
82
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #define HAVE_SYS_TYPES_H 1
85
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #define HAVE_UNISTD_H 1
88
89 /* Name of package */
90 #define PACKAGE "mod_chxj"
91
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "konn@users.sourceforge.jp"
94
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "mod_chxj"
97
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "mod_chxj 0.13.1rc6"
100
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "mod_chxj"
103
104 /* Define to the version of this package. */
105 #define PACKAGE_VERSION "0.13.1rc6"
106
107 /* Define to 1 if you have the ANSI C header files. */
108 #define STDC_HEADERS 1
109
110 /* Version number of package */
111 #define VERSION "0.13.1rc6"
112
113 /* Define to empty if `const' does not conform to ANSI C. */
114 /* #undef const */
115
116 /* Define to rpl_malloc if the replacement function should be used. */
117 /* #undef malloc */