OSDN Git Service

Version 2.4.5
[chasen-legacy/chasen.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /* Iconv arguments. */
3 #undef ICONV_EUCJP
4 #undef ICONV_SJIS
5 #undef ICONV_88591
6
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #undef HAVE_DLFCN_H
9
10 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
11 #undef HAVE_DOPRNT
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
15
16 /* Define to 1 if you have the `getpagesize' function. */
17 #undef HAVE_GETPAGESIZE
18
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
21
22 /* Define to 1 if you have the <io.h> header file. */
23 #undef HAVE_IO_H
24
25 /* Define to 1 if you have the `iconv' library (-liconv). */
26 #undef HAVE_LIBICONV
27
28 /* Define to 1 if you have the <limits.h> header file. */
29 #undef HAVE_LIMITS_H
30
31 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32    to 0 otherwise. */
33 #undef HAVE_MALLOC
34
35 /* Define to 1 if you have the `mblen' function. */
36 #undef HAVE_MBLEN
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
40
41 /* Define to 1 if you have the `memset' function. */
42 #undef HAVE_MEMSET
43
44 /* Define to 1 if you have a working `mmap' system call. */
45 #undef HAVE_MMAP
46
47 /* Define to 1 if you have the `munmap' function. */
48 #undef HAVE_MUNMAP
49
50 /* Define to 1 if you have the <netinet/in.h> header file. */
51 #undef HAVE_NETINET_IN_H
52
53 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
54    and to 0 otherwise. */
55 #undef HAVE_REALLOC
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #undef HAVE_STDINT_H
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #undef HAVE_STDLIB_H
62
63 /* Define to 1 if you have the `strchr' function. */
64 #undef HAVE_STRCHR
65
66 /* Define to 1 if you have the <strings.h> header file. */
67 #undef HAVE_STRINGS_H
68
69 /* Define to 1 if you have the <string.h> header file. */
70 #undef HAVE_STRING_H
71
72 /* Define to 1 if you have the `strpbrk' function. */
73 #undef HAVE_STRPBRK
74
75 /* Define to 1 if you have the `strrchr' function. */
76 #undef HAVE_STRRCHR
77
78 /* Define to 1 if you have the <sys/param.h> header file. */
79 #undef HAVE_SYS_PARAM_H
80
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
86
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
89
90 /* Define to 1 if you have the `vprintf' function. */
91 #undef HAVE_VPRINTF
92
93 /* Define to 1 if you have the <windows.h> header file. */
94 #undef HAVE_WINDOWS_H
95
96 /* Name of package */
97 #undef PACKAGE
98
99 /* Define to the address where bug reports for this package should be sent. */
100 #undef PACKAGE_BUGREPORT
101
102 /* Define to the full name of this package. */
103 #undef PACKAGE_NAME
104
105 /* Define to the full name and version of this package. */
106 #undef PACKAGE_STRING
107
108 /* Define to the one symbol short name of this package. */
109 #undef PACKAGE_TARNAME
110
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
113
114 /* Define to 1 if you have the ANSI C header files. */
115 #undef STDC_HEADERS
116
117 /* Version number of package */
118 #undef VERSION
119
120 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
121    `char[]'. */
122 #undef YYTEXT_POINTER
123
124 /* Define to empty if `const' does not conform to ANSI C. */
125 #undef const
126
127 /* Define to rpl_malloc if the replacement function should be used. */
128 #undef malloc
129
130 /* Define to `long int' if <sys/types.h> does not define. */
131 #undef off_t
132
133 /* Define to rpl_realloc if the replacement function should be used. */
134 #undef realloc
135
136 /* Define to `unsigned int' if <sys/types.h> does not define. */
137 #undef size_t