1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* template */
4#undef ATTENTION
5
6/* template */
7#undef DEFINED_SYS_ERRLIST
8
9/* Define to 1 if translation of program messages to the user's native
10   language is requested. */
11#undef ENABLE_NLS
12
13/* template */
14#undef FIRST_PTY_LETTER
15
16/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
17   CoreFoundation framework. */
18#undef HAVE_CFLOCALECOPYCURRENT
19
20/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
21   the CoreFoundation framework. */
22#undef HAVE_CFPREFERENCESCOPYAPPVALUE
23
24/* Define if the GNU dcgettext() function is already present or preinstalled.
25   */
26#undef HAVE_DCGETTEXT
27
28/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
29   */
30#undef HAVE_DIRENT_H
31
32/* Define to 1 if you have the <fcntl.h> header file. */
33#undef HAVE_FCNTL_H
34
35/* Define to 1 if you have the `ftime' function. */
36#undef HAVE_FTIME
37
38/* Define to 1 if you have the `gethostname' function. */
39#undef HAVE_GETHOSTNAME
40
41/* Define if the GNU gettext() function is already present or preinstalled. */
42#undef HAVE_GETTEXT
43
44/* Define to 1 if you have the `gettimeofday' function. */
45#undef HAVE_GETTIMEOFDAY
46
47/* Define to 1 if you have the `grantpt' function. */
48#undef HAVE_GRANTPT
49
50/* Define if you have the iconv() function and it works. */
51#undef HAVE_ICONV
52
53/* Define to 1 if you have the <inttypes.h> header file. */
54#undef HAVE_INTTYPES_H
55
56/* Define to 1 if you have the <lan/socket.h> header file. */
57#undef HAVE_LAN_SOCKET_H
58
59/* Define to 1 if you have the `i' library (-li). */
60#undef HAVE_LIBI
61
62/* Define to 1 if you have the `seq' library (-lseq). */
63#undef HAVE_LIBSEQ
64
65/* Define to 1 if you have the <memory.h> header file. */
66#undef HAVE_MEMORY_H
67
68/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
69#undef HAVE_NDIR_H
70
71/* Define to 1 if you have the `rand48' function. */
72#undef HAVE_RAND48
73
74/* Define to 1 if you have the `random' function. */
75#undef HAVE_RANDOM
76
77/* Define to 1 if you have the `setitimer' function. */
78#undef HAVE_SETITIMER
79
80/* Define to 1 if you have the <stdint.h> header file. */
81#undef HAVE_STDINT_H
82
83/* Define to 1 if you have the <stdlib.h> header file. */
84#undef HAVE_STDLIB_H
85
86/* Define to 1 if you have the <strings.h> header file. */
87#undef HAVE_STRINGS_H
88
89/* Define to 1 if you have the <string.h> header file. */
90#undef HAVE_STRING_H
91
92/* Define to 1 if you have the <stropts.h> header file. */
93#undef HAVE_STROPTS_H
94
95/* Define to 1 if you have the `sysinfo' function. */
96#undef HAVE_SYSINFO
97
98/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
99   */
100#undef HAVE_SYS_DIR_H
101
102/* Define to 1 if you have the <sys/fcntl.h> header file. */
103#undef HAVE_SYS_FCNTL_H
104
105/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
106   */
107#undef HAVE_SYS_NDIR_H
108
109/* Define to 1 if you have the <sys/socket.h> header file. */
110#undef HAVE_SYS_SOCKET_H
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#undef HAVE_SYS_STAT_H
114
115/* Define to 1 if you have the <sys/systeminfo.h> header file. */
116#undef HAVE_SYS_SYSTEMINFO_H
117
118/* Define to 1 if you have the <sys/time.h> header file. */
119#undef HAVE_SYS_TIME_H
120
121/* Define to 1 if you have the <sys/types.h> header file. */
122#undef HAVE_SYS_TYPES_H
123
124/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
125#undef HAVE_SYS_WAIT_H
126
127/* Define to 1 if you have the <unistd.h> header file. */
128#undef HAVE_UNISTD_H
129
130/* Define to 1 if you have the `usleep' function. */
131#undef HAVE_USLEEP
132
133/* Define to 1 if you have the `_getpty' function. */
134#undef HAVE__GETPTY
135
136/* template */
137#undef IBMRTAIX
138
139/* template */
140#undef LAST_PTY_LETTER
141
142/* We are building an OSX APP, redefine some functions */
143#undef OSXAPP
144
145/* Name of package */
146#undef PACKAGE
147
148/* Define to the address where bug reports for this package should be sent. */
149#undef PACKAGE_BUGREPORT
150
151/* Define to the full name of this package. */
152#undef PACKAGE_NAME
153
154/* Define to the full name and version of this package. */
155#undef PACKAGE_STRING
156
157/* Define to the one symbol short name of this package. */
158#undef PACKAGE_TARNAME
159
160/* Define to the home page for this package. */
161#undef PACKAGE_URL
162
163/* Define to the version of this package. */
164#undef PACKAGE_VERSION
165
166/* template */
167#undef PTY_ITERATION
168
169/* template */
170#undef PTY_NAME_SPRINTF
171
172/* template */
173#undef PTY_OPEN
174
175/* template */
176#undef PTY_TTY_NAME_SPRINTF
177
178/* template */
179#undef REMOTE_SHELL
180
181/* Define as the return type of signal handlers (`int' or `void'). */
182#undef RETSIGTYPE
183
184/* template */
185#undef RTU
186
187/* Define to 1 if you have the ANSI C header files. */
188#undef STDC_HEADERS
189
190/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
191#undef TIME_WITH_SYS_TIME
192
193/* template */
194#undef UNIPLUS
195
196/* template */
197#undef USE_PTYS
198
199/* Define if you want to use Xaw3d */
200#undef USE_XAW3D
201
202/* Version number of package */
203#undef VERSION
204
205/* Define to 1 if the X Window System is missing or not being used. */
206#undef X_DISPLAY_MISSING
207
208/* template */
209#undef X_LOCALE
210
211/* template */
212#undef X_WCHAR
213
214/* should zippy be enabled */
215#undef ZIPPY
216