blob: d387a0387ae6cac2a900ca972708de41f1e60d4d [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
7#undef HAVE_SYS_WAIT_H
8
9/* Define if you have <vfork.h>. */
10#undef HAVE_VFORK_H
11
12/* Define to `int' if <sys/types.h> doesn't define. */
13#undef pid_t
14
15/* Define to `unsigned' if <sys/types.h> doesn't define. */
16#undef size_t
17
18/* Define if you have the ANSI C header files. */
19#undef STDC_HEADERS
20
21/* Define if you can safely include both <sys/time.h> and <time.h>. */
22#undef TIME_WITH_SYS_TIME
23
24/* Define vfork as fork if vfork does not work. */
25#undef vfork
26
27/* Define if you have the select function. */
28#undef HAVE_SELECT
29
30/* Define if you have the socket function. */
31#undef HAVE_SOCKET
32
33/* Define if you have the strdup function. */
34#undef HAVE_STRDUP
35
36/* Define if you have the strerror function. */
37#undef HAVE_STRERROR
38
39/* Define if you have the strtoul function. */
40#undef HAVE_STRTOUL
41
42/* Define if you have the <fcntl.h> header file. */
43#undef HAVE_FCNTL_H
44
45/* Define if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define if you have the <sys/ioctl.h> header file. */
49#undef HAVE_SYS_IOCTL_H
50
51/* Define if you have the <sys/time.h> header file. */
52#undef HAVE_SYS_TIME_H
53
54/* Define if you have the <syslog.h> header file. */
55#undef HAVE_SYSLOG_H
56
57/* Define if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* Name of package */
61#undef PACKAGE
62
63/* Version number of package */
64#undef VERSION
65