1 /*
2 ** Hand tailored config.h for windows.
3 */
4 
5 /* Define if type char is unsigned and you are not using gcc.  */
6 #ifndef __CHAR_UNSIGNED__
7 /* #undef __CHAR_UNSIGNED__ */
8 #endif
9 
10 /* Define to empty if the keyword does not work.  */
11 /* #undef const */
12 
13 /* Define to the type of elements in the array set by `getgroups'.
14    Usually this is either `int' or `gid_t'.  */
15 /* undef GETGROUPS_T gid_t */
16 
17 /* Define to `int' if <sys/types.h> doesn't define.  */
18 /* #undef gid_t */
19 
20 /* Define if you don't have vprintf but do have _doprnt.  */
21 /* #undef HAVE_DOPRNT */
22 
23 /* Define if you have the strftime function.  */
24 #define HAVE_STRFTIME 1
25 
26 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
27 /* undef HAVE_SYS_WAIT_H */
28 
29 /* Define if your struct tm has tm_zone.  */
30 /* #undef HAVE_TM_ZONE */
31 
32 /* Define if you don't have tm_zone but do have the external array
33    tzname.  */
34 /* undef HAVE_TZNAME */
35 
36 /* Define if you have the vprintf function.  */
37 #define HAVE_VPRINTF 1
38 
39 /* Define to `int' if <sys/types.h> doesn't define.  */
40 #define mode_t unsigned long
41 
42 /* Define to `int' if <sys/types.h> doesn't define.  */
43 /* #undef pid_t */
44 
45 /* Define if you need to in order for stat and other things to work.  */
46 /* #undef _POSIX_SOURCE */
47 
48 /* Define as the return type of signal handlers (int or void).  */
49 /* #undef RETSIGTYPE void */
50 
51 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
52 /* #undef size_t */
53 
54 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
55 /* #undef STAT_MACROS_BROKEN */
56 
57 /* Define if you have the ANSI C header files.  */
58 #define STDC_HEADERS 1
59 
60 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
61 /* #undef TIME_WITH_SYS_TIME */
62 
63 /* Define if your <sys/time.h> declares struct tm.  */
64 /* #undef TM_IN_SYS_TIME */
65 
66 /* Define to `int' if <sys/types.h> doesn't define.  */
67 /* #undef uid_t */
68 
69 /* Define if your processor stores words with the most significant
70    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
71 /* #undef WORDS_BIGENDIAN */
72 
73 /* Define to enable direct WAIS access. */
74 /* #undef HT_DIRECT_WAIS */
75 
76 /* Define to enable mysql access. */
77 /* #undef HT_MYSQL */
78 
79 /* Define to enable expat XML parser. */
80 #define HT_EXPAT 1
81 
82 /* Define to enable Zlib compression / decompression support. */
83 #define HT_ZLIB 1
84 
85 /* Define to enable Digest Authenticaiton support */
86 #define HT_MD5 1
87 
88 /* Define to enable POSIX RegEx support. */
89 #define HT_POSIX_REGEX 1
90 
91 /* Define to enable support for enabling a rules file w/o user interaction. */
92 /* #undef HT_AUTOMATIC_RULES */
93 
94 /* Define to enable SOCKS firewall-breaching code. */
95 /* #undef SOCKS */
96 /* #undef SOCKS4 */
97 /* #undef SOCKS5 */
98 
99 /* Define to build Cyrillic version. */
100 /* #undef CYRILLIC */
101 
102 /* Define to use internal signal handler */
103 /* #undef WWWLIB_SIG */
104 
105 /* Define to build using reentrant system calls. */
106 /* #undef HT_REENTRANT */
107 
108 /* Define to be the package name. */
109 #define W3C_PACKAGE "w3c-libwww"
110 
111 /* Define to be the version. */
112 #define W3C_VERSION "5.3.1"
113 
114 /* Define to be the location of the W3C Icons */
115 #define W3C_ICONS "/usr/local/share/w3c-icons"
116 
117 /* Define to be the location of the TCL Library */
118 #define W3C_TCL "/usr/local/lib/libtcl7.5.a"
119 
120 /* Define this to be the prefix for cache files. */
121 #define CACHE_FILE_PREFIX "/usr/wsrc/"
122 
123 /* Define this if we can select on stdin. */
124 /* #undef TTY_IS_SELECTABLE */
125 
126 /* Define to disable Nagle's algorithm */
127 #define HT_NO_NAGLE 1
128 
129 /* Define to disable HTTP/1.1 pipelining */
130 /* #undef HT_NO_PIPELINING */
131 
132 /* Define to enable MUX as HTTP transport */
133 /* #undef HT_MUX */
134 
135 /* Define this if it's not typedef'd automatically. */
136 #define BOOLEAN
137 
138 /* Define this to be the location of the resolver configuration file. */
139 /* #undef RESOLV_CONF */
140 
141 /* Define this to be the rlogin program name. */
142 /* undef RLOGIN_PROGRAM */
143 
144 /* Define this to be the telnet program name. */
145 #define TELNET_PROGRAM "telnet"
146 
147 /* Define this to be the tn3270 program name. */
148 /* #undef TN3270_PROGRAM */
149 
150 /* Define this if it isn't in the header files.  */
151 /* #undef u_char */
152 
153 /* For removing a file */
154 /* #undef unlink */
155 
156 /* Define this if it isn't in the header files.  */
157 /* #undef u_short */
158 
159 /* Define this if it isn't in the header files.  */
160 /* #undef u_long */
161 
162 /* Define if time_t is of type long */
163 #define HAVE_LONG_TIME_T 1
164 
165 /* Define if size_t is of type long */
166 /* undef HAVE_LONG_SIZE_T */
167 
168 /* The number of bytes in a char.  */
169 #define SIZEOF_CHAR 1
170 
171 /* The number of bytes in a char *.  */
172 #define SIZEOF_CHAR_P 4
173 
174 /* The number of bytes in a int.  */
175 #define SIZEOF_INT 4
176 
177 /* The number of bytes in a long.  */
178 #define SIZEOF_LONG 4
179 
180 /* Define if you have the chdir function.  */
181 #define HAVE_CHDIR 1
182 
183 /* Define if you have the fcntl function.  */
184 /* #undef HAVE_FCNTL */
185 
186 /* Define if you have the getcwd function.  */
187 #define HAVE_GETCWD 1
188 
189 /* Define if you have the getdomainname function.  */
190 /* #undef HAVE_GETDOMAINNAME */
191 
192 /* Define if you have the gethostname function.  */
193 #define HAVE_GETHOSTNAME 1
194 
195 /* Define if you have the getlogin function.  */
196 /* #undef HAVE_GETLOGIN */
197 
198 /* Define if you have the getpass function.  */
199 /* #undef HAVE_GETPASS */
200 
201 /* Define if you have the getpid function.  */
202 /* #undef HAVE_GETPID */
203 
204 /* Define if you have the getsockopt function.  */
205 #define HAVE_GETSOCKOPT 1
206 
207 /* Define if you have the gettimeofday function.  */
208 /* #undef HAVE_GETTIMEOFDAY */
209 
210 /* Define if you have the getwd function.  */
211 /* #undef HAVE_GETWD */
212 
213 /* Define if you have the ioctl function.  */
214 /* #undef HAVE_IOCTL */
215 
216 /* Define if you have the memcpy function.  */
217 #define HAVE_MEMCPY 1
218 
219 /* Define if you have the mktime function.  */
220 #define HAVE_MKTIME 1
221 
222 /* Define if you have the opendir function.  */
223 /* #undef HAVE_OPENDIR */
224 
225 /* Define if you have the readdir function.  */
226 /* #undef HAVE_READDIR */
227 
228 /* Define if you have the select function.  */
229 /* #undef HAVE_SELECT */
230 
231 /* Define if you have the setsockopt function.  */
232 #define HAVE_SETSOCKOPT 1
233 
234 /* Define if you have the socket function.  */
235 #define HAVE_SOCKET 1
236 
237 /* Define if you have the strchr function.  */
238 #define HAVE_STRCHR 1
239 
240 /* Define if you have the strerror function.  */
241 #define HAVE_STRERROR 1
242 
243 /* Define if you have the strtol function.  */
244 #define HAVE_STRTOL 1
245 
246 /* Define if you have the sysinfo function.  */
247 /* #undef HAVE_SYSINFO */
248 
249 /* Define if you have the tempnam function.  */
250 /* Have problems on windows */
251 /* #undef HAVE_TEMPNAM */
252 
253 /* Define if you have the timegm function.  */
254 /* #undef HAVE_TIMEGM */
255 
256 /* Define if you have the <appkit.h> header file.  */
257 /* #undef HAVE_APPKIT_H */
258 
259 /* Define if you have the <appkit/appkit.h> header file.  */
260 /* #undef HAVE_APPKIT_APPKIT_H */
261 
262 /* Define if you have the <arpa/inet.h> header file.  */
263 /* #undef HAVE_ARPA_INET_H */
264 
265 /* Define if you have the <bsdtime.h> header file.  */
266 /* #undef HAVE_BSDTIME_H */
267 
268 /* Define if you have the <bsdtypes.h> header file.  */
269 /* #undef HAVE_BSDTYPES_H */
270 
271 /* Define if you have the <ctype.h> header file.  */
272 /* #undef HAVE_CTYPE_H */
273 
274 /* Define if you have the <curses.h> header file.  */
275 /* #undef HAVE_CURSES_H */
276 
277 /* Define if you have the <cursesX.h> header file.  */
278 /* #undef HAVE_CURSESX_H */
279 
280 /* Define if you have the <dir.h> header file.  */
281 /* #undef HAVE_DIR_H */
282 
283 /* Define if you have the <direct.h> header file.  */
284 #define HAVE_DIRECT_H 1
285 
286 /* Define if you have the <dirent.h> header file.  */
287 /* #undef HAVE_DIRENT_H */
288 
289 /* Define if you have the <dn.h> header file.  */
290 /* #undef HAVE_DN_H */
291 
292 /* Define if you have the <dnetdb.h> header file.  */
293 /* #undef HAVE_DNETDB_H */
294 
295 /* Define if you have the <errno.h> header file.  */
296 /* #undef HAVE_ERRNO_H */
297 
298 /* Define if you have the <fcntl.h> header file.  */
299 #define HAVE_FCNTL_H 1
300 
301 /* Define if you have the <grp.h> header file.  */
302 /* #undef HAVE_GRP_H */
303 
304 /* Define if you have the <in.h> header file.  */
305 /* #undef HAVE_IN_H */
306 
307 /* Define if you have the <inet.h> header file.  */
308 /* #undef HAVE_INET_H */
309 
310 /* Define if you have the <libc.h> header file.  */
311 /* #undef HAVE_LIBC_H */
312 
313 /* Define if you have the <limits.h> header file.  */
314 #define HAVE_LIMITS_H 1
315 
316 /* Define if you have the <malloc.h> header file.  */
317 #define HAVE_MALLOC_H 1
318 
319 /* Define if you have the <manifest.h> header file.  */
320 /* #undef HAVE_MANIFEST_H */
321 
322 /* Define if you have the <memory.h> header file.  */
323 /* #undef HAVE_MEMORY_H */
324 
325 /* Define if you have the <ndir.h> header file.  */
326 /* #undef HAVE_NDIR_H */
327 
328 /* Define if you have the <net/errno.h> header file.  */
329 /* #undef HAVE_NET_ERRNO_H */
330 
331 /* Define if you have the <netdb.h> header file.  */
332 /* #undef HAVE_NETDB_H */
333 
334 /* Define if you have the <netinet/in.h> header file.  */
335 /* #undef HAVE_NETINET_IN_H */
336 
337 /* Define if you have the <netinet/tcp.h> header file.  */
338 /* #undef HAVE_NETINET_TCP_H */
339 
340 /* Define if you have the <pwd.h> header file.  */
341 /* #undef HAVE_PWD_H */
342 
343 /* Define if you have the <curses.h> header file.  */
344 #define HAVE_REGEX_H 1
345 
346 /* Define if you have the <resource.h> header file.  */
347 /* #undef HAVE_RESOURCE_H */
348 
349 /* Define if you have the <select.h> header file.  */
350 /* #undef HAVE_SELECT_H */
351 
352 /* Define if you have the <socket.h> header file.  */
353 /* #undef HAVE_SOCKET_H */
354 
355 /* Define if you have the <stat.h> header file.  */
356 /* #undef HAVE_STAT_H */
357 
358 /* Define if you have the <stdefs.h> header file.  */
359 /* #undef HAVE_STDEFS_H */
360 
361 /* Define if you have the <stdio.h> header file.  */
362 #define HAVE_STDIO_H 1
363 
364 /* Define if you have the <stdlib.h> header file.  */
365 #define HAVE_STDLIB_H 1
366 
367 /* Define if you have the <string.h> header file.  */
368 #define HAVE_STRING_H 1
369 
370 /* Define if you have the <strings.h> header file.  */
371 /* #undef HAVE_STRINGS_H */
372 
373 /* Define if you have the <sys/dir.h> header file.  */
374 /* #undef HAVE_SYS_DIR_H */
375 
376 /* Define if you have the <sys/errno.h> header file.  */
377 /* #undef HAVE_SYS_ERRNO_H */
378 
379 /* Define if you have the <sys/fcntl.h> header file.  */
380 /* #undef HAVE_SYS_FCNTL_H */
381 
382 /* Define if you have the <sys/file.h> header file.  */
383 /* #undef HAVE_SYS_FILE_H */
384 
385 /* Define if you have the <sys/ioctl.h> header file.  */
386 /* #undef HAVE_SYS_IOCTL_H */
387 
388 /* Define if you have the <sys/ipc.h> header file.  */
389 /* #undef HAVE_SYS_IPC_H */
390 
391 /* Define if you have the <sys/limits.h> header file.  */
392 /* #undef HAVE_SYS_LIMITS_H */
393 
394 /* Define if you have the <sys/ndir.h> header file.  */
395 /* #undef HAVE_SYS_NDIR_H */
396 
397 /* Define if you have the <sys/resource.h> header file.  */
398 /* #undef HAVE_SYS_RESOURCE_H */
399 
400 /* Define if you have the <sys/select.h> header file.  */
401 /* #undef HAVE_SYS_SELECT_H */
402 
403 /* Define if you have the <sys/socket.h> header file.  */
404 /* #undef HAVE_SYS_SOCKET_H */
405 
406 /* Define if you have the <sys/stat.h> header file.  */
407 #define HAVE_SYS_STAT_H 1
408 
409 /* Define if you have the <sys/systeminfo.h> header file.  */
410 /* #undef HAVE_SYS_SYSTEMINFO_H */
411 
412 /* Define if you have the <sys/time.h> header file.  */
413 /* #undef HAVE_SYS_TIME_H */
414 
415 /* Define if you have the <sys/types.h> header file.  */
416 #define HAVE_SYS_TYPES_H 1
417 
418 /* Define if you have the <sys/unistd.h> header file.  */
419 /* #undef HAVE_SYS_UNISTD_H */
420 
421 /* Define if you have the <syslog.h> header file.  */
422 /* #undef HAVE_SYSLOG_H */
423 
424 /* Define if you have the <tcp.h> header file.  */
425 /* #undef HAVE_TCP_H */
426 
427 /* Define if you have the <termios.h> header file.  */
428 /* #undef HAVE_TERMIOS_H */
429 
430 /* Define if you have the <time.h> header file.  */
431 #define HAVE_TIME_H 1
432 
433 /* Define if you have the <types.h> header file.  */
434 /* #undef HAVE_TYPES_H */
435 
436 /* Define if you have the <unistd.h> header file.  */
437 /* #undef HAVE_UNISTD_H */
438 
439 /* Define if you have the <unixlib.h> header file.  */
440 /* #undef HAVE_UNIXLIB_H */
441 
442 /* Define if you have the ICE library (-lICE).  */
443 /* #undef HAVE_LIBICE */
444 
445 /* Define if you have the dl library (-ldl).  */
446 /* #undef HAVE_LIBDL */
447 
448 /* Define if you have the inet library (-linet).  */
449 /* #undef HAVE_LIBINET */
450 
451 /* Define if you have the nsl library (-lnsl).  */
452 /* #undef HAVE_LIBNSL */
453 
454 /* Define if you have the socket library (-lsocket).  */
455 /* #undef HAVE_LIBSOCKET */
456 
457 /* Define this if you have the external variable 'socket_errno'. */
458 /* #undef HAVE_SOCKET_ERRNO */
459 
460 /* Define this if you have the external variable 'sys_errlist'. */
461 /* #undef HAVE_SYS_ERRLIST */
462 
463 /* Define this if you have the external variable 'sys_nerr'. */
464 /* #undef HAVE_SYS_NERR */
465 
466 /* Define this if you have the external variable 'timezone' */
467 #define HAVE_TIMEZONE 1
468 
469 /* Define this if you have the external variable 'altzone' */
470 /* #undef HAVE_ALTZONE */
471 
472 /* Define this if you have the external variable 'altzone' */
473 #define HAVE_DAYLIGHT 1
474 
475 /* Define this if you have the uxc$inetdef.h header file. */
476 /* #undef HAVE_UXC_INETDEF_H */
477 
478 /* Define this if directory entries have inodes. */
479 /* #undef HAVE_DIRENT_INO */
480 
481 /* Define this if tm structure includes a tm_gmtoff entry. */
482 /* #undef HAVE_TM_GMTOFF */
483 
484 /* Define this if your ioctl understands the winsize structure. */
485 /* #undef HAVE_WINSIZE */
486 
487 /* Define this if the extern timezone is negative. */
488 /* #undef NEGATIVE_TIMEZONE */
489 
490 /* Define this if sys_errlist must be declared (if it exists). */
491 /* #undef NEED_SYS_ERRLIST_DECLARED */
492 
493 /* Define this if sys_nerr must be declared (if it exists). */
494 /* #undef NEED_SYS_NERR_DECLARED */
495 
496 /* Define this if you want WebDAV methods from HTDAV module */
497 /*#undef HT_DAV */
498 
499 /* Define this if you want enable the "extension methods" */
500 /*#undef HT_EXT */
501