OSDN Git Service

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