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 have a working `mmap' system call.  */
7#undef HAVE_MMAP
8
9/* Define if your struct stat has st_blksize.  */
10#undef HAVE_ST_BLKSIZE
11
12/* Define if you have <vfork.h>.  */
13#undef HAVE_VFORK_H
14
15/* Define to `int' if <sys/types.h> doesn't define.  */
16#undef mode_t
17
18/* Define to `long' if <sys/types.h> doesn't define.  */
19#undef off_t
20
21/* Define to `int' if <sys/types.h> doesn't define.  */
22#undef pid_t
23
24/* Define to `unsigned' if <sys/types.h> doesn't define.  */
25#undef size_t
26
27/* Define if you have the ANSI C header files.  */
28#undef STDC_HEADERS
29
30/* Define if your <sys/time.h> declares struct tm.  */
31#undef TM_IN_SYS_TIME
32
33/* Define vfork as fork if vfork does not work.  */
34#undef vfork
35
36/* Define if your processor stores words with the most significant
37   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
38#undef WORDS_BIGENDIAN
39
40/* Define to `int' if <sys/types.h> doesn't define.  */
41#undef ssize_t
42
43/* Define if you want a debugging version. */
44#undef DEBUG
45
46/* Define if you have a System V-style (broken) gettimeofday. */
47#undef HAVE_BROKEN_GETTIMEOFDAY
48
49/* Define if you have a Ultrix-style (broken) vdisable. */
50#undef HAVE_BROKEN_VDISABLE
51
52/* Define if you have a BSD version of curses. */
53#undef HAVE_BSD_CURSES
54
55/* Define if you have the curses(3) addnstr function. */
56#undef HAVE_CURSES_ADDNSTR
57
58/* Define if you have the curses(3) beep function. */
59#undef HAVE_CURSES_BEEP
60
61/* Define if you have the curses(3) flash function. */
62#undef HAVE_CURSES_FLASH
63
64/* Define if you have the curses(3) idlok function. */
65#undef HAVE_CURSES_IDLOK
66
67/* Define if you have the curses(3) keypad function. */
68#undef HAVE_CURSES_KEYPAD
69
70/* Define if you have the curses(3) newterm function. */
71#undef HAVE_CURSES_NEWTERM
72
73/* Define if you have the curses(3) setupterm function. */
74#undef HAVE_CURSES_SETUPTERM
75
76/* Define if you have the curses(3) tigetstr/tigetnum functions. */
77#undef HAVE_CURSES_TIGETSTR
78
79/* Define if you have the chsize(2) system call. */
80#undef HAVE_FTRUNCATE_CHSIZE
81
82/* Define if you have the ftruncate(2) system call. */
83#undef HAVE_FTRUNCATE_FTRUNCATE
84
85/* Define if you have fcntl(2) style locking. */
86#undef HAVE_LOCK_FCNTL
87
88/* Define if you have flock(2) style locking. */
89#undef HAVE_LOCK_FLOCK
90
91/* Define if you want to compile in the Perl interpreter. */
92#undef HAVE_PERL_INTERP
93
94/* Define if your Perl is at least 5.003_01. */
95#undef HAVE_PERL_5_003_01
96
97/* Define if you have the Berkeley style revoke(2) system call. */
98#undef HAVE_REVOKE
99
100/* Define if you have <sys/mman.h> */
101#undef HAVE_SYS_MMAN_H
102
103/* Define if you have <sys/select.h> */
104#undef HAVE_SYS_SELECT_H
105
106/* Define if you have the System V style pty calls. */
107#undef HAVE_SYS5_PTY
108
109/* Define if you want to compile in the Tcl interpreter. */
110#undef HAVE_TCL_INTERP
111
112/* Define if your sprintf returns a pointer, not a length. */
113#undef SPRINTF_RET_CHARPNT
114
115/* Define if you have the bsearch function.  */
116#undef HAVE_BSEARCH
117
118/* Define if you have the gethostname function.  */
119#undef HAVE_GETHOSTNAME
120
121/* Define if you have the getopt function.  */
122#undef HAVE_GETOPT
123
124/* Define if you have the getpagesize function.  */
125#undef HAVE_GETPAGESIZE
126
127/* Define if you have the memchr function.  */
128#undef HAVE_MEMCHR
129
130/* Define if you have the memcpy function.  */
131#undef HAVE_MEMCPY
132
133/* Define if you have the memmove function.  */
134#undef HAVE_MEMMOVE
135
136/* Define if you have the memset function.  */
137#undef HAVE_MEMSET
138
139/* Define if you have the mkstemp function.  */
140#undef HAVE_MKSTEMP
141
142/* Define if you have the mmap function.  */
143#undef HAVE_MMAP
144
145/* Define if you have the select function.  */
146#undef HAVE_SELECT
147
148/* Define if you have the setenv function.  */
149#undef HAVE_SETENV
150
151/* Define if you have the snprintf function.  */
152#undef HAVE_SNPRINTF
153
154/* Define if you have the strdup function.  */
155#undef HAVE_STRDUP
156
157/* Define if you have the strerror function.  */
158#undef HAVE_STRERROR
159
160/* Define if you have the strpbrk function.  */
161#undef HAVE_STRPBRK
162
163/* Define if you have the strsep function.  */
164#undef HAVE_STRSEP
165
166/* Define if you have the strtol function.  */
167#undef HAVE_STRTOL
168
169/* Define if you have the strtoul function.  */
170#undef HAVE_STRTOUL
171
172/* Define if you have the unsetenv function.  */
173#undef HAVE_UNSETENV
174
175/* Define if you have the valloc function.  */
176#undef HAVE_VALLOC
177
178/* Define if you have the vsnprintf function.  */
179#undef HAVE_VSNPRINTF
180