1/* 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 don't have vprintf but do have _doprnt.  */
7#undef HAVE_DOPRNT
8
9/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
10#undef HAVE_SYS_WAIT_H
11
12/* Define if you have the vprintf function.  */
13#undef HAVE_VPRINTF
14
15/* Define as the return type of signal handlers (int or void).  */
16#undef RETSIGTYPE
17
18/* Define if you have the ANSI C header files.  */
19#undef STDC_HEADERS
20
21/* Define if your <sys/time.h> declares struct tm.  */
22#undef TM_IN_SYS_TIME
23
24/* Define if the X Window System is missing or not being used.  */
25#undef X_DISPLAY_MISSING
26
27/* Define if you have the bcmp function.  */
28#undef HAVE_BCMP
29
30/* Define if you have the bcopy function.  */
31#undef HAVE_BCOPY
32
33/* Define if you have the bzero function.  */
34#undef HAVE_BZERO
35
36/* Define if you have the closedir function.  */
37#undef HAVE_CLOSEDIR
38
39/* Define if you have the gettimeofday function.  */
40#undef HAVE_GETTIMEOFDAY
41
42/* Define if you have the index function.  */
43#undef HAVE_INDEX
44
45/* Define if you have the opendir function.  */
46#undef HAVE_OPENDIR
47
48/* Define if you have the readdir function.  */
49#undef HAVE_READDIR
50
51/* Define if you have the rindex function.  */
52#undef HAVE_RINDEX
53
54/* Define if you have the strdup function.  */
55#undef HAVE_STRDUP
56
57/* Define if you have the strtol function.  */
58#undef HAVE_STRTOL
59
60/* Define if you have the uname function.  */
61#undef HAVE_UNAME
62
63/* Define if you have the usleep function.  */
64#undef HAVE_USLEEP
65
66/* Define if you have the <dirent.h> header file.  */
67#undef HAVE_DIRENT_H
68
69/* Define if you have the <esd.h> header file.  */
70#undef HAVE_ESD_H
71
72/* Define if you have the <fcntl.h> header file.  */
73#undef HAVE_FCNTL_H
74
75/* Define if you have the <ndir.h> header file.  */
76#undef HAVE_NDIR_H
77
78/* Define if you have the <signal.h> header file.  */
79#undef HAVE_SIGNAL_H
80
81/* Define if you have the <stat.h> header file.  */
82#undef HAVE_STAT_H
83
84/* Define if you have the <strings.h> header file.  */
85#undef HAVE_STRINGS_H
86
87/* Define if you have the <sys/dir.h> header file.  */
88#undef HAVE_SYS_DIR_H
89
90/* Define if you have the <sys/ioctl.h> header file.  */
91#undef HAVE_SYS_IOCTL_H
92
93/* Define if you have the <sys/ndir.h> header file.  */
94#undef HAVE_SYS_NDIR_H
95
96/* Define if you have the <sys/stat.h> header file.  */
97#undef HAVE_SYS_STAT_H
98
99/* Define if you have the <unistd.h> header file.  */
100#undef HAVE_UNISTD_H
101
102/* Define if you have the esd library (-lesd).  */
103#undef HAVE_LIBESD
104