1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `alarm' function. */
4#undef HAVE_ALARM
5
6/* Define to 1 if you have the `btowc' function. */
7#undef HAVE_BTOWC
8
9/* Define to 1 if you have the <cursesw.h> header file. */
10#undef HAVE_CURSESW_H
11
12/* Define to 1 if you have the <curses.h> header file. */
13#undef HAVE_CURSES_H
14
15/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
16   don't. */
17#undef HAVE_DECL_SYS_SIGLIST
18
19/* Define to 1 if you have the `dup2' function. */
20#undef HAVE_DUP2
21
22/* Define to 1 if you have the `endgrent' function. */
23#undef HAVE_ENDGRENT
24
25/* Define to 1 if you have the `endpwent' function. */
26#undef HAVE_ENDPWENT
27
28/* Define to 1 if you have the <fcntl.h> header file. */
29#undef HAVE_FCNTL_H
30
31/* Define to 1 if your system has a working POSIX `fnmatch' function. */
32#undef HAVE_FNMATCH
33
34/* Define to 1 if you have the `fork' function. */
35#undef HAVE_FORK
36
37/* Define to 1 if you have the `getcwd' function. */
38#undef HAVE_GETCWD
39
40/* Define to 1 if you have the <inttypes.h> header file. */
41#undef HAVE_INTTYPES_H
42
43/* Define to 1 if you have the `iswprint' function. */
44#undef HAVE_ISWPRINT
45
46/* Define to 1 if you have the <langinfo.h> header file. */
47#undef HAVE_LANGINFO_H
48
49/* Define to 1 if you have the <limits.h> header file. */
50#undef HAVE_LIMITS_H
51
52/* Define to 1 if you have the <locale.h> header file. */
53#undef HAVE_LOCALE_H
54
55/* Define to 1 if you have the <memory.h> header file. */
56#undef HAVE_MEMORY_H
57
58/* Define to 1 if you have the `memset' function. */
59#undef HAVE_MEMSET
60
61/* Define to 1 if you have the <ncursesw.h> header file. */
62#undef HAVE_NCURSESW_H
63
64/* Define to 1 if you have the <ncurses.h> header file. */
65#undef HAVE_NCURSES_H
66
67/* Define to 1 if you have the `nl_langinfo' function. */
68#undef HAVE_NL_LANGINFO
69
70/* Define to 1 if you have the `setenv' function. */
71#undef HAVE_SETENV
72
73/* Define to 1 if you have the `setlocale' function. */
74#undef HAVE_SETLOCALE
75
76/* Define to 1 if you have the <stdint.h> header file. */
77#undef HAVE_STDINT_H
78
79/* Define to 1 if you have the <stdlib.h> header file. */
80#undef HAVE_STDLIB_H
81
82/* Define to 1 if you have the `strchr' function. */
83#undef HAVE_STRCHR
84
85/* Define to 1 if you have the `strcoll' function and it is properly defined.
86   */
87#undef HAVE_STRCOLL
88
89/* Define to 1 if you have the `strerror' function. */
90#undef HAVE_STRERROR
91
92/* Define to 1 if you have the <strings.h> header file. */
93#undef HAVE_STRINGS_H
94
95/* Define to 1 if you have the <string.h> header file. */
96#undef HAVE_STRING_H
97
98/* Define to 1 if you have the `strsignal' function. */
99#undef HAVE_STRSIGNAL
100
101/* Define to 1 if `st_rdev' is a member of `struct stat'. */
102#undef HAVE_STRUCT_STAT_ST_RDEV
103
104/* Define to 1 if you have the <sys/stat.h> header file. */
105#undef HAVE_SYS_STAT_H
106
107/* Define to 1 if you have the <sys/types.h> header file. */
108#undef HAVE_SYS_TYPES_H
109
110/* Define to 1 if you have the <termios.h> header file. */
111#undef HAVE_TERMIOS_H
112
113/* Define to 1 if you have the <term.h> header file. */
114#undef HAVE_TERM_H
115
116/* Define to 1 if you have the `uname' function. */
117#undef HAVE_UNAME
118
119/* Define to 1 if you have the <unistd.h> header file. */
120#undef HAVE_UNISTD_H
121
122/* Define to 1 if you have the `vfork' function. */
123#undef HAVE_VFORK
124
125/* Define to 1 if you have the <vfork.h> header file. */
126#undef HAVE_VFORK_H
127
128/* Define to 1 if you have the <wchar.h> header file. */
129#undef HAVE_WCHAR_H
130
131/* Define to 1 if you have the <wctype.h> header file. */
132#undef HAVE_WCTYPE_H
133
134/* Define to 1 if you have the `wcwidth' function. */
135#undef HAVE_WCWIDTH
136
137/* Define to 1 if `fork' works. */
138#undef HAVE_WORKING_FORK
139
140/* Define to 1 if `vfork' works. */
141#undef HAVE_WORKING_VFORK
142
143/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
144   */
145#undef MAJOR_IN_MKDEV
146
147/* Define to 1 if `major', `minor', and `makedev' are declared in
148   <sysmacros.h>. */
149#undef MAJOR_IN_SYSMACROS
150
151/* Name of package */
152#undef PACKAGE
153
154/* Define to the address where bug reports for this package should be sent. */
155#undef PACKAGE_BUGREPORT
156
157/* Define to the full name of this package. */
158#undef PACKAGE_NAME
159
160/* Define to the full name and version of this package. */
161#undef PACKAGE_STRING
162
163/* Define to the one symbol short name of this package. */
164#undef PACKAGE_TARNAME
165
166/* Define to the home page for this package. */
167#undef PACKAGE_URL
168
169/* Define to the version of this package. */
170#undef PACKAGE_VERSION
171
172/* Define as the return type of signal handlers (`int' or `void'). */
173#undef RETSIGTYPE
174
175/* Define to 1 if you have the ANSI C header files. */
176#undef STDC_HEADERS
177
178/* Version number of package */
179#undef VERSION
180
181/* Enable large inode numbers on Mac OS X 10.5.  */
182#ifndef _DARWIN_USE_64_BIT_INODE
183# define _DARWIN_USE_64_BIT_INODE 1
184#endif
185
186/* Number of bits in a file offset, on hosts where this is settable. */
187#undef _FILE_OFFSET_BITS
188
189/* required for strsignal */
190#undef _GNU_SOURCE
191
192/* Define for large files, on AIX-style hosts. */
193#undef _LARGE_FILES
194
195/* Define to `int' if <sys/types.h> doesn't define. */
196#undef gid_t
197
198/* Define to `int' if <sys/types.h> does not define. */
199#undef mode_t
200
201/* Define to `long int' if <sys/types.h> does not define. */
202#undef off_t
203
204/* Define to `int' if <sys/types.h> does not define. */
205#undef pid_t
206
207/* Define to `unsigned int' if <sys/types.h> does not define. */
208#undef size_t
209
210/* Define to `int' if <sys/types.h> does not define. */
211#undef ssize_t
212
213/* Define to `int' if <sys/types.h> doesn't define. */
214#undef uid_t
215
216/* Define as `fork' if `vfork' does not work. */
217#undef vfork
218