OSDN Git Service

* configure.ac, config.h.in: Checking to have iconv() for utf-8
[lha/lha.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define it to 5, 6 or 7 which you want to use -lhX- method, default */
4 #undef DEFAULT_LZHUFF_METHOD
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7    */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #undef HAVE_FCNTL_H
12
13 /* Define to 1 if you have the `fork' function. */
14 #undef HAVE_FORK
15
16 /* Define to 1 if you have the `ftime' function. */
17 #undef HAVE_FTIME
18
19 /* Define to 1 if you have the `ftruncate' function. */
20 #undef HAVE_FTRUNCATE
21
22 /* Define to 1 if you have the `getgrgid' function. */
23 #undef HAVE_GETGRGID
24
25 /* Define to 1 if you have the `getgrnam' function. */
26 #undef HAVE_GETGRNAM
27
28 /* Define to 1 if you have the `getpwnam' function. */
29 #undef HAVE_GETPWNAM
30
31 /* Define to 1 if you have the `getpwuid' function. */
32 #undef HAVE_GETPWUID
33
34 /* Define to 1 if you have the `gettimeofday' function. */
35 #undef HAVE_GETTIMEOFDAY
36
37 /* Define to 1 if the system has the type `gid_t'. */
38 #undef HAVE_GID_T
39
40 /* Define to 1 if you have the <grp.h> header file. */
41 #undef HAVE_GRP_H
42
43 /* Define to 1 if you have the `iconv' function. */
44 #undef HAVE_ICONV
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #undef HAVE_INTTYPES_H
48
49 /* Define to 1 if you have the `lchown' function. */
50 #undef HAVE_LCHOWN
51
52 /* Define to 1 if you have the <limits.h> header file. */
53 #undef HAVE_LIMITS_H
54
55 /* Define to 1 if you have the `link' function. */
56 #undef HAVE_LINK
57
58 /* Define to 1 if you have the `memcpy' function. */
59 #undef HAVE_MEMCPY
60
61 /* Define to 1 if you have the `memmove' function. */
62 #undef HAVE_MEMMOVE
63
64 /* Define to 1 if you have the <memory.h> header file. */
65 #undef HAVE_MEMORY_H
66
67 /* Define to 1 if you have the `memset' function. */
68 #undef HAVE_MEMSET
69
70 /* Define to 1 if you have the `mkdir' function. */
71 #undef HAVE_MKDIR
72
73 /* Define to 1 if you have the `mkstemp' function. */
74 #undef HAVE_MKSTEMP
75
76 /* Define to 1 if you have the `mktime' function. */
77 #undef HAVE_MKTIME
78
79 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80 #undef HAVE_NDIR_H
81
82 /* Define to 1 if you have the <pwd.h> header file. */
83 #undef HAVE_PWD_H
84
85 /* Define to 1 if you have the `rmdir' function. */
86 #undef HAVE_RMDIR
87
88 /* Define to 1 if you have the <stdint.h> header file. */
89 #undef HAVE_STDINT_H
90
91 /* Define to 1 if you have the <stdlib.h> header file. */
92 #undef HAVE_STDLIB_H
93
94 /* Define to 1 if you have the `strcasecmp' function. */
95 #undef HAVE_STRCASECMP
96
97 /* Define to 1 if you have the `strchr' function. */
98 #undef HAVE_STRCHR
99
100 /* Define to 1 if you have the `strdup' function. */
101 #undef HAVE_STRDUP
102
103 /* Define to 1 if you have the <strings.h> header file. */
104 #undef HAVE_STRINGS_H
105
106 /* Define to 1 if you have the <string.h> header file. */
107 #undef HAVE_STRING_H
108
109 /* Define to 1 if `st_ino' is member of `struct stat'. */
110 #undef HAVE_STRUCT_STAT_ST_INO
111
112 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
113 #undef HAVE_STRUCT_TM_TM_GMTOFF
114
115 /* Define to 1 if `tm_zone' is member of `struct tm'. */
116 #undef HAVE_STRUCT_TM_TM_ZONE
117
118 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
119    */
120 #undef HAVE_SYS_DIR_H
121
122 /* Define to 1 if you have the <sys/file.h> header file. */
123 #undef HAVE_SYS_FILE_H
124
125 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
126    */
127 #undef HAVE_SYS_NDIR_H
128
129 /* Define to 1 if you have the <sys/param.h> header file. */
130 #undef HAVE_SYS_PARAM_H
131
132 /* Define to 1 if you have the <sys/stat.h> header file. */
133 #undef HAVE_SYS_STAT_H
134
135 /* Define to 1 if you have the <sys/time.h> header file. */
136 #undef HAVE_SYS_TIME_H
137
138 /* Define to 1 if you have the <sys/types.h> header file. */
139 #undef HAVE_SYS_TYPES_H
140
141 /* Define to 1 if you have the `timelocal' function. */
142 #undef HAVE_TIMELOCAL
143
144 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
145    `HAVE_STRUCT_TM_TM_ZONE' instead. */
146 #undef HAVE_TM_ZONE
147
148 /* Define to 1 if you don't have `tm_zone' but do have the external array
149    `tzname'. */
150 #undef HAVE_TZNAME
151
152 /* Define to 1 if you have the `tzset' function. */
153 #undef HAVE_TZSET
154
155 /* Define to 1 if the system has the type `uid_t'. */
156 #undef HAVE_UID_T
157
158 /* Define to 1 if you have the <unistd.h> header file. */
159 #undef HAVE_UNISTD_H
160
161 /* Define to 1 if you have the `utime' function. */
162 #undef HAVE_UTIME
163
164 /* Define to 1 if you have the <utime.h> header file. */
165 #undef HAVE_UTIME_H
166
167 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
168 #undef HAVE_UTIME_NULL
169
170 /* Define to 1 if you have the `vfork' function. */
171 #undef HAVE_VFORK
172
173 /* Define to 1 if you have the <vfork.h> header file. */
174 #undef HAVE_VFORK_H
175
176 /* Define to 1 if you have the `vsnprintf' function. */
177 #undef HAVE_VSNPRINTF
178
179 /* Define to 1 if `fork' works. */
180 #undef HAVE_WORKING_FORK
181
182 /* Define to 1 if `vfork' works. */
183 #undef HAVE_WORKING_VFORK
184
185 /* Define to 1 if you want to use the user/group name extened header */
186 #undef INCLUDE_OWNER_NAME_IN_HEADER
187
188 /* Define to CODE_EUC or CODE_SJIS if you want to use multibyte filename */
189 #undef MULTIBYTE_FILENAME
190
191 /* Define to 1 if you want to use the incremental indicator */
192 #undef NEED_INCREMENTAL_INDICATOR
193
194 /* Name of package */
195 #undef PACKAGE
196
197 /* Define to the address where bug reports for this package should be sent. */
198 #undef PACKAGE_BUGREPORT
199
200 /* Define to the full name of this package. */
201 #undef PACKAGE_NAME
202
203 /* Define to the full name and version of this package. */
204 #undef PACKAGE_STRING
205
206 /* Define to the one symbol short name of this package. */
207 #undef PACKAGE_TARNAME
208
209 /* Define to the version of this package. */
210 #undef PACKAGE_VERSION
211
212 /* the type of system on which the package will run. */
213 #undef PLATFORM
214
215 /* Define if compiler has function prototypes */
216 #undef PROTOTYPES
217
218 /* Define as the return type of signal handlers (`int' or `void'). */
219 #undef RETSIGTYPE
220
221 /* Define to 1 if you have the ANSI C header files. */
222 #undef STDC_HEADERS
223
224 /* Define to 1 if strchr()/strrchr() works correctly. */
225 #undef STRCHR_8BIT_CLEAN
226
227 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
228 #undef TIME_WITH_SYS_TIME
229
230 /* temporary file template for mktemp/mkstemp */
231 #undef TMP_FILENAME_TEMPLATE
232
233 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
234 #undef TM_IN_SYS_TIME
235
236 /* Version number of package */
237 #undef VERSION
238
239 /* Define to 1 if on MINIX. */
240 #undef _MINIX
241
242 /* Define to 2 if the system does not provide POSIX.1 features except with
243    this defined. */
244 #undef _POSIX_1_SOURCE
245
246 /* Define to 1 if you need to in order for `stat' and other things to work. */
247 #undef _POSIX_SOURCE
248
249 /* Define to empty if `const' does not conform to ANSI C. */
250 #undef const
251
252 /* Define to `int' if <sys/types.h> does not define. */
253 #undef pid_t
254
255 /* Define as `fork' if `vfork' does not work. */
256 #undef vfork