config.h revision 1.8 1 1.1 elric /* include/config.h. Generated from config.h.in by configure. */
2 1.1 elric /* include/config.h.in. Generated from configure.ac by autoheader. */
3 1.1 elric
4 1.2 elric #if HAVE_NBTOOL_CONFIG_H
5 1.2 elric #include "nbtool_config.h"
6 1.8 christos #define arc4random random
7 1.8 christos #define arc4random_stir() srandom(time(NULL))
8 1.7 christos #undef PACKAGE_NAME
9 1.7 christos #undef PACKAGE_STRING
10 1.7 christos #undef PACKAGE_TARNAME
11 1.7 christos #undef PACKAGE_VERSION
12 1.7 christos #undef PACKAGE_BUGREPORT
13 1.8 christos #endif
14 1.2 elric
15 1.1 elric #ifndef RCSID
16 1.1 elric #define RCSID(msg) \
17 1.1 elric static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
18 1.1 elric #endif
19 1.7 christos
20 1.1 elric /* Maximum values on all known systems */
21 1.1 elric #define MaxHostNameLen (64+4)
22 1.1 elric #define MaxPathLen (1024+4)
23 1.1 elric
24 1.1 elric
25 1.1 elric
26 1.1 elric #ifdef BUILD_KRB5_LIB
27 1.1 elric #ifndef KRB5_LIB
28 1.1 elric #ifdef _WIN32_
29 1.1 elric #define KRB5_LIB_FUNCTION __declspec(dllexport)
30 1.1 elric #define KRB5_LIB_CALL __stdcall
31 1.1 elric #define KRB5_LIB_VARIABLE __declspec(dllexport)
32 1.1 elric #else
33 1.1 elric #define KRB5_LIB_FUNCTION
34 1.1 elric #define KRB5_LIB_CALL
35 1.1 elric #define KRB5_LIB_VARIABLE
36 1.1 elric #endif
37 1.1 elric #endif
38 1.1 elric #endif
39 1.1 elric
40 1.1 elric
41 1.1 elric #ifdef BUILD_ROKEN_LIB
42 1.1 elric #ifndef ROKEN_LIB
43 1.1 elric #ifdef _WIN32_
44 1.1 elric #define ROKEN_LIB_FUNCTION __declspec(dllexport)
45 1.1 elric #define ROKEN_LIB_CALL __stdcall
46 1.1 elric #define ROKEN_LIB_VARIABLE __declspec(dllexport)
47 1.1 elric #else
48 1.1 elric #define ROKEN_LIB_FUNCTION
49 1.1 elric #define ROKEN_LIB_CALL
50 1.1 elric #define ROKEN_LIB_VARIABLE
51 1.1 elric #endif
52 1.1 elric #endif
53 1.1 elric #endif
54 1.1 elric
55 1.1 elric
56 1.1 elric #ifdef BUILD_GSSAPI_LIB
57 1.1 elric #ifndef GSSAPI_LIB
58 1.1 elric #ifdef _WIN32_
59 1.1 elric #define GSSAPI_LIB_FUNCTION __declspec(dllexport)
60 1.1 elric #define GSSAPI_LIB_CALL __stdcall
61 1.1 elric #define GSSAPI_LIB_VARIABLE __declspec(dllexport)
62 1.1 elric #else
63 1.1 elric #define GSSAPI_LIB_FUNCTION
64 1.1 elric #define GSSAPI_LIB_CALL
65 1.1 elric #define GSSAPI_LIB_VARIABLE
66 1.1 elric #endif
67 1.1 elric #endif
68 1.1 elric #endif
69 1.1 elric
70 1.1 elric
71 1.1 elric /* Define if you want authentication support in telnet. */
72 1.1 elric #define AUTHENTICATION 1
73 1.1 elric
74 1.1 elric /* path to bin */
75 1.1 elric #define BINDIR "/usr/bin"
76 1.1 elric
77 1.1 elric /* Define if realloc(NULL) doesn't work. */
78 1.1 elric /* #undef BROKEN_REALLOC */
79 1.1 elric
80 1.1 elric /* Define if you want support for DCE/DFS PAG's. */
81 1.1 elric /* #undef DCE */
82 1.1 elric
83 1.1 elric /* Define if you want to use DES encryption in telnet. */
84 1.1 elric #define DES_ENCRYPTION 1
85 1.1 elric
86 1.1 elric /* Define this to enable diagnostics in telnet. */
87 1.1 elric #define DIAGNOSTICS 1
88 1.1 elric
89 1.1 elric /* Define to enable DIGEST. */
90 1.1 elric #define DIGEST 1
91 1.1 elric
92 1.1 elric /* Define if want to use the weak AFS string to key functions. */
93 1.1 elric #define ENABLE_AFS_STRING_TO_KEY 1
94 1.1 elric
95 1.1 elric /* Define if you want have a thread safe libraries */
96 1.1 elric #define ENABLE_PTHREAD_SUPPORT 1
97 1.1 elric
98 1.1 elric /* Define if you want encryption support in telnet. */
99 1.1 elric #define ENCRYPTION 1
100 1.1 elric
101 1.1 elric /* define if sys/param.h defines the endiness */
102 1.1 elric #define ENDIANESS_IN_SYS_PARAM_H 1
103 1.1 elric
104 1.1 elric /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
105 1.1 elric /* #undef ENV_HACK */
106 1.1 elric
107 1.1 elric /* define if prototype of gethostbyaddr is compatible with struct hostent
108 1.1 elric *gethostbyaddr(const void *, size_t, int) */
109 1.1 elric /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
110 1.1 elric
111 1.1 elric /* define if prototype of gethostbyname is compatible with struct hostent
112 1.1 elric *gethostbyname(const char *) */
113 1.1 elric #define GETHOSTBYNAME_PROTO_COMPATIBLE 1
114 1.1 elric
115 1.1 elric /* define if prototype of getservbyname is compatible with struct servent
116 1.1 elric *getservbyname(const char *, const char *) */
117 1.1 elric #define GETSERVBYNAME_PROTO_COMPATIBLE 1
118 1.1 elric
119 1.1 elric /* define if prototype of getsockname is compatible with int getsockname(int,
120 1.1 elric struct sockaddr*, socklen_t*) */
121 1.1 elric #define GETSOCKNAME_PROTO_COMPATIBLE 1
122 1.1 elric
123 1.1 elric /* Define if you have the `altzone' variable. */
124 1.1 elric /* #undef HAVE_ALTZONE */
125 1.1 elric
126 1.1 elric /* Define to 1 if you have the `arc4random' function. */
127 1.1 elric #define HAVE_ARC4RANDOM 1
128 1.1 elric
129 1.1 elric /* Define to 1 if you have the <arpa/inet.h> header file. */
130 1.1 elric #define HAVE_ARPA_INET_H 1
131 1.1 elric
132 1.1 elric /* Define to 1 if you have the <arpa/nameser.h> header file. */
133 1.1 elric #define HAVE_ARPA_NAMESER_H 1
134 1.1 elric
135 1.1 elric /* Define to 1 if you have the <arpa/telnet.h> header file. */
136 1.1 elric #define HAVE_ARPA_TELNET_H 1
137 1.1 elric
138 1.1 elric /* Define to 1 if you have the <asl.h> header file. */
139 1.1 elric /* #undef HAVE_ASL_H */
140 1.1 elric
141 1.1 elric /* Define to 1 if you have the `asnprintf' function. */
142 1.1 elric /* #undef HAVE_ASNPRINTF */
143 1.1 elric
144 1.1 elric /* Define to 1 if you have the `asprintf' function. */
145 1.1 elric #define HAVE_ASPRINTF 1
146 1.1 elric
147 1.1 elric /* Define to 1 if you have the `atexit' function. */
148 1.1 elric #define HAVE_ATEXIT 1
149 1.1 elric
150 1.5 pettai /* Define to 1 if you have the `backtrace' function. */
151 1.5 pettai /* #undef HAVE_BACKTRACE */
152 1.5 pettai
153 1.1 elric /* Define to 1 if you have the <bind/bitypes.h> header file. */
154 1.1 elric /* #undef HAVE_BIND_BITYPES_H */
155 1.1 elric
156 1.1 elric /* Define to 1 if you have the <bsdsetjmp.h> header file. */
157 1.1 elric /* #undef HAVE_BSDSETJMP_H */
158 1.1 elric
159 1.1 elric /* Define to 1 if you have the `bswap16' function. */
160 1.1 elric #define HAVE_BSWAP16 1
161 1.1 elric
162 1.1 elric /* Define to 1 if you have the `bswap32' function. */
163 1.1 elric #define HAVE_BSWAP32 1
164 1.1 elric
165 1.7 christos /* Define to 1 if you have the `bswap64' function. */
166 1.7 christos #define HAVE_BSWAP64 1
167 1.7 christos
168 1.1 elric /* Define to 1 if you have the <capability.h> header file. */
169 1.1 elric /* #undef HAVE_CAPABILITY_H */
170 1.1 elric
171 1.1 elric /* whether capng is available for privilege reduction */
172 1.1 elric /* #undef HAVE_CAPNG */
173 1.1 elric
174 1.1 elric /* Define to 1 if you have the `cap_set_proc' function. */
175 1.1 elric /* #undef HAVE_CAP_SET_PROC */
176 1.1 elric
177 1.1 elric /* Define to 1 if you have the `cgetent' function. */
178 1.1 elric #define HAVE_CGETENT 1
179 1.1 elric
180 1.1 elric /* Define if you have the function `chown'. */
181 1.1 elric #define HAVE_CHOWN 1
182 1.1 elric
183 1.1 elric /* Define if you have the function `closefrom'. */
184 1.1 elric #define HAVE_CLOSEFROM 1
185 1.1 elric
186 1.1 elric /* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */
187 1.1 elric /* #undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */
188 1.1 elric
189 1.1 elric /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
190 1.1 elric /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
191 1.1 elric
192 1.1 elric /* Define to 1 if you have the <config.h> header file. */
193 1.1 elric /* #undef HAVE_CONFIG_H */
194 1.1 elric
195 1.1 elric /* Define if you have the function `copyhostent'. */
196 1.1 elric /* #undef HAVE_COPYHOSTENT */
197 1.1 elric
198 1.1 elric /* Define to 1 if you have the `crypt' function. */
199 1.1 elric #define HAVE_CRYPT 1
200 1.1 elric
201 1.1 elric /* Define to 1 if you have the <crypt.h> header file. */
202 1.1 elric /* #undef HAVE_CRYPT_H */
203 1.1 elric
204 1.1 elric /* Define to 1 if you have the <curses.h> header file. */
205 1.1 elric #define HAVE_CURSES_H 1
206 1.1 elric
207 1.1 elric /* Define if you have the function `daemon'. */
208 1.1 elric #define HAVE_DAEMON 1
209 1.1 elric
210 1.1 elric /* define if you have a berkeley db1/2 library */
211 1.1 elric #define HAVE_DB1 1
212 1.1 elric
213 1.1 elric /* define if you have a berkeley db3/4/5 library */
214 1.1 elric /* #undef HAVE_DB3 */
215 1.1 elric
216 1.1 elric /* Define to 1 if you have the <db3/db.h> header file. */
217 1.1 elric /* #undef HAVE_DB3_DB_H */
218 1.1 elric
219 1.1 elric /* Define to 1 if you have the <db4/db.h> header file. */
220 1.1 elric /* #undef HAVE_DB4_DB_H */
221 1.1 elric
222 1.1 elric /* Define to 1 if you have the <db5/db.h> header file. */
223 1.1 elric /* #undef HAVE_DB5_DB_H */
224 1.1 elric
225 1.5 pettai /* Define to 1 if you have the <db6/db.h> header file. */
226 1.5 pettai /* #undef HAVE_DB6_DB_H */
227 1.5 pettai
228 1.1 elric /* Define if you have user supplied header location */
229 1.1 elric /* #undef HAVE_DBHEADER */
230 1.1 elric
231 1.1 elric /* Define to 1 if you have the `dbm_firstkey' function. */
232 1.1 elric #define HAVE_DBM_FIRSTKEY 1
233 1.1 elric
234 1.1 elric /* Define to 1 if you have the <dbm.h> header file. */
235 1.1 elric /* #undef HAVE_DBM_H */
236 1.1 elric
237 1.1 elric /* Define to 1 if you have the `dbopen' function. */
238 1.1 elric #define HAVE_DBOPEN 1
239 1.1 elric
240 1.1 elric /* Define to 1 if you have the `db_create' function. */
241 1.1 elric /* #undef HAVE_DB_CREATE */
242 1.1 elric
243 1.1 elric /* Define to 1 if you have the <db.h> header file. */
244 1.1 elric #define HAVE_DB_H 1
245 1.1 elric
246 1.1 elric /* define if you have ndbm compat in db */
247 1.1 elric /* #undef HAVE_DB_NDBM */
248 1.1 elric
249 1.1 elric /* Define to 1 if you have the declaration of `altzone', and to 0 if you
250 1.1 elric don't. */
251 1.1 elric /* #undef HAVE_DECL_ALTZONE */
252 1.1 elric
253 1.1 elric /* Define to 1 if you have the declaration of `environ', and to 0 if you
254 1.1 elric don't. */
255 1.1 elric #define HAVE_DECL_ENVIRON 0
256 1.1 elric
257 1.1 elric /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
258 1.1 elric don't. */
259 1.1 elric #define HAVE_DECL_H_ERRLIST 0
260 1.1 elric
261 1.1 elric /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
262 1.1 elric don't. */
263 1.1 elric #define HAVE_DECL_H_ERRNO 1
264 1.1 elric
265 1.1 elric /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
266 1.1 elric */
267 1.1 elric #define HAVE_DECL_H_NERR 0
268 1.1 elric
269 1.1 elric /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
270 1.1 elric */
271 1.1 elric #define HAVE_DECL_OPTARG 1
272 1.1 elric
273 1.1 elric /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
274 1.1 elric */
275 1.1 elric #define HAVE_DECL_OPTERR 1
276 1.1 elric
277 1.1 elric /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
278 1.1 elric */
279 1.1 elric #define HAVE_DECL_OPTIND 1
280 1.1 elric
281 1.1 elric /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
282 1.1 elric */
283 1.1 elric #define HAVE_DECL_OPTOPT 1
284 1.1 elric
285 1.1 elric /* Define to 1 if you have the declaration of `timezone', and to 0 if you
286 1.1 elric don't. */
287 1.1 elric #define HAVE_DECL_TIMEZONE 1
288 1.1 elric
289 1.1 elric /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
290 1.1 elric */
291 1.1 elric #define HAVE_DECL__RES 1
292 1.1 elric
293 1.1 elric /* Define to 1 if you have the declaration of `__progname', and to 0 if you
294 1.1 elric don't. */
295 1.1 elric #define HAVE_DECL___PROGNAME 0
296 1.1 elric
297 1.1 elric /* Define to 1 if you have the <dirent.h> header file. */
298 1.1 elric #define HAVE_DIRENT_H 1
299 1.1 elric
300 1.1 elric /* have a dirfd function/macro */
301 1.1 elric #define HAVE_DIRFD 1
302 1.1 elric
303 1.1 elric /* Define if DIR has field dd_fd. */
304 1.1 elric #define HAVE_DIR_DD_FD 1
305 1.1 elric
306 1.1 elric /* Define to 1 if you have the `dispatch_async_f' function. */
307 1.1 elric /* #undef HAVE_DISPATCH_ASYNC_F */
308 1.1 elric
309 1.1 elric /* Define to 1 if you have the <dispatch/dispatch.h> header file. */
310 1.1 elric /* #undef HAVE_DISPATCH_DISPATCH_H */
311 1.1 elric
312 1.7 christos /* Define to 1 if you have the `dladdr' function. */
313 1.7 christos #define HAVE_DLADDR 1
314 1.7 christos
315 1.1 elric /* Define to 1 if you have the <dlfcn.h> header file. */
316 1.1 elric #define HAVE_DLFCN_H 1
317 1.1 elric
318 1.1 elric /* Define to 1 if you have the `dlopen' function. */
319 1.1 elric #define HAVE_DLOPEN 1
320 1.1 elric
321 1.1 elric /* Define to 1 if you have the <dns.h> header file. */
322 1.1 elric /* #undef HAVE_DNS_H */
323 1.1 elric
324 1.1 elric /* Define to 1 if you have the `dns_search' function. */
325 1.1 elric /* #undef HAVE_DNS_SEARCH */
326 1.1 elric
327 1.1 elric /* Define to 1 if you have the `dn_expand' function. */
328 1.1 elric #define HAVE_DN_EXPAND 1
329 1.1 elric
330 1.1 elric /* Define to 1 if you have the `door_create' function. */
331 1.1 elric /* #undef HAVE_DOOR_CREATE */
332 1.1 elric
333 1.1 elric /* Define if you have the function `ecalloc'. */
334 1.1 elric #define HAVE_ECALLOC 1
335 1.1 elric
336 1.7 christos /* Define to 1 if you have the <editline/readline.h> header file. */
337 1.7 christos /* #undef HAVE_EDITLINE_READLINE_H */
338 1.7 christos
339 1.7 christos /* Define to 1 if you have the <editline/readline.h > header file. */
340 1.7 christos /* #undef HAVE_EDITLINE_READLINE_H_ */
341 1.7 christos
342 1.1 elric /* Define if you have the function `emalloc'. */
343 1.1 elric #define HAVE_EMALLOC 1
344 1.1 elric
345 1.1 elric /* Define if you have the function `erealloc'. */
346 1.1 elric #define HAVE_EREALLOC 1
347 1.1 elric
348 1.1 elric /* Define if you have the function `err'. */
349 1.1 elric #define HAVE_ERR 1
350 1.1 elric
351 1.1 elric /* Define to 1 if you have the <errno.h> header file. */
352 1.1 elric #define HAVE_ERRNO_H 1
353 1.1 elric
354 1.1 elric /* Define if you have the function `errx'. */
355 1.1 elric #define HAVE_ERRX 1
356 1.1 elric
357 1.1 elric /* Define to 1 if you have the <err.h> header file. */
358 1.1 elric #define HAVE_ERR_H 1
359 1.1 elric
360 1.1 elric /* Define if you have the function `estrdup'. */
361 1.1 elric #define HAVE_ESTRDUP 1
362 1.1 elric
363 1.5 pettai /* Define to 1 if you have the <execinfo.h> header file. */
364 1.7 christos #define HAVE_EXECINFO_H 1
365 1.5 pettai
366 1.1 elric /* Define if you have the function `fchown'. */
367 1.1 elric #define HAVE_FCHOWN 1
368 1.1 elric
369 1.1 elric /* Define to 1 if you have the `fcntl' function. */
370 1.1 elric #define HAVE_FCNTL 1
371 1.1 elric
372 1.1 elric /* Define to 1 if you have the <fcntl.h> header file. */
373 1.1 elric #define HAVE_FCNTL_H 1
374 1.1 elric
375 1.1 elric /* Define if you have the function `flock'. */
376 1.1 elric #define HAVE_FLOCK 1
377 1.1 elric
378 1.1 elric /* Define if you have the function `fnmatch'. */
379 1.1 elric #define HAVE_FNMATCH 1
380 1.1 elric
381 1.1 elric /* Define to 1 if you have the <fnmatch.h> header file. */
382 1.1 elric #define HAVE_FNMATCH_H 1
383 1.1 elric
384 1.7 christos /* Define to 1 if you have the `fork' function. */
385 1.7 christos #define HAVE_FORK 1
386 1.7 christos
387 1.1 elric /* Have -framework Security */
388 1.1 elric /* #undef HAVE_FRAMEWORK_SECURITY */
389 1.1 elric
390 1.1 elric /* Define to 1 if you have the `freeaddrinfo' function. */
391 1.1 elric #define HAVE_FREEADDRINFO 1
392 1.1 elric
393 1.1 elric /* Define if you have the function `freehostent'. */
394 1.1 elric /* #undef HAVE_FREEHOSTENT */
395 1.1 elric
396 1.1 elric /* Define to 1 if you have the `gai_strerror' function. */
397 1.1 elric #define HAVE_GAI_STRERROR 1
398 1.1 elric
399 1.1 elric /* Define if os support gcd. */
400 1.1 elric /* #undef HAVE_GCD */
401 1.1 elric
402 1.1 elric /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
403 1.1 elric /* #undef HAVE_GDBM_NDBM_H */
404 1.1 elric
405 1.1 elric /* Define to 1 if you have the `getaddrinfo' function. */
406 1.1 elric #define HAVE_GETADDRINFO 1
407 1.1 elric
408 1.7 christos /* Define to 1 if you have the `getauxval' function. */
409 1.7 christos /* #undef HAVE_GETAUXVAL */
410 1.7 christos
411 1.1 elric /* Define to 1 if you have the `getconfattr' function. */
412 1.1 elric /* #undef HAVE_GETCONFATTR */
413 1.1 elric
414 1.1 elric /* Define if you have the function `getcwd'. */
415 1.1 elric #define HAVE_GETCWD 1
416 1.1 elric
417 1.1 elric /* Define if you have the function `getdtablesize'. */
418 1.1 elric #define HAVE_GETDTABLESIZE 1
419 1.1 elric
420 1.1 elric /* Define if you have the function `getegid'. */
421 1.1 elric #define HAVE_GETEGID 1
422 1.1 elric
423 1.1 elric /* Define if you have the function `geteuid'. */
424 1.1 elric #define HAVE_GETEUID 1
425 1.1 elric
426 1.1 elric /* Define if you have the function `getgid'. */
427 1.1 elric #define HAVE_GETGID 1
428 1.1 elric
429 1.1 elric /* Define to 1 if you have the `gethostbyname' function. */
430 1.1 elric #define HAVE_GETHOSTBYNAME 1
431 1.1 elric
432 1.1 elric /* Define to 1 if you have the `gethostbyname2' function. */
433 1.1 elric #define HAVE_GETHOSTBYNAME2 1
434 1.1 elric
435 1.1 elric /* Define if you have the function `gethostname'. */
436 1.1 elric #define HAVE_GETHOSTNAME 1
437 1.1 elric
438 1.1 elric /* Define if you have the function `getifaddrs'. */
439 1.1 elric #define HAVE_GETIFADDRS 1
440 1.1 elric
441 1.1 elric /* Define if you have the function `getipnodebyaddr'. */
442 1.1 elric /* #undef HAVE_GETIPNODEBYADDR */
443 1.1 elric
444 1.1 elric /* Define if you have the function `getipnodebyname'. */
445 1.1 elric /* #undef HAVE_GETIPNODEBYNAME */
446 1.1 elric
447 1.1 elric /* Define to 1 if you have the `getlogin' function. */
448 1.1 elric #define HAVE_GETLOGIN 1
449 1.1 elric
450 1.1 elric /* Define if you have a working getmsg. */
451 1.1 elric /* #undef HAVE_GETMSG */
452 1.1 elric
453 1.1 elric /* Define to 1 if you have the `getnameinfo' function. */
454 1.1 elric #define HAVE_GETNAMEINFO 1
455 1.1 elric
456 1.1 elric /* Define if you have the function `getopt'. */
457 1.1 elric #define HAVE_GETOPT 1
458 1.1 elric
459 1.1 elric /* Define to 1 if you have the `getpagesize' function. */
460 1.1 elric #define HAVE_GETPAGESIZE 1
461 1.1 elric
462 1.1 elric /* Define to 1 if you have the `getpeereid' function. */
463 1.1 elric #define HAVE_GETPEEREID 1
464 1.1 elric
465 1.1 elric /* Define to 1 if you have the `getpeerucred' function. */
466 1.1 elric /* #undef HAVE_GETPEERUCRED */
467 1.1 elric
468 1.1 elric /* Define to 1 if you have the `getprogname' function. */
469 1.1 elric #define HAVE_GETPROGNAME 1
470 1.1 elric
471 1.1 elric /* Define to 1 if you have the `getpwnam_r' function. */
472 1.1 elric #define HAVE_GETPWNAM_R 1
473 1.1 elric
474 1.1 elric /* Define to 1 if you have the `getrlimit' function. */
475 1.1 elric #define HAVE_GETRLIMIT 1
476 1.1 elric
477 1.1 elric /* Define to 1 if you have the `getsockopt' function. */
478 1.1 elric #define HAVE_GETSOCKOPT 1
479 1.1 elric
480 1.1 elric /* Define to 1 if you have the `getspnam' function. */
481 1.1 elric /* #undef HAVE_GETSPNAM */
482 1.1 elric
483 1.1 elric /* Define if you have the function `gettimeofday'. */
484 1.1 elric #define HAVE_GETTIMEOFDAY 1
485 1.1 elric
486 1.1 elric /* Define to 1 if you have the `getudbnam' function. */
487 1.1 elric /* #undef HAVE_GETUDBNAM */
488 1.1 elric
489 1.1 elric /* Define if you have the function `getuid'. */
490 1.1 elric #define HAVE_GETUID 1
491 1.1 elric
492 1.1 elric /* Define if you have the function `getusershell'. */
493 1.1 elric #define HAVE_GETUSERSHELL 1
494 1.1 elric
495 1.1 elric /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
496 1.1 elric GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
497 1.1 elric #define HAVE_GLOB 1
498 1.1 elric
499 1.1 elric /* Define to 1 if you have the `grantpt' function. */
500 1.1 elric #define HAVE_GRANTPT 1
501 1.1 elric
502 1.1 elric /* Define to 1 if you have the <grp.h> header file. */
503 1.1 elric #define HAVE_GRP_H 1
504 1.1 elric
505 1.7 christos /* define to use openssl's libcrypto as the default backend for libhcrypto */
506 1.7 christos #define HAVE_HCRYPTO_W_OPENSSL 1
507 1.7 christos
508 1.1 elric /* Define to 1 if you have the `hstrerror' function. */
509 1.1 elric #define HAVE_HSTRERROR 1
510 1.1 elric
511 1.1 elric /* Define if you have the `h_errlist' variable. */
512 1.1 elric #define HAVE_H_ERRLIST 1
513 1.1 elric
514 1.1 elric /* Define if you have the `h_errno' variable. */
515 1.1 elric #define HAVE_H_ERRNO 1
516 1.1 elric
517 1.1 elric /* Define if you have the `h_nerr' variable. */
518 1.1 elric #define HAVE_H_NERR 1
519 1.1 elric
520 1.1 elric /* Define to 1 if you have the <ifaddrs.h> header file. */
521 1.1 elric #define HAVE_IFADDRS_H 1
522 1.1 elric
523 1.1 elric /* Define if you have the in6addr_loopback variable */
524 1.1 elric #define HAVE_IN6ADDR_LOOPBACK 1
525 1.1 elric
526 1.1 elric /* define */
527 1.1 elric #define HAVE_INET_ATON 1
528 1.1 elric
529 1.1 elric /* define */
530 1.1 elric #define HAVE_INET_NTOP 1
531 1.1 elric
532 1.1 elric /* define */
533 1.1 elric #define HAVE_INET_PTON 1
534 1.1 elric
535 1.1 elric /* Define if you have the function `initgroups'. */
536 1.1 elric #define HAVE_INITGROUPS 1
537 1.1 elric
538 1.1 elric /* Define if you have the function `innetgr'. */
539 1.1 elric #define HAVE_INNETGR 1
540 1.1 elric
541 1.1 elric /* Define to 1 if the system has the type `int16_t'. */
542 1.1 elric #define HAVE_INT16_T 1
543 1.1 elric
544 1.1 elric /* Define to 1 if the system has the type `int32_t'. */
545 1.1 elric #define HAVE_INT32_T 1
546 1.1 elric
547 1.1 elric /* Define to 1 if the system has the type `int64_t'. */
548 1.1 elric #define HAVE_INT64_T 1
549 1.1 elric
550 1.1 elric /* Define to 1 if the system has the type `int8_t'. */
551 1.1 elric #define HAVE_INT8_T 1
552 1.1 elric
553 1.1 elric /* Define to 1 if you have the <inttypes.h> header file. */
554 1.1 elric #define HAVE_INTTYPES_H 1
555 1.1 elric
556 1.1 elric /* Define to 1 if you have the <io.h> header file. */
557 1.1 elric /* #undef HAVE_IO_H */
558 1.1 elric
559 1.1 elric /* Define if you have IPv6. */
560 1.1 elric #define HAVE_IPV6 1
561 1.1 elric
562 1.1 elric /* Define if you have the function `iruserok'. */
563 1.1 elric #define HAVE_IRUSEROK 1
564 1.1 elric
565 1.1 elric /* Define to 1 if you have the `issetugid' function. */
566 1.1 elric #define HAVE_ISSETUGID 1
567 1.1 elric
568 1.1 elric /* Define if you want to use the Kerberos Credentials Manager. */
569 1.1 elric #define HAVE_KCM 1
570 1.1 elric
571 1.7 christos /* Define to 1 if you have the `kill' function. */
572 1.7 christos #define HAVE_KILL 1
573 1.7 christos
574 1.7 christos /* Define to 1 if you have the `util' library (-lutil). */
575 1.7 christos #define HAVE_LIBUTIL 1
576 1.7 christos
577 1.1 elric /* Define to 1 if you have the <libutil.h> header file. */
578 1.1 elric /* #undef HAVE_LIBUTIL_H */
579 1.1 elric
580 1.1 elric /* Define to 1 if you have the <limits.h> header file. */
581 1.1 elric #define HAVE_LIMITS_H 1
582 1.1 elric
583 1.7 christos /* define if you have the LMDB library */
584 1.7 christos /* #undef HAVE_LMDB */
585 1.7 christos
586 1.1 elric /* Define to 1 if you have the `loadquery' function. */
587 1.1 elric /* #undef HAVE_LOADQUERY */
588 1.1 elric
589 1.1 elric /* Define to 1 if you have the <locale.h> header file. */
590 1.1 elric #define HAVE_LOCALE_H 1
591 1.1 elric
592 1.1 elric /* Define if you have the function `localtime_r'. */
593 1.1 elric #define HAVE_LOCALTIME_R 1
594 1.1 elric
595 1.1 elric /* Define to 1 if you have the `logout' function. */
596 1.1 elric #define HAVE_LOGOUT 1
597 1.1 elric
598 1.1 elric /* Define to 1 if you have the `logwtmp' function. */
599 1.1 elric #define HAVE_LOGWTMP 1
600 1.1 elric
601 1.1 elric /* Define to 1 if the system has the type `long long'. */
602 1.1 elric #define HAVE_LONG_LONG 1
603 1.1 elric
604 1.1 elric /* Define if you have the function `lstat'. */
605 1.1 elric #define HAVE_LSTAT 1
606 1.1 elric
607 1.1 elric /* Define to 1 if you have the <maillock.h> header file. */
608 1.1 elric /* #undef HAVE_MAILLOCK_H */
609 1.1 elric
610 1.1 elric /* Define if you have the function `memmove'. */
611 1.1 elric #define HAVE_MEMMOVE 1
612 1.1 elric
613 1.1 elric /* Define to 1 if you have the <memory.h> header file. */
614 1.1 elric #define HAVE_MEMORY_H 1
615 1.1 elric
616 1.7 christos /* Define if you have the function `memset_s'. */
617 1.7 christos /* #undef HAVE_MEMSET_S */
618 1.7 christos
619 1.1 elric /* Define if you have the function `mkstemp'. */
620 1.1 elric #define HAVE_MKSTEMP 1
621 1.1 elric
622 1.1 elric /* Define to 1 if you have the `mktime' function. */
623 1.1 elric #define HAVE_MKTIME 1
624 1.1 elric
625 1.1 elric /* Define to 1 if you have a working `mmap' system call. */
626 1.1 elric #define HAVE_MMAP 1
627 1.1 elric
628 1.1 elric /* define if you have a ndbm library */
629 1.1 elric #define HAVE_NDBM 1
630 1.1 elric
631 1.1 elric /* Define to 1 if you have the <ndbm.h> header file. */
632 1.1 elric #define HAVE_NDBM_H 1
633 1.1 elric
634 1.1 elric /* Define to 1 if you have the <netdb.h> header file. */
635 1.1 elric #define HAVE_NETDB_H 1
636 1.1 elric
637 1.1 elric /* Define to 1 if you have the <netgroup.h> header file. */
638 1.1 elric #define HAVE_NETGROUP_H 1
639 1.1 elric
640 1.1 elric /* Define to 1 if you have the <netinet6/in6.h> header file. */
641 1.7 christos /* #undef HAVE_NETINET6_IN6_H */
642 1.1 elric
643 1.1 elric /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
644 1.7 christos /* #undef HAVE_NETINET6_IN6_VAR_H */
645 1.1 elric
646 1.1 elric /* Define to 1 if you have the <netinet/in6.h> header file. */
647 1.1 elric /* #undef HAVE_NETINET_IN6_H */
648 1.1 elric
649 1.1 elric /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
650 1.1 elric /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
651 1.1 elric
652 1.1 elric /* Define to 1 if you have the <netinet/in.h> header file. */
653 1.1 elric #define HAVE_NETINET_IN_H 1
654 1.1 elric
655 1.1 elric /* Define to 1 if you have the <netinet/in_systm.h> header file. */
656 1.1 elric #define HAVE_NETINET_IN_SYSTM_H 1
657 1.1 elric
658 1.1 elric /* Define to 1 if you have the <netinet/ip.h> header file. */
659 1.1 elric #define HAVE_NETINET_IP_H 1
660 1.1 elric
661 1.1 elric /* Define to 1 if you have the <netinet/tcp.h> header file. */
662 1.1 elric #define HAVE_NETINET_TCP_H 1
663 1.1 elric
664 1.1 elric /* Define to 1 if you have the <net/if.h> header file. */
665 1.1 elric #define HAVE_NET_IF_H 1
666 1.1 elric
667 1.1 elric /* Define if NDBM really is DB (creates files *.db) */
668 1.1 elric #define HAVE_NEW_DB 1
669 1.1 elric
670 1.1 elric /* Define to 1 if you have the `on_exit' function. */
671 1.1 elric /* #undef HAVE_ON_EXIT */
672 1.1 elric
673 1.1 elric /* Define to 1 if you have the `openpty' function. */
674 1.1 elric #define HAVE_OPENPTY 1
675 1.1 elric
676 1.1 elric /* Define to enable basic OSF C2 support. */
677 1.1 elric /* #undef HAVE_OSFC2 */
678 1.1 elric
679 1.1 elric /* Define to 1 if you have the <paths.h> header file. */
680 1.1 elric #define HAVE_PATHS_H 1
681 1.1 elric
682 1.1 elric /* Define to 1 if you have the `pidfile' function. */
683 1.1 elric #define HAVE_PIDFILE 1
684 1.1 elric
685 1.1 elric /* Define to 1 if you have the `poll' function. */
686 1.1 elric #define HAVE_POLL 1
687 1.1 elric
688 1.1 elric /* Define to 1 if you have the <poll.h> header file. */
689 1.1 elric #define HAVE_POLL_H 1
690 1.1 elric
691 1.1 elric /* Define to 1 if you have the <pthread.h> header file. */
692 1.1 elric #define HAVE_PTHREAD_H 1
693 1.1 elric
694 1.1 elric /* Define to 1 if you have the `ptsname' function. */
695 1.1 elric #define HAVE_PTSNAME 1
696 1.1 elric
697 1.1 elric /* Define to 1 if you have the <pty.h> header file. */
698 1.1 elric /* #undef HAVE_PTY_H */
699 1.1 elric
700 1.1 elric /* Define if you have the function `putenv'. */
701 1.1 elric #define HAVE_PUTENV 1
702 1.1 elric
703 1.1 elric /* Define to 1 if you have the <pwd.h> header file. */
704 1.1 elric #define HAVE_PWD_H 1
705 1.1 elric
706 1.1 elric /* Define to 1 if you have the `rand' function. */
707 1.1 elric #define HAVE_RAND 1
708 1.1 elric
709 1.1 elric /* Define to 1 if you have the `random' function. */
710 1.1 elric #define HAVE_RANDOM 1
711 1.1 elric
712 1.1 elric /* Define if you have the function `rcmd'. */
713 1.1 elric #define HAVE_RCMD 1
714 1.1 elric
715 1.1 elric /* Define if you have a readline compatible library. */
716 1.1 elric #define HAVE_READLINE 1
717 1.1 elric
718 1.1 elric /* Define to 1 if you have the
719 1.7 christos <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h])[][]_AH_CHECK_HEADER([editline/readline.h]>
720 1.7 christos header file. */
721 1.1 elric /* #undef HAVE_READLINE_H */
722 1.1 elric
723 1.7 christos /* Define to 1 if you have the <readline/readline.h> header file. */
724 1.7 christos #define HAVE_READLINE_READLINE_H 1
725 1.7 christos
726 1.1 elric /* Define to 1 if you have the <readline/readline.h > header file. */
727 1.1 elric /* #undef HAVE_READLINE_READLINE_H_ */
728 1.1 elric
729 1.1 elric /* Define if you have the function `readv'. */
730 1.1 elric #define HAVE_READV 1
731 1.1 elric
732 1.1 elric /* Define if you have the function `recvmsg'. */
733 1.1 elric #define HAVE_RECVMSG 1
734 1.1 elric
735 1.1 elric /* Define to 1 if you have the <resolv.h> header file. */
736 1.1 elric #define HAVE_RESOLV_H 1
737 1.1 elric
738 1.1 elric /* Define to 1 if you have the `res_ndestroy' function. */
739 1.1 elric #define HAVE_RES_NDESTROY 1
740 1.1 elric
741 1.1 elric /* Define to 1 if you have the `res_nsearch' function. */
742 1.1 elric #define HAVE_RES_NSEARCH 1
743 1.1 elric
744 1.1 elric /* Define to 1 if you have the `res_search' function. */
745 1.1 elric #define HAVE_RES_SEARCH 1
746 1.1 elric
747 1.1 elric /* Define to 1 if you have the `revoke' function. */
748 1.1 elric #define HAVE_REVOKE 1
749 1.1 elric
750 1.1 elric /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
751 1.1 elric #define HAVE_RPCSVC_YPCLNT_H 1
752 1.1 elric
753 1.1 elric /* Define to 1 if you have the <sac.h> header file. */
754 1.1 elric /* #undef HAVE_SAC_H */
755 1.1 elric
756 1.1 elric /* Define to 1 if the system has the type `sa_family_t'. */
757 1.1 elric #define HAVE_SA_FAMILY_T 1
758 1.1 elric
759 1.1 elric /* Define if you want support for cache in sqlite. */
760 1.7 christos #define HAVE_SCC 1
761 1.1 elric
762 1.5 pettai /* Define to 1 if you have the <search.h> header file. */
763 1.7 christos #define HAVE_SEARCH_H 1
764 1.5 pettai
765 1.1 elric /* Define to 1 if you have the <security/pam_modules.h> header file. */
766 1.1 elric #define HAVE_SECURITY_PAM_MODULES_H 1
767 1.1 elric
768 1.1 elric /* Define to 1 if you have the `select' function. */
769 1.1 elric #define HAVE_SELECT 1
770 1.1 elric
771 1.1 elric /* Define if you have the function `sendmsg'. */
772 1.1 elric #define HAVE_SENDMSG 1
773 1.1 elric
774 1.1 elric /* Define if you have the function `setegid'. */
775 1.1 elric #define HAVE_SETEGID 1
776 1.1 elric
777 1.1 elric /* Define if you have the function `setenv'. */
778 1.1 elric #define HAVE_SETENV 1
779 1.1 elric
780 1.1 elric /* Define if you have the function `seteuid'. */
781 1.1 elric #define HAVE_SETEUID 1
782 1.1 elric
783 1.1 elric /* Define to 1 if you have the `setitimer' function. */
784 1.1 elric #define HAVE_SETITIMER 1
785 1.1 elric
786 1.1 elric /* Define to 1 if you have the `setlim' function. */
787 1.1 elric /* #undef HAVE_SETLIM */
788 1.1 elric
789 1.1 elric /* Define to 1 if you have the `setlogin' function. */
790 1.1 elric #define HAVE_SETLOGIN 1
791 1.1 elric
792 1.1 elric /* Define to 1 if you have the `setpcred' function. */
793 1.1 elric /* #undef HAVE_SETPCRED */
794 1.1 elric
795 1.1 elric /* Define to 1 if you have the `setpgid' function. */
796 1.1 elric #define HAVE_SETPGID 1
797 1.1 elric
798 1.1 elric /* Define to 1 if you have the `setproctitle' function. */
799 1.1 elric #define HAVE_SETPROCTITLE 1
800 1.1 elric
801 1.1 elric /* Define to 1 if you have the `setprogname' function. */
802 1.1 elric #define HAVE_SETPROGNAME 1
803 1.1 elric
804 1.1 elric /* Define to 1 if you have the `setregid' function. */
805 1.1 elric #define HAVE_SETREGID 1
806 1.1 elric
807 1.1 elric /* Define to 1 if you have the `setresgid' function. */
808 1.1 elric /* #undef HAVE_SETRESGID */
809 1.1 elric
810 1.1 elric /* Define to 1 if you have the `setresuid' function. */
811 1.1 elric /* #undef HAVE_SETRESUID */
812 1.1 elric
813 1.1 elric /* Define to 1 if you have the `setreuid' function. */
814 1.1 elric #define HAVE_SETREUID 1
815 1.1 elric
816 1.1 elric /* Define to 1 if you have the `setsid' function. */
817 1.1 elric #define HAVE_SETSID 1
818 1.1 elric
819 1.1 elric /* Define to 1 if you have the `setsockopt' function. */
820 1.1 elric #define HAVE_SETSOCKOPT 1
821 1.1 elric
822 1.1 elric /* Define to 1 if you have the `setutent' function. */
823 1.1 elric #define HAVE_SETUTENT 1
824 1.1 elric
825 1.1 elric /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
826 1.1 elric /* #undef HAVE_SGI_GETCAPABILITYBYNAME */
827 1.1 elric
828 1.1 elric /* Define to 1 if you have the <sgtty.h> header file. */
829 1.1 elric #define HAVE_SGTTY_H 1
830 1.1 elric
831 1.1 elric /* Define to 1 if you have the <shadow.h> header file. */
832 1.1 elric /* #undef HAVE_SHADOW_H */
833 1.1 elric
834 1.1 elric /* Define to 1 if you have the <siad.h> header file. */
835 1.1 elric /* #undef HAVE_SIAD_H */
836 1.1 elric
837 1.1 elric /* Define to 1 if you have the `sigaction' function. */
838 1.1 elric #define HAVE_SIGACTION 1
839 1.1 elric
840 1.1 elric /* Define to 1 if you have the <signal.h> header file. */
841 1.1 elric #define HAVE_SIGNAL_H 1
842 1.1 elric
843 1.1 elric /* define if you have a working snprintf */
844 1.1 elric #define HAVE_SNPRINTF 1
845 1.1 elric
846 1.1 elric /* Define to 1 if you have the `socket' function. */
847 1.1 elric #define HAVE_SOCKET 1
848 1.1 elric
849 1.1 elric /* Define to 1 if the system has the type `socklen_t'. */
850 1.1 elric #define HAVE_SOCKLEN_T 1
851 1.1 elric
852 1.5 pettai /* Define if you want support for sqlite in Heimdal. */
853 1.7 christos #define HAVE_SQLITE3 1
854 1.5 pettai
855 1.1 elric /* Define to 1 if the system has the type `ssize_t'. */
856 1.1 elric #define HAVE_SSIZE_T 1
857 1.1 elric
858 1.1 elric /* Define to 1 if you have the <standards.h> header file. */
859 1.1 elric /* #undef HAVE_STANDARDS_H */
860 1.1 elric
861 1.1 elric /* Define to 1 if you have the <stdint.h> header file. */
862 1.1 elric #define HAVE_STDINT_H 1
863 1.1 elric
864 1.1 elric /* Define to 1 if you have the <stdlib.h> header file. */
865 1.1 elric #define HAVE_STDLIB_H 1
866 1.1 elric
867 1.1 elric /* Define if you have the function `strcasecmp'. */
868 1.1 elric #define HAVE_STRCASECMP 1
869 1.1 elric
870 1.1 elric /* Define if you have the function `strdup'. */
871 1.1 elric #define HAVE_STRDUP 1
872 1.1 elric
873 1.1 elric /* Define if you have the function `strerror'. */
874 1.1 elric #define HAVE_STRERROR 1
875 1.1 elric
876 1.1 elric /* Define if you have the function strerror_r. */
877 1.1 elric #define HAVE_STRERROR_R 1
878 1.1 elric
879 1.1 elric /* Define if you have the function `strftime'. */
880 1.1 elric #define HAVE_STRFTIME 1
881 1.1 elric
882 1.1 elric /* Define to 1 if you have the <strings.h> header file. */
883 1.1 elric #define HAVE_STRINGS_H 1
884 1.1 elric
885 1.1 elric /* Define to 1 if you have the <string.h> header file. */
886 1.1 elric #define HAVE_STRING_H 1
887 1.1 elric
888 1.1 elric /* Define if you have the function `strlcat'. */
889 1.1 elric #define HAVE_STRLCAT 1
890 1.1 elric
891 1.1 elric /* Define if you have the function `strlcpy'. */
892 1.1 elric #define HAVE_STRLCPY 1
893 1.1 elric
894 1.1 elric /* Define if you have the function `strlwr'. */
895 1.1 elric /* #undef HAVE_STRLWR */
896 1.1 elric
897 1.1 elric /* Define if you have the function `strncasecmp'. */
898 1.1 elric #define HAVE_STRNCASECMP 1
899 1.1 elric
900 1.1 elric /* Define if you have the function `strndup'. */
901 1.1 elric #define HAVE_STRNDUP 1
902 1.1 elric
903 1.1 elric /* Define if you have the function `strnlen'. */
904 1.1 elric #define HAVE_STRNLEN 1
905 1.1 elric
906 1.1 elric /* Define to 1 if you have the <stropts.h> header file. */
907 1.1 elric /* #undef HAVE_STROPTS_H */
908 1.1 elric
909 1.1 elric /* Define if you have the function `strptime'. */
910 1.1 elric #define HAVE_STRPTIME 1
911 1.1 elric
912 1.1 elric /* Define if you have the function `strsep'. */
913 1.1 elric #define HAVE_STRSEP 1
914 1.1 elric
915 1.1 elric /* Define if you have the function `strsep_copy'. */
916 1.1 elric /* #undef HAVE_STRSEP_COPY */
917 1.1 elric
918 1.1 elric /* Define to 1 if you have the `strstr' function. */
919 1.1 elric #define HAVE_STRSTR 1
920 1.1 elric
921 1.1 elric /* Define to 1 if you have the `strsvis' function. */
922 1.1 elric #define HAVE_STRSVIS 1
923 1.1 elric
924 1.1 elric /* Define to 1 if you have the `strsvisx' function. */
925 1.1 elric #define HAVE_STRSVISX 1
926 1.1 elric
927 1.1 elric /* Define if you have the function `strtok_r'. */
928 1.1 elric #define HAVE_STRTOK_R 1
929 1.1 elric
930 1.7 christos /* Define if you have the function strtoll. */
931 1.7 christos #define HAVE_STRTOLL 1
932 1.7 christos
933 1.7 christos /* Define if you have the function strtoull. */
934 1.7 christos #define HAVE_STRTOULL 1
935 1.7 christos
936 1.1 elric /* Define to 1 if the system has the type `struct addrinfo'. */
937 1.1 elric #define HAVE_STRUCT_ADDRINFO 1
938 1.1 elric
939 1.1 elric /* Define to 1 if the system has the type `struct ifaddrs'. */
940 1.1 elric #define HAVE_STRUCT_IFADDRS 1
941 1.1 elric
942 1.1 elric /* Define to 1 if the system has the type `struct iovec'. */
943 1.1 elric #define HAVE_STRUCT_IOVEC 1
944 1.1 elric
945 1.1 elric /* Define to 1 if the system has the type `struct msghdr'. */
946 1.1 elric #define HAVE_STRUCT_MSGHDR 1
947 1.1 elric
948 1.1 elric /* Define to 1 if the system has the type `struct sockaddr'. */
949 1.1 elric #define HAVE_STRUCT_SOCKADDR 1
950 1.1 elric
951 1.1 elric /* Define if struct sockaddr has field sa_len. */
952 1.1 elric #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
953 1.1 elric
954 1.1 elric /* Define to 1 if the system has the type `struct sockaddr_storage'. */
955 1.1 elric #define HAVE_STRUCT_SOCKADDR_STORAGE 1
956 1.1 elric
957 1.1 elric /* define if you have struct spwd */
958 1.1 elric /* #undef HAVE_STRUCT_SPWD */
959 1.1 elric
960 1.1 elric /* Define if struct tm has field tm_gmtoff. */
961 1.1 elric #define HAVE_STRUCT_TM_TM_GMTOFF 1
962 1.1 elric
963 1.1 elric /* Define if struct tm has field tm_zone. */
964 1.1 elric #define HAVE_STRUCT_TM_TM_ZONE 1
965 1.1 elric
966 1.1 elric /* define if struct winsize is declared in sys/termios.h */
967 1.1 elric #define HAVE_STRUCT_WINSIZE 1
968 1.1 elric
969 1.1 elric /* Define to 1 if you have the `strunvis' function. */
970 1.1 elric #define HAVE_STRUNVIS 1
971 1.1 elric
972 1.1 elric /* Define if you have the function `strupr'. */
973 1.1 elric /* #undef HAVE_STRUPR */
974 1.1 elric
975 1.1 elric /* Define to 1 if you have the `strvis' function. */
976 1.1 elric #define HAVE_STRVIS 1
977 1.1 elric
978 1.1 elric /* Define to 1 if you have the `strvisx' function. */
979 1.1 elric #define HAVE_STRVISX 1
980 1.1 elric
981 1.1 elric /* Define to 1 if you have the `svis' function. */
982 1.1 elric #define HAVE_SVIS 1
983 1.1 elric
984 1.1 elric /* Define if you have the function `swab'. */
985 1.1 elric #define HAVE_SWAB 1
986 1.1 elric
987 1.1 elric /* Define to 1 if you have the `sysconf' function. */
988 1.1 elric #define HAVE_SYSCONF 1
989 1.1 elric
990 1.1 elric /* Define to 1 if you have the `sysctl' function. */
991 1.1 elric #define HAVE_SYSCTL 1
992 1.1 elric
993 1.1 elric /* Define to 1 if you have the `syslog' function. */
994 1.1 elric #define HAVE_SYSLOG 1
995 1.1 elric
996 1.1 elric /* Define to 1 if you have the <syslog.h> header file. */
997 1.1 elric #define HAVE_SYSLOG_H 1
998 1.1 elric
999 1.7 christos /* Define to 1 if you have the <sys/auxv.h> header file. */
1000 1.7 christos /* #undef HAVE_SYS_AUXV_H */
1001 1.7 christos
1002 1.1 elric /* Define to 1 if you have the <sys/bitypes.h> header file. */
1003 1.1 elric /* #undef HAVE_SYS_BITYPES_H */
1004 1.1 elric
1005 1.1 elric /* Define to 1 if you have the <sys/bswap.h> header file. */
1006 1.1 elric #define HAVE_SYS_BSWAP_H 1
1007 1.1 elric
1008 1.1 elric /* Define to 1 if you have the <sys/capability.h> header file. */
1009 1.1 elric /* #undef HAVE_SYS_CAPABILITY_H */
1010 1.1 elric
1011 1.1 elric /* Define to 1 if you have the <sys/category.h> header file. */
1012 1.1 elric /* #undef HAVE_SYS_CATEGORY_H */
1013 1.1 elric
1014 1.7 christos /* Define to 1 if you have the <sys/errno.h> header file. */
1015 1.7 christos #define HAVE_SYS_ERRNO_H 1
1016 1.7 christos
1017 1.1 elric /* Define to 1 if you have the <sys/file.h> header file. */
1018 1.1 elric #define HAVE_SYS_FILE_H 1
1019 1.1 elric
1020 1.1 elric /* Define to 1 if you have the <sys/filio.h> header file. */
1021 1.1 elric #define HAVE_SYS_FILIO_H 1
1022 1.1 elric
1023 1.1 elric /* Define to 1 if you have the <sys/ioccom.h> header file. */
1024 1.1 elric #define HAVE_SYS_IOCCOM_H 1
1025 1.1 elric
1026 1.1 elric /* Define to 1 if you have the <sys/ioctl.h> header file. */
1027 1.1 elric #define HAVE_SYS_IOCTL_H 1
1028 1.1 elric
1029 1.1 elric /* Define to 1 if you have the <sys/mman.h> header file. */
1030 1.1 elric #define HAVE_SYS_MMAN_H 1
1031 1.1 elric
1032 1.1 elric /* Define to 1 if you have the <sys/param.h> header file. */
1033 1.1 elric #define HAVE_SYS_PARAM_H 1
1034 1.1 elric
1035 1.1 elric /* Define to 1 if you have the <sys/proc.h> header file. */
1036 1.1 elric #define HAVE_SYS_PROC_H 1
1037 1.1 elric
1038 1.1 elric /* Define to 1 if you have the <sys/ptyio.h> header file. */
1039 1.1 elric /* #undef HAVE_SYS_PTYIO_H */
1040 1.1 elric
1041 1.1 elric /* Define to 1 if you have the <sys/ptyvar.h> header file. */
1042 1.1 elric /* #undef HAVE_SYS_PTYVAR_H */
1043 1.1 elric
1044 1.1 elric /* Define to 1 if you have the <sys/pty.h> header file. */
1045 1.1 elric /* #undef HAVE_SYS_PTY_H */
1046 1.1 elric
1047 1.1 elric /* Define to 1 if you have the <sys/resource.h> header file. */
1048 1.1 elric #define HAVE_SYS_RESOURCE_H 1
1049 1.1 elric
1050 1.1 elric /* Define to 1 if you have the <sys/select.h> header file. */
1051 1.1 elric #define HAVE_SYS_SELECT_H 1
1052 1.1 elric
1053 1.1 elric /* Define to 1 if you have the <sys/socket.h> header file. */
1054 1.1 elric #define HAVE_SYS_SOCKET_H 1
1055 1.1 elric
1056 1.1 elric /* Define to 1 if you have the <sys/sockio.h> header file. */
1057 1.1 elric #define HAVE_SYS_SOCKIO_H 1
1058 1.1 elric
1059 1.1 elric /* Define to 1 if you have the <sys/stat.h> header file. */
1060 1.1 elric #define HAVE_SYS_STAT_H 1
1061 1.1 elric
1062 1.1 elric /* Define to 1 if you have the <sys/stream.h> header file. */
1063 1.1 elric /* #undef HAVE_SYS_STREAM_H */
1064 1.1 elric
1065 1.1 elric /* Define to 1 if you have the <sys/stropts.h> header file. */
1066 1.1 elric /* #undef HAVE_SYS_STROPTS_H */
1067 1.1 elric
1068 1.1 elric /* Define to 1 if you have the <sys/strtty.h> header file. */
1069 1.1 elric /* #undef HAVE_SYS_STRTTY_H */
1070 1.1 elric
1071 1.1 elric /* Define to 1 if you have the <sys/str_tty.h> header file. */
1072 1.1 elric /* #undef HAVE_SYS_STR_TTY_H */
1073 1.1 elric
1074 1.1 elric /* Define to 1 if you have the <sys/syscall.h> header file. */
1075 1.1 elric #define HAVE_SYS_SYSCALL_H 1
1076 1.1 elric
1077 1.1 elric /* Define to 1 if you have the <sys/sysctl.h> header file. */
1078 1.1 elric #define HAVE_SYS_SYSCTL_H 1
1079 1.1 elric
1080 1.1 elric /* Define to 1 if you have the <sys/termio.h> header file. */
1081 1.1 elric /* #undef HAVE_SYS_TERMIO_H */
1082 1.1 elric
1083 1.1 elric /* Define to 1 if you have the <sys/timeb.h> header file. */
1084 1.1 elric #define HAVE_SYS_TIMEB_H 1
1085 1.1 elric
1086 1.1 elric /* Define to 1 if you have the <sys/times.h> header file. */
1087 1.1 elric #define HAVE_SYS_TIMES_H 1
1088 1.1 elric
1089 1.1 elric /* Define to 1 if you have the <sys/time.h> header file. */
1090 1.1 elric #define HAVE_SYS_TIME_H 1
1091 1.1 elric
1092 1.1 elric /* Define to 1 if you have the <sys/tty.h> header file. */
1093 1.1 elric #define HAVE_SYS_TTY_H 1
1094 1.1 elric
1095 1.1 elric /* Define to 1 if you have the <sys/types.h> header file. */
1096 1.1 elric #define HAVE_SYS_TYPES_H 1
1097 1.1 elric
1098 1.1 elric /* Define to 1 if you have the <sys/ucred.h> header file. */
1099 1.1 elric #define HAVE_SYS_UCRED_H 1
1100 1.1 elric
1101 1.1 elric /* Define to 1 if you have the <sys/uio.h> header file. */
1102 1.1 elric #define HAVE_SYS_UIO_H 1
1103 1.1 elric
1104 1.1 elric /* Define to 1 if you have the <sys/un.h> header file. */
1105 1.1 elric #define HAVE_SYS_UN_H 1
1106 1.1 elric
1107 1.1 elric /* Define to 1 if you have the <sys/utsname.h> header file. */
1108 1.1 elric #define HAVE_SYS_UTSNAME_H 1
1109 1.1 elric
1110 1.1 elric /* Define to 1 if you have the <sys/wait.h> header file. */
1111 1.1 elric #define HAVE_SYS_WAIT_H 1
1112 1.1 elric
1113 1.5 pettai /* Define to 1 if you have the `tdelete' function. */
1114 1.7 christos #define HAVE_TDELETE 1
1115 1.5 pettai
1116 1.1 elric /* Define to 1 if you have the <termcap.h> header file. */
1117 1.1 elric #define HAVE_TERMCAP_H 1
1118 1.1 elric
1119 1.1 elric /* Define to 1 if you have the <termios.h> header file. */
1120 1.1 elric #define HAVE_TERMIOS_H 1
1121 1.1 elric
1122 1.1 elric /* Define to 1 if you have the <termio.h> header file. */
1123 1.1 elric /* #undef HAVE_TERMIO_H */
1124 1.1 elric
1125 1.1 elric /* Define to 1 if you have the <term.h> header file. */
1126 1.1 elric #define HAVE_TERM_H 1
1127 1.1 elric
1128 1.5 pettai /* Define to 1 if you have the `tfind' function. */
1129 1.7 christos #define HAVE_TFIND 1
1130 1.5 pettai
1131 1.1 elric /* Define to 1 if you have the `tgetent' function. */
1132 1.1 elric #define HAVE_TGETENT 1
1133 1.1 elric
1134 1.1 elric /* Define if you have the function `timegm'. */
1135 1.1 elric #define HAVE_TIMEGM 1
1136 1.1 elric
1137 1.1 elric /* Define if you have the `timezone' variable. */
1138 1.1 elric #define HAVE_TIMEZONE 1
1139 1.1 elric
1140 1.1 elric /* Define to 1 if you have the <time.h> header file. */
1141 1.1 elric #define HAVE_TIME_H 1
1142 1.1 elric
1143 1.1 elric /* Define to 1 if you have the <tmpdir.h> header file. */
1144 1.1 elric /* #undef HAVE_TMPDIR_H */
1145 1.1 elric
1146 1.5 pettai /* Define if you have the function `tsearch'. */
1147 1.7 christos #define HAVE_TSEARCH 1
1148 1.5 pettai
1149 1.1 elric /* Define to 1 if you have the `ttyname' function. */
1150 1.1 elric #define HAVE_TTYNAME 1
1151 1.1 elric
1152 1.1 elric /* Define to 1 if you have the `ttyslot' function. */
1153 1.1 elric #define HAVE_TTYSLOT 1
1154 1.1 elric
1155 1.5 pettai /* Define to 1 if you have the `twalk' function. */
1156 1.7 christos #define HAVE_TWALK 1
1157 1.5 pettai
1158 1.1 elric /* Define to 1 if you have the <udb.h> header file. */
1159 1.1 elric /* #undef HAVE_UDB_H */
1160 1.1 elric
1161 1.1 elric /* Define to 1 if the system has the type `uint16_t'. */
1162 1.1 elric #define HAVE_UINT16_T 1
1163 1.1 elric
1164 1.1 elric /* Define to 1 if the system has the type `uint32_t'. */
1165 1.1 elric #define HAVE_UINT32_T 1
1166 1.1 elric
1167 1.1 elric /* Define to 1 if the system has the type `uint64_t'. */
1168 1.1 elric #define HAVE_UINT64_T 1
1169 1.1 elric
1170 1.1 elric /* Define to 1 if the system has the type `uint8_t'. */
1171 1.1 elric #define HAVE_UINT8_T 1
1172 1.1 elric
1173 1.1 elric /* Define to 1 if the system has the type `uintptr_t'. */
1174 1.1 elric #define HAVE_UINTPTR_T 1
1175 1.1 elric
1176 1.1 elric /* Define to 1 if you have the `umask' function. */
1177 1.1 elric #define HAVE_UMASK 1
1178 1.1 elric
1179 1.1 elric /* Define to 1 if you have the `uname' function. */
1180 1.1 elric #define HAVE_UNAME 1
1181 1.1 elric
1182 1.1 elric /* Define to 1 if you have the <unistd.h> header file. */
1183 1.1 elric #define HAVE_UNISTD_H 1
1184 1.1 elric
1185 1.1 elric /* Define to 1 if you have the `unlockpt' function. */
1186 1.1 elric #define HAVE_UNLOCKPT 1
1187 1.1 elric
1188 1.1 elric /* Define if you have the function `unsetenv'. */
1189 1.1 elric #define HAVE_UNSETENV 1
1190 1.1 elric
1191 1.1 elric /* Define to 1 if you have the `unvis' function. */
1192 1.1 elric #define HAVE_UNVIS 1
1193 1.1 elric
1194 1.1 elric /* Define to 1 if you have the <userconf.h> header file. */
1195 1.1 elric /* #undef HAVE_USERCONF_H */
1196 1.1 elric
1197 1.1 elric /* Define to 1 if you have the <usersec.h> header file. */
1198 1.1 elric /* #undef HAVE_USERSEC_H */
1199 1.1 elric
1200 1.1 elric /* Define to 1 if you have the <util.h> header file. */
1201 1.1 elric #define HAVE_UTIL_H 1
1202 1.1 elric
1203 1.1 elric /* Define to 1 if the system has the type `u_int16_t'. */
1204 1.1 elric #define HAVE_U_INT16_T 1
1205 1.1 elric
1206 1.1 elric /* Define to 1 if the system has the type `u_int32_t'. */
1207 1.1 elric #define HAVE_U_INT32_T 1
1208 1.1 elric
1209 1.1 elric /* Define to 1 if the system has the type `u_int64_t'. */
1210 1.1 elric #define HAVE_U_INT64_T 1
1211 1.1 elric
1212 1.1 elric /* Define to 1 if the system has the type `u_int8_t'. */
1213 1.1 elric #define HAVE_U_INT8_T 1
1214 1.1 elric
1215 1.1 elric /* Define to 1 if you have the `vasnprintf' function. */
1216 1.1 elric /* #undef HAVE_VASNPRINTF */
1217 1.1 elric
1218 1.1 elric /* Define to 1 if you have the `vasprintf' function. */
1219 1.1 elric #define HAVE_VASPRINTF 1
1220 1.1 elric
1221 1.1 elric /* Define if you have the function `verr'. */
1222 1.1 elric #define HAVE_VERR 1
1223 1.1 elric
1224 1.1 elric /* Define if you have the function `verrx'. */
1225 1.1 elric #define HAVE_VERRX 1
1226 1.1 elric
1227 1.1 elric /* Define to 1 if you have the `vhangup' function. */
1228 1.1 elric /* #undef HAVE_VHANGUP */
1229 1.1 elric
1230 1.1 elric /* Define to 1 if you have the `vis' function. */
1231 1.1 elric #define HAVE_VIS 1
1232 1.1 elric
1233 1.1 elric /* Define to 1 if you have the <vis.h> header file. */
1234 1.1 elric #define HAVE_VIS_H 1
1235 1.1 elric
1236 1.1 elric /* define if you have a working vsnprintf */
1237 1.1 elric #define HAVE_VSNPRINTF 1
1238 1.1 elric
1239 1.1 elric /* Define if you have the function `vsyslog'. */
1240 1.1 elric #define HAVE_VSYSLOG 1
1241 1.1 elric
1242 1.1 elric /* Define if you have the function `vwarn'. */
1243 1.1 elric #define HAVE_VWARN 1
1244 1.1 elric
1245 1.1 elric /* Define if you have the function `vwarnx'. */
1246 1.1 elric #define HAVE_VWARNX 1
1247 1.1 elric
1248 1.7 christos /* Define to 1 if you have the `waitpid' function. */
1249 1.7 christos #define HAVE_WAITPID 1
1250 1.7 christos
1251 1.1 elric /* Define if you have the function `warn'. */
1252 1.1 elric #define HAVE_WARN 1
1253 1.1 elric
1254 1.1 elric /* Define if you have the function `warnx'. */
1255 1.1 elric #define HAVE_WARNX 1
1256 1.1 elric
1257 1.1 elric /* Define to 1 if you have the <winsock2.h> header file. */
1258 1.1 elric /* #undef HAVE_WINSOCK2_H */
1259 1.1 elric
1260 1.1 elric /* Define if you have the function `writev'. */
1261 1.1 elric #define HAVE_WRITEV 1
1262 1.1 elric
1263 1.1 elric /* Define to 1 if you have the <ws2tcpip.h> header file. */
1264 1.1 elric /* #undef HAVE_WS2TCPIP_H */
1265 1.1 elric
1266 1.1 elric /* define if struct winsize has ws_xpixel */
1267 1.1 elric #define HAVE_WS_XPIXEL 1
1268 1.1 elric
1269 1.1 elric /* define if struct winsize has ws_ypixel */
1270 1.1 elric #define HAVE_WS_YPIXEL 1
1271 1.1 elric
1272 1.1 elric /* Define to 1 if you have the `yp_get_default_domain' function. */
1273 1.1 elric #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1274 1.1 elric
1275 1.1 elric /* Define to 1 if you have the `_getpty' function. */
1276 1.1 elric /* #undef HAVE__GETPTY */
1277 1.1 elric
1278 1.1 elric /* Define if you have the `_res' variable. */
1279 1.1 elric #define HAVE__RES 1
1280 1.1 elric
1281 1.1 elric /* Define to 1 if you have the `_scrsize' function. */
1282 1.1 elric /* #undef HAVE__SCRSIZE */
1283 1.1 elric
1284 1.1 elric /* define if your compiler has __attribute__ */
1285 1.1 elric #define HAVE___ATTRIBUTE__ 1
1286 1.1 elric
1287 1.1 elric /* Define if you have the `__progname' variable. */
1288 1.1 elric #define HAVE___PROGNAME 1
1289 1.1 elric
1290 1.1 elric /* have __sync_add_and_fetch */
1291 1.7 christos #define HAVE___SYNC_ADD_AND_FETCH 1
1292 1.7 christos
1293 1.7 christos /* Define to one of cc, pkcs11, ossl, w32crypto, or hcrypto to set a default
1294 1.7 christos hcrypto provider */
1295 1.7 christos /* #undef HCRYPTO_DEF_PROVIDER */
1296 1.7 christos
1297 1.7 christos /* Set to 1 to allow fallback to hcrypto for unavailable algorithms */
1298 1.7 christos #define HCRYPTO_FALLBACK 1
1299 1.1 elric
1300 1.1 elric /* Define if you want support for weak crypto */
1301 1.1 elric #define HEIM_WEAK_CRYPTO 1
1302 1.1 elric
1303 1.1 elric /* Enable Kerberos 5 support in applications. */
1304 1.1 elric #define KRB5 1
1305 1.1 elric
1306 1.1 elric /* Define to enable kx509. */
1307 1.5 pettai #define KX509 1
1308 1.1 elric
1309 1.1 elric /* path to lib */
1310 1.1 elric #define LIBDIR "/usr/lib"
1311 1.1 elric
1312 1.1 elric /* Define if you have the libedit package. */
1313 1.7 christos /* #undef LIBEDIT */
1314 1.1 elric
1315 1.1 elric /* path to libexec */
1316 1.1 elric #define LIBEXECDIR "/usr/libexec"
1317 1.1 elric
1318 1.1 elric /* Define if you have the libintl package. */
1319 1.1 elric /* #undef LIBINTL */
1320 1.1 elric
1321 1.1 elric /* path to localstate */
1322 1.1 elric #define LOCALSTATEDIR "/var/heimdal"
1323 1.1 elric
1324 1.1 elric /* Define to the sub-directory in which libtool stores uninstalled libraries.
1325 1.1 elric */
1326 1.1 elric #define LT_OBJDIR ".libs/"
1327 1.1 elric
1328 1.1 elric /* define if the system is missing a prototype for asnprintf() */
1329 1.1 elric #define NEED_ASNPRINTF_PROTO 1
1330 1.1 elric
1331 1.1 elric /* define if the system is missing a prototype for asprintf() */
1332 1.1 elric /* #undef NEED_ASPRINTF_PROTO */
1333 1.1 elric
1334 1.1 elric /* define if the system is missing a prototype for crypt() */
1335 1.1 elric /* #undef NEED_CRYPT_PROTO */
1336 1.1 elric
1337 1.1 elric /* define if the system is missing a prototype for daemon() */
1338 1.1 elric #define NEED_DAEMON_PROTO 1
1339 1.1 elric
1340 1.1 elric /* define if the system is missing a prototype for gethostname() */
1341 1.1 elric /* #undef NEED_GETHOSTNAME_PROTO */
1342 1.1 elric
1343 1.1 elric /* define if the system is missing a prototype for getusershell() */
1344 1.1 elric /* #undef NEED_GETUSERSHELL_PROTO */
1345 1.1 elric
1346 1.1 elric /* define if the system is missing a prototype for glob() */
1347 1.1 elric /* #undef NEED_GLOB_PROTO */
1348 1.1 elric
1349 1.1 elric /* define if the system is missing a prototype for hstrerror() */
1350 1.1 elric /* #undef NEED_HSTRERROR_PROTO */
1351 1.1 elric
1352 1.1 elric /* define if the system is missing a prototype for inet_aton() */
1353 1.1 elric /* #undef NEED_INET_ATON_PROTO */
1354 1.1 elric
1355 1.1 elric /* define if the system is missing a prototype for iruserok() */
1356 1.1 elric /* #undef NEED_IRUSEROK_PROTO */
1357 1.1 elric
1358 1.1 elric /* define if the system is missing a prototype for mkstemp() */
1359 1.1 elric #define NEED_MKSTEMP_PROTO 1
1360 1.1 elric
1361 1.1 elric /* if your qsort is not a stable sort */
1362 1.1 elric /* #undef NEED_QSORT */
1363 1.1 elric
1364 1.1 elric /* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1365 1.1 elric /* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1366 1.1 elric
1367 1.1 elric /* define if the system is missing a prototype for setenv() */
1368 1.1 elric /* #undef NEED_SETENV_PROTO */
1369 1.1 elric
1370 1.1 elric /* define if the system is missing a prototype for snprintf() */
1371 1.1 elric /* #undef NEED_SNPRINTF_PROTO */
1372 1.1 elric
1373 1.1 elric /* define if the system is missing a prototype for strndup() */
1374 1.1 elric /* #undef NEED_STRNDUP_PROTO */
1375 1.1 elric
1376 1.1 elric /* define if the system is missing a prototype for strsep() */
1377 1.1 elric /* #undef NEED_STRSEP_PROTO */
1378 1.1 elric
1379 1.1 elric /* define if the system is missing a prototype for strsvisx() */
1380 1.1 elric /* #undef NEED_STRSVISX_PROTO */
1381 1.1 elric
1382 1.1 elric /* define if the system is missing a prototype for strsvis() */
1383 1.1 elric /* #undef NEED_STRSVIS_PROTO */
1384 1.1 elric
1385 1.1 elric /* define if the system is missing a prototype for strtok_r() */
1386 1.1 elric /* #undef NEED_STRTOK_R_PROTO */
1387 1.1 elric
1388 1.1 elric /* define if the system is missing a prototype for strunvis() */
1389 1.1 elric /* #undef NEED_STRUNVIS_PROTO */
1390 1.1 elric
1391 1.1 elric /* define if the system is missing a prototype for strvisx() */
1392 1.1 elric /* #undef NEED_STRVISX_PROTO */
1393 1.1 elric
1394 1.1 elric /* define if the system is missing a prototype for strvis() */
1395 1.1 elric /* #undef NEED_STRVIS_PROTO */
1396 1.1 elric
1397 1.1 elric /* define if the system is missing a prototype for svis() */
1398 1.1 elric /* #undef NEED_SVIS_PROTO */
1399 1.1 elric
1400 1.1 elric /* define if the system is missing a prototype for unsetenv() */
1401 1.1 elric /* #undef NEED_UNSETENV_PROTO */
1402 1.1 elric
1403 1.1 elric /* define if the system is missing a prototype for unvis() */
1404 1.1 elric /* #undef NEED_UNVIS_PROTO */
1405 1.1 elric
1406 1.1 elric /* define if the system is missing a prototype for vasnprintf() */
1407 1.1 elric #define NEED_VASNPRINTF_PROTO 1
1408 1.1 elric
1409 1.1 elric /* define if the system is missing a prototype for vasprintf() */
1410 1.1 elric /* #undef NEED_VASPRINTF_PROTO */
1411 1.1 elric
1412 1.1 elric /* define if the system is missing a prototype for vis() */
1413 1.1 elric /* #undef NEED_VIS_PROTO */
1414 1.1 elric
1415 1.1 elric /* define if the system is missing a prototype for vsnprintf() */
1416 1.1 elric /* #undef NEED_VSNPRINTF_PROTO */
1417 1.1 elric
1418 1.1 elric /* Define if you don't wan't support for AFS. */
1419 1.1 elric /* #undef NO_AFS */
1420 1.1 elric
1421 1.1 elric /* Define if you don't want to use mmap. */
1422 1.1 elric /* #undef NO_MMAP */
1423 1.1 elric
1424 1.1 elric /* Define this to enable old environment option in telnet. */
1425 1.1 elric #define OLD_ENVIRON 1
1426 1.1 elric
1427 1.1 elric /* Define if you have the openldap package. */
1428 1.1 elric /* #undef OPENLDAP */
1429 1.1 elric
1430 1.1 elric /* Define if you want support for hdb ldap module */
1431 1.1 elric /* #undef OPENLDAP_MODULE */
1432 1.1 elric
1433 1.1 elric /* define if prototype of openlog is compatible with void openlog(const char
1434 1.1 elric *, int, int) */
1435 1.1 elric #define OPENLOG_PROTO_COMPATIBLE 1
1436 1.1 elric
1437 1.1 elric /* Define if you want OTP support in applications. */
1438 1.1 elric #define OTP 1
1439 1.1 elric
1440 1.1 elric /* Name of package */
1441 1.1 elric #define PACKAGE "heimdal"
1442 1.1 elric
1443 1.1 elric /* Define to the address where bug reports for this package should be sent. */
1444 1.7 christos #define PACKAGE_BUGREPORT "https://github.com/heimdal/heimdal/issues"
1445 1.1 elric
1446 1.1 elric /* Define to the full name of this package. */
1447 1.1 elric #define PACKAGE_NAME "Heimdal"
1448 1.1 elric
1449 1.1 elric /* Define to the full name and version of this package. */
1450 1.7 christos #define PACKAGE_STRING "Heimdal 7.1.0"
1451 1.1 elric
1452 1.1 elric /* Define to the one symbol short name of this package. */
1453 1.1 elric #define PACKAGE_TARNAME "heimdal"
1454 1.1 elric
1455 1.1 elric /* Define to the home page for this package. */
1456 1.1 elric #define PACKAGE_URL ""
1457 1.1 elric
1458 1.1 elric /* Define to the version of this package. */
1459 1.7 christos #define PACKAGE_VERSION "7.1.0"
1460 1.7 christos
1461 1.7 christos /* path to PKCS11 module */
1462 1.7 christos /* #undef PKCS11_MODULE_PATH */
1463 1.1 elric
1464 1.1 elric /* Define to enable PKINIT. */
1465 1.1 elric #define PKINIT 1
1466 1.1 elric
1467 1.1 elric /* Define if getlogin has POSIX flavour (and not BSD). */
1468 1.1 elric /* #undef POSIX_GETLOGIN */
1469 1.1 elric
1470 1.1 elric /* Define if getpwnam_r has POSIX flavour. */
1471 1.7 christos #define POSIX_GETPWNAM_R 1
1472 1.1 elric
1473 1.1 elric /* Define if you have the readline package. */
1474 1.1 elric /* #undef READLINE */
1475 1.1 elric
1476 1.1 elric /* Define as the return type of signal handlers (`int' or `void'). */
1477 1.1 elric #define RETSIGTYPE void
1478 1.1 elric
1479 1.1 elric /* path to sbin */
1480 1.1 elric #define SBINDIR "/usr/sbin"
1481 1.1 elric
1482 1.1 elric /* Define if you want to use samba socket wrappers. */
1483 1.1 elric /* #undef SOCKET_WRAPPER_REPLACE */
1484 1.1 elric
1485 1.1 elric /* Define if you have the sqlite3 package. */
1486 1.1 elric /* #undef SQLITE3 */
1487 1.1 elric
1488 1.1 elric /* Define to 1 if you have the ANSI C header files. */
1489 1.1 elric #define STDC_HEADERS 1
1490 1.1 elric
1491 1.1 elric /* Define if you have streams ptys. */
1492 1.1 elric /* #undef STREAMSPTY */
1493 1.1 elric
1494 1.1 elric /* define if prototype of strerror_r is compatible with int strerror_r(int,
1495 1.1 elric char *, size_t) */
1496 1.1 elric #define STRERROR_R_PROTO_COMPATIBLE 1
1497 1.1 elric
1498 1.1 elric /* Enable use of inetd style startup. */
1499 1.1 elric #define SUPPORT_INETD 1
1500 1.1 elric
1501 1.1 elric /* path to sysconf */
1502 1.1 elric #define SYSCONFDIR "/etc"
1503 1.1 elric
1504 1.1 elric /* Define to what version of SunOS you are running. */
1505 1.1 elric /* #undef SunOS */
1506 1.1 elric
1507 1.1 elric /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1508 1.1 elric #define TIME_WITH_SYS_TIME 1
1509 1.1 elric
1510 1.1 elric /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1511 1.1 elric /* #undef TM_IN_SYS_TIME */
1512 1.1 elric
1513 1.1 elric /* Version number of package */
1514 1.7 christos #define VERSION "7.1.0"
1515 1.1 elric
1516 1.1 elric /* Define if signal handlers return void. */
1517 1.1 elric #define VOID_RETSIGTYPE 1
1518 1.1 elric
1519 1.1 elric /* define if target is big endian */
1520 1.1 elric /* #undef WORDS_BIGENDIAN */
1521 1.1 elric
1522 1.1 elric /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1523 1.1 elric `char[]'. */
1524 1.1 elric #define YYTEXT_POINTER 1
1525 1.1 elric
1526 1.1 elric /* Required for functional/sane headers on AIX */
1527 1.1 elric /* #undef _ALL_SOURCE */
1528 1.1 elric
1529 1.7 christos /* Enable large inode numbers on Mac OS X 10.5. */
1530 1.7 christos #ifndef _DARWIN_USE_64_BIT_INODE
1531 1.7 christos # define _DARWIN_USE_64_BIT_INODE 1
1532 1.7 christos #endif
1533 1.7 christos
1534 1.1 elric /* Number of bits in a file offset, on hosts where this is settable. */
1535 1.1 elric /* #undef _FILE_OFFSET_BITS */
1536 1.1 elric
1537 1.1 elric /* Define to enable extensions on glibc-based systems such as Linux. */
1538 1.1 elric #define _GNU_SOURCE 1
1539 1.1 elric
1540 1.1 elric /* Define for large files, on AIX-style hosts. */
1541 1.1 elric /* #undef _LARGE_FILES */
1542 1.1 elric
1543 1.5 pettai /* Define to get POSIX getpwnam_r in some systems. */
1544 1.5 pettai /* #undef _POSIX_PTHREAD_SEMANTICS */
1545 1.5 pettai
1546 1.7 christos /* Enable general extensions on Solaris. */
1547 1.7 christos /* #undef __EXTENSIONS__ */
1548 1.7 christos
1549 1.1 elric /* Define to empty if `const' does not conform to ANSI C. */
1550 1.1 elric /* #undef const */
1551 1.1 elric
1552 1.1 elric /* Define to `int' if <sys/types.h> doesn't define. */
1553 1.1 elric /* #undef gid_t */
1554 1.1 elric
1555 1.1 elric /* Define to `__inline__' or `__inline' if that's what the C compiler
1556 1.1 elric calls it, or to nothing if 'inline' is not supported under any name. */
1557 1.1 elric #ifndef __cplusplus
1558 1.1 elric /* #undef inline */
1559 1.1 elric #endif
1560 1.1 elric
1561 1.1 elric /* Define this to what the type mode_t should be. */
1562 1.1 elric /* #undef mode_t */
1563 1.1 elric
1564 1.1 elric /* Define to `long int' if <sys/types.h> does not define. */
1565 1.1 elric /* #undef off_t */
1566 1.1 elric
1567 1.1 elric /* Define to `int' if <sys/types.h> does not define. */
1568 1.1 elric /* #undef pid_t */
1569 1.1 elric
1570 1.1 elric /* Path name delimiter */
1571 1.1 elric #define rk_PATH_DELIM '/'
1572 1.1 elric
1573 1.1 elric /* Define this to what the type sig_atomic_t should be. */
1574 1.1 elric /* #undef sig_atomic_t */
1575 1.1 elric
1576 1.1 elric /* Define to `unsigned int' if <sys/types.h> does not define. */
1577 1.1 elric /* #undef size_t */
1578 1.1 elric
1579 1.1 elric /* Define to `int' if <sys/types.h> doesn't define. */
1580 1.1 elric /* #undef uid_t */
1581 1.1 elric
1582 1.1 elric #if _AIX
1583 1.1 elric /* XXX this is gross, but kills about a gazillion warnings */
1584 1.1 elric struct ether_addr;
1585 1.1 elric struct sockaddr;
1586 1.1 elric struct sockaddr_dl;
1587 1.1 elric struct sockaddr_in;
1588 1.1 elric #endif
1589 1.1 elric
1590 1.1 elric #ifdef __APPLE__
1591 1.1 elric #include <AvailabilityMacros.h>
1592 1.1 elric #endif
1593 1.1 elric
1594 1.1 elric #ifdef ROKEN_RENAME
1595 1.1 elric #include "roken_rename.h"
1596 1.1 elric #endif
1597 1.1 elric
1598 1.1 elric #ifdef VOID_RETSIGTYPE
1599 1.1 elric #define SIGRETURN(x) return
1600 1.1 elric #else
1601 1.1 elric #define SIGRETURN(x) return (RETSIGTYPE)(x)
1602 1.1 elric #endif
1603 1.1 elric
1604 1.1 elric #ifdef BROKEN_REALLOC
1605 1.1 elric #define realloc(X, Y) rk_realloc((X), (Y))
1606 1.1 elric #endif
1607 1.1 elric
1608 1.1 elric
1609 1.1 elric #ifdef ENDIANESS_IN_SYS_PARAM_H
1610 1.1 elric # include <sys/types.h>
1611 1.1 elric # include <sys/param.h>
1612 1.1 elric # if BYTE_ORDER == BIG_ENDIAN
1613 1.1 elric # define WORDS_BIGENDIAN 1
1614 1.1 elric # endif
1615 1.1 elric #endif
1616 1.1 elric
1617 1.1 elric
1618 1.1 elric
1619 1.1 elric
1620 1.1 elric /* Set this to the default system lead string for telnetd
1621 1.1 elric * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1622 1.1 elric * %v=os-version, %t=tty, %h=hostname, %d=date and time
1623 1.1 elric */
1624 1.1 elric /* #undef USE_IM */
1625 1.1 elric
1626 1.1 elric /* Used with login -p */
1627 1.1 elric /* #undef LOGIN_ARGS */
1628 1.1 elric
1629 1.1 elric /* set this to a sensible login */
1630 1.1 elric #ifndef LOGIN_PATH
1631 1.1 elric #define LOGIN_PATH BINDIR "/login"
1632 1.1 elric #endif
1633 1.1 elric
1634