Change machien to machine.
[dragonfly.git] / crypto / openssh / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
4 /* $FreeBSD: src/crypto/openssh/config.h,v 1.3.2.2 2003/02/03 17:31:06 des Exp $ */
5 /* $DragonFly: src/crypto/openssh/Attic/config.h,v 1.2 2003/06/17 04:24:36 dillon Exp $ */
6
7 #ifndef _CONFIG_H
8 #define _CONFIG_H
9
10 /* Generated automatically from acconfig.h by autoheader. */
11 /* Please make your changes there */
12
13
14 /* Define to a Set Process Title type if your system is */
15 /* supported by bsd-setproctitle.c */
16 /* #undef SPT_TYPE */
17
18 /* setgroups() NOOP allowed */
19 /* #undef SETGROUPS_NOOP */
20
21 /* SCO workaround */
22 /* #undef BROKEN_SYS_TERMIO_H */
23
24 /* Define if you have SecureWare-based protected password database */
25 /* #undef HAVE_SECUREWARE */
26
27 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
28 /* from environment and PATH */
29 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
30
31 /* Define if your password has a pw_class field */
32 #define HAVE_PW_CLASS_IN_PASSWD 1
33
34 /* Define if your password has a pw_expire field */
35 #define HAVE_PW_EXPIRE_IN_PASSWD 1
36
37 /* Define if your password has a pw_change field */
38 #define HAVE_PW_CHANGE_IN_PASSWD 1
39
40 /* Define if your system uses access rights style file descriptor passing */
41 /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
42
43 /* Define if your system uses ancillary data style file descriptor passing */
44 #define HAVE_CONTROL_IN_MSGHDR 1
45
46 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
47 /* #undef BROKEN_INET_NTOA */
48
49 /* Define if your system defines sys_errlist[] */
50 #define HAVE_SYS_ERRLIST 1
51
52 /* Define if your system defines sys_nerr */
53 #define HAVE_SYS_NERR 1
54
55 /* Define if your system choked on IP TOS setting */
56 /* #undef IP_TOS_IS_BROKEN */
57
58 /* Define if you have the getuserattr function.  */
59 /* #undef HAVE_GETUSERATTR */
60
61 /* Work around problematic Linux PAM modules handling of PAM_TTY */
62 /* #undef PAM_TTY_KLUDGE */
63
64 /* Use PIPES instead of a socketpair() */
65 /* #undef USE_PIPES */
66
67 /* Define if your snprintf is busted */
68 /* #undef BROKEN_SNPRINTF */
69
70 /* Define if you are on Cygwin */
71 /* #undef HAVE_CYGWIN */
72
73 /* Define if you have a broken realpath. */
74 /* #undef BROKEN_REALPATH */
75
76 /* Define if you are on NeXT */
77 /* #undef HAVE_NEXT */
78
79 /* Define if you are on NEWS-OS */
80 /* #undef HAVE_NEWS4 */
81
82 /* Define if you want to enable PAM support */
83 #define USE_PAM 1
84
85 /* Define if you want to enable AIX4's authenticate function */
86 /* #undef WITH_AIXAUTHENTICATE */
87
88 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
89 /* #undef WITH_IRIX_ARRAY */
90
91 /* Define if you want IRIX project management */
92 /* #undef WITH_IRIX_PROJECT */
93
94 /* Define if you want IRIX audit trails */
95 /* #undef WITH_IRIX_AUDIT */
96
97 /* Define if you want IRIX kernel jobs */
98 /* #undef WITH_IRIX_JOBS */
99
100 /* Location of PRNGD/EGD random number socket */
101 /* #undef PRNGD_SOCKET */
102
103 /* Port number of PRNGD/EGD random number socket */
104 /* #undef PRNGD_PORT */
105
106 /* Builtin PRNG command timeout */
107 #define ENTROPY_TIMEOUT_MSEC 200
108
109 /* non-privileged user for privilege separation */
110 #define SSH_PRIVSEP_USER "sshd"
111
112 /* Define if you want to install preformatted manpages.*/
113 /* #undef MANTYPE */
114
115 /* Define if your ssl headers are included with #include <openssl/header.h>  */
116 #define HAVE_OPENSSL 1
117
118 /* Define if you are linking against RSAref.  Used only to print the right
119  * message at run-time. */
120 /* #undef RSAREF */
121
122 /* struct timeval */
123 #define HAVE_STRUCT_TIMEVAL 1
124
125 /* struct utmp and struct utmpx fields */
126 #define HAVE_HOST_IN_UTMP 1
127 /* #undef HAVE_HOST_IN_UTMPX */
128 /* #undef HAVE_ADDR_IN_UTMP */
129 /* #undef HAVE_ADDR_IN_UTMPX */
130 /* #undef HAVE_ADDR_V6_IN_UTMP */
131 /* #undef HAVE_ADDR_V6_IN_UTMPX */
132 /* #undef HAVE_SYSLEN_IN_UTMPX */
133 /* #undef HAVE_PID_IN_UTMP */
134 /* #undef HAVE_TYPE_IN_UTMP */
135 /* #undef HAVE_TYPE_IN_UTMPX */
136 /* #undef HAVE_TV_IN_UTMP */
137 /* #undef HAVE_TV_IN_UTMPX */
138 /* #undef HAVE_ID_IN_UTMP */
139 /* #undef HAVE_ID_IN_UTMPX */
140 /* #undef HAVE_EXIT_IN_UTMP */
141 #define HAVE_TIME_IN_UTMP 1
142 /* #undef HAVE_TIME_IN_UTMPX */
143
144 /* Define if you don't want to use your system's login() call */
145 /* #undef DISABLE_LOGIN */
146
147 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
148 /* #undef DISABLE_PUTUTLINE */
149
150 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
151 /* #undef DISABLE_PUTUTXLINE */
152
153 /* Define if you don't want to use lastlog */
154 /* #undef DISABLE_LASTLOG */
155
156 /* Define if you don't want to use lastlog in session.c */
157 /* #undef NO_SSH_LASTLOG */
158
159 /* Define if you don't want to use utmp */
160 /* #undef DISABLE_UTMP */
161
162 /* Define if you don't want to use utmpx */
163 #define DISABLE_UTMPX 1
164
165 /* Define if you don't want to use wtmp */
166 /* #undef DISABLE_WTMP */
167
168 /* Define if you don't want to use wtmpx */
169 #define DISABLE_WTMPX 1
170
171 /* Some systems need a utmpx entry for /bin/login to work */
172 /* #undef LOGIN_NEEDS_UTMPX */
173
174 /* Some versions of /bin/login need the TERM supplied on the commandline */
175 /* #undef LOGIN_NEEDS_TERM */
176
177 /* Define if your login program cannot handle end of options ("--") */
178 /* #undef LOGIN_NO_ENDOPT */
179
180 /* Define if you want to specify the path to your lastlog file */
181 /* #undef CONF_LASTLOG_FILE */
182
183 /* Define if you want to specify the path to your utmp file */
184 #define CONF_UTMP_FILE "/var/run/utmp"
185
186 /* Define if you want to specify the path to your wtmp file */
187 #define CONF_WTMP_FILE "/var/log/wtmp"
188
189 /* Define if you want to specify the path to your utmpx file */
190 /* #undef CONF_UTMPX_FILE */
191
192 /* Define if you want to specify the path to your wtmpx file */
193 /* #undef CONF_WTMPX_FILE */
194
195 /* Define if you want external askpass support */
196 /* #undef USE_EXTERNAL_ASKPASS */
197
198 /* Define if libc defines __progname */
199 #define HAVE___PROGNAME 1
200
201 /* Define if compiler implements __FUNCTION__ */
202 #define HAVE___FUNCTION__ 1
203
204 /* Define if compiler implements __func__ */
205 #define HAVE___func__ 1
206
207 /* Define if you want Kerberos 5 support */
208 /* #undef KRB5 */
209
210 /* Define this if you are using the Heimdal version of Kerberos V5 */
211 /* #undef HEIMDAL */
212
213 /* Define if you want Kerberos 4 support */
214 /* #undef KRB4 */
215
216 /* Define if you want AFS support */
217 /* #undef AFS */
218
219 /* Define if you want S/Key support */
220 /* #undef SKEY */
221
222 /* Define if you want OPIE support */
223 /* #undef OPIE */
224
225 /* Define if you want TCP Wrappers support */
226 #define LIBWRAP 1
227
228 /* Define if your libraries define login() */
229 #define HAVE_LOGIN 1
230
231 /* Define if your libraries define daemon() */
232 #define HAVE_DAEMON 1
233
234 /* Define if your libraries define getpagesize() */
235 #define HAVE_GETPAGESIZE 1
236
237 /* Define if xauth is found in your path */
238 /* #undef XAUTH_PATH */
239
240 /* Define if you want to allow MD5 passwords */
241 /* #undef HAVE_MD5_PASSWORDS */
242
243 /* Define if you want to disable shadow passwords */
244 /* #undef DISABLE_SHADOW */
245
246 /* Define if you want to use shadow password expire field */
247 /* #undef HAS_SHADOW_EXPIRE */
248
249 /* Define if you have Digital Unix Security Integration Architecture */
250 /* #undef HAVE_OSF_SIA */
251
252 /* Define if you have getpwanam(3) [SunOS 4.x] */
253 /* #undef HAVE_GETPWANAM */
254
255 /* Define if you have an old version of PAM which takes only one argument */
256 /* to pam_strerror */
257 /* #undef HAVE_OLD_PAM */
258
259 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
260 /* to the conversation function with an extra level of indirection */
261 /* #undef PAM_SUN_CODEBASE */
262
263 /* Set this to your mail directory if you don't have maillock.h */
264 #define MAIL_DIRECTORY "/var/mail"
265
266 /* Data types */
267 #define HAVE_U_INT 1
268 #define HAVE_INTXX_T 1
269 #define HAVE_U_INTXX_T 1
270 /* #undef HAVE_UINTXX_T */
271 #define HAVE_INT64_T 1
272 #define HAVE_U_INT64_T 1
273 #define HAVE_U_CHAR 1
274 #define HAVE_SIZE_T 1
275 #define HAVE_SSIZE_T 1
276 #define HAVE_CLOCK_T 1
277 #define HAVE_MODE_T 1
278 #define HAVE_PID_T 1
279 #define HAVE_SA_FAMILY_T 1
280 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
281 #define HAVE_STRUCT_ADDRINFO 1
282 #define HAVE_STRUCT_IN6_ADDR 1
283 #define HAVE_STRUCT_SOCKADDR_IN6 1
284
285 /* Fields in struct sockaddr_storage */
286 #define HAVE_SS_FAMILY_IN_SS 1
287 /* #undef HAVE___SS_FAMILY_IN_SS */
288
289 /* Define if you have /dev/ptmx */
290 /* #undef HAVE_DEV_PTMX */
291
292 /* Define if you have /dev/ptc */
293 /* #undef HAVE_DEV_PTS_AND_PTC */
294
295 /* Define if you need to use IP address instead of hostname in $DISPLAY */
296 /* #undef IPADDR_IN_DISPLAY */
297
298 /* Specify default $PATH */
299 /* #undef USER_PATH */
300
301 /* Specify location of ssh.pid */
302 #define _PATH_SSH_PIDDIR "/var/run"
303
304 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
305 /* #undef IPV4_DEFAULT */
306
307 /* getaddrinfo is broken (if present) */
308 /* #undef BROKEN_GETADDRINFO */
309
310 /* Workaround more Linux IPv6 quirks */
311 /* #undef DONT_TRY_OTHER_AF */
312
313 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
314 /* #undef IPV4_IN_IPV6 */
315
316 /* Define if you have BSD auth support */
317 /* #undef BSD_AUTH */
318
319 /* Define if X11 doesn't support AF_UNIX sockets on that system */
320 /* #undef NO_X11_UNIX_SOCKETS */
321
322 /* Define if the concept of ports only accessible to superusers isn't known */
323 /* #undef NO_IPPORT_RESERVED_CONCEPT */
324
325 /* Needed for SCO and NeXT */
326 /* #undef BROKEN_SAVED_UIDS */
327
328 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
329 #define GLOB_HAS_ALTDIRFUNC 1
330
331 /* Define if your system glob() function has gl_matchc options in glob_t */
332 /* #undef GLOB_HAS_GL_MATCHC */
333
334 /* Define in your struct dirent expects you to allocate extra space for d_name */
335 /* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
336
337 /* Define if your getopt(3) defines and uses optreset */
338 #define HAVE_GETOPT_OPTRESET 1
339
340 /* Define on *nto-qnx systems */
341 /* #undef MISSING_NFDBITS */
342
343 /* Define on *nto-qnx systems */
344 /* #undef MISSING_HOWMANY */
345
346 /* Define on *nto-qnx systems */
347 /* #undef MISSING_FD_MASK */
348
349 /* Define if you want smartcard support */
350 /* #undef SMARTCARD */
351
352 /* Define if you want smartcard support using sectok */
353 /* #undef USE_SECTOK */
354
355 /* Define if you want smartcard support using OpenSC */
356 /* #undef USE_OPENSC */
357
358 /* Define if you want to use OpenSSL's internally seeded PRNG only */
359 #define OPENSSL_PRNG_ONLY 1
360
361 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
362 /* #undef WITH_ABBREV_NO_TTY */
363
364 /* Define if you want a different $PATH for the superuser */
365 /* #undef SUPERUSER_PATH */
366
367 /* Path that unprivileged child will chroot() to in privep mode */
368 /* #undef PRIVSEP_PATH */
369
370 /* Define if your platform needs to skip post auth file descriptor passing */
371 /* #undef DISABLE_FD_PASSING */
372
373
374 /* Define to 1 if the `getpgrp' function requires zero arguments. */
375 #define GETPGRP_VOID 1
376
377 /* Define to 1 if you have the `arc4random' function. */
378 #define HAVE_ARC4RANDOM 1
379
380 /* Define to 1 if you have the `b64_ntop' function. */
381 /* #undef HAVE_B64_NTOP */
382
383 /* Define to 1 if you have the `bcopy' function. */
384 #define HAVE_BCOPY 1
385
386 /* Define to 1 if you have the `bindresvport_sa' function. */
387 #define HAVE_BINDRESVPORT_SA 1
388
389 /* Define to 1 if you have the <bstring.h> header file. */
390 /* #undef HAVE_BSTRING_H */
391
392 /* Define to 1 if you have the `clock' function. */
393 #define HAVE_CLOCK 1
394
395 /* Define to 1 if you have the <crypt.h> header file. */
396 /* #undef HAVE_CRYPT_H */
397
398 /* Define to 1 if you have the `dirname' function. */
399 #define HAVE_DIRNAME 1
400
401 /* Define to 1 if you have the <endian.h> header file. */
402 /* #undef HAVE_ENDIAN_H */
403
404 /* Define to 1 if you have the `endutent' function. */
405 /* #undef HAVE_ENDUTENT */
406
407 /* Define to 1 if you have the `endutxent' function. */
408 /* #undef HAVE_ENDUTXENT */
409
410 /* Define to 1 if you have the `fchmod' function. */
411 #define HAVE_FCHMOD 1
412
413 /* Define to 1 if you have the `fchown' function. */
414 #define HAVE_FCHOWN 1
415
416 /* Define to 1 if you have the <floatingpoint.h> header file. */
417 #define HAVE_FLOATINGPOINT_H 1
418
419 /* Define to 1 if you have the `freeaddrinfo' function. */
420 #define HAVE_FREEADDRINFO 1
421
422 /* Define to 1 if you have the `futimes' function. */
423 #define HAVE_FUTIMES 1
424
425 /* Define to 1 if you have the `gai_strerror' function. */
426 #define HAVE_GAI_STRERROR 1
427
428 /* Define to 1 if you have the `getaddrinfo' function. */
429 #define HAVE_GETADDRINFO 1
430
431 /* Define to 1 if you have the `getcwd' function. */
432 #define HAVE_GETCWD 1
433
434 /* Define to 1 if you have the `getgrouplist' function. */
435 #define HAVE_GETGROUPLIST 1
436
437 /* Define to 1 if you have the `getluid' function. */
438 /* #undef HAVE_GETLUID */
439
440 /* Define to 1 if you have the `getnameinfo' function. */
441 #define HAVE_GETNAMEINFO 1
442
443 /* Define to 1 if you have the `getopt' function. */
444 #define HAVE_GETOPT 1
445
446 /* Define to 1 if you have the <getopt.h> header file. */
447 /* #undef HAVE_GETOPT_H */
448
449 /* Define to 1 if you have the `getpeereid' function. */
450 #define HAVE_GETPEEREID 1
451
452 /* Define to 1 if you have the `getpwanam' function. */
453 /* #undef HAVE_GETPWANAM */
454
455 /* Define to 1 if you have the `getrlimit' function. */
456 #define HAVE_GETRLIMIT 1
457
458 /* Define to 1 if you have the `getrusage' function. */
459 #define HAVE_GETRUSAGE 1
460
461 /* Define to 1 if you have the `gettimeofday' function. */
462 #define HAVE_GETTIMEOFDAY 1
463
464 /* Define to 1 if you have the `getttyent' function. */
465 #define HAVE_GETTTYENT 1
466
467 /* Define to 1 if you have the `getutent' function. */
468 /* #undef HAVE_GETUTENT */
469
470 /* Define to 1 if you have the `getutid' function. */
471 /* #undef HAVE_GETUTID */
472
473 /* Define to 1 if you have the `getutline' function. */
474 /* #undef HAVE_GETUTLINE */
475
476 /* Define to 1 if you have the `getutxent' function. */
477 /* #undef HAVE_GETUTXENT */
478
479 /* Define to 1 if you have the `getutxid' function. */
480 /* #undef HAVE_GETUTXID */
481
482 /* Define to 1 if you have the `getutxline' function. */
483 /* #undef HAVE_GETUTXLINE */
484
485 /* Define to 1 if you have the `glob' function. */
486 #define HAVE_GLOB 1
487
488 /* Define to 1 if you have the <glob.h> header file. */
489 #define HAVE_GLOB_H 1
490
491 /* Define to 1 if you have the <ia.h> header file. */
492 /* #undef HAVE_IA_H */
493
494 /* Define to 1 if you have the `inet_aton' function. */
495 #define HAVE_INET_ATON 1
496
497 /* Define to 1 if you have the `inet_ntoa' function. */
498 #define HAVE_INET_NTOA 1
499
500 /* Define to 1 if you have the `inet_ntop' function. */
501 #define HAVE_INET_NTOP 1
502
503 /* Define to 1 if you have the `innetgr' function. */
504 #define HAVE_INNETGR 1
505
506 /* Define to 1 if you have the <inttypes.h> header file. */
507 #define HAVE_INTTYPES_H 1
508
509 /* Define to 1 if you have the <krb.h> header file. */
510 /* #undef HAVE_KRB_H */
511
512 /* Define to 1 if you have the <lastlog.h> header file. */
513 /* #undef HAVE_LASTLOG_H */
514
515 /* Define to 1 if you have the `crypt' library (-lcrypt). */
516 /* #undef HAVE_LIBCRYPT */
517
518 /* Define to 1 if you have the `des' library (-ldes). */
519 /* #undef HAVE_LIBDES */
520
521 /* Define to 1 if you have the `des425' library (-ldes425). */
522 /* #undef HAVE_LIBDES425 */
523
524 /* Define to 1 if you have the `dl' library (-ldl). */
525 /* #undef HAVE_LIBDL */
526
527 /* Define to 1 if you have the <libgen.h> header file. */
528 #define HAVE_LIBGEN_H 1
529
530 /* Define to 1 if you have the `krb' library (-lkrb). */
531 /* #undef HAVE_LIBKRB */
532
533 /* Define to 1 if you have the `krb4' library (-lkrb4). */
534 /* #undef HAVE_LIBKRB4 */
535
536 /* Define to 1 if you have the `nsl' library (-lnsl). */
537 /* #undef HAVE_LIBNSL */
538
539 /* Define to 1 if you have the `pam' library (-lpam). */
540 #define HAVE_LIBPAM 1
541
542 /* Define to 1 if you have the `resolv' library (-lresolv). */
543 /* #undef HAVE_LIBRESOLV */
544
545 /* Define to 1 if you have the `sectok' library (-lsectok). */
546 /* #undef HAVE_LIBSECTOK */
547
548 /* Define to 1 if you have the `socket' library (-lsocket). */
549 /* #undef HAVE_LIBSOCKET */
550
551 /* Define to 1 if you have the <libutil.h> header file. */
552 #define HAVE_LIBUTIL_H 1
553
554 /* Define to 1 if you have the `xnet' library (-lxnet). */
555 /* #undef HAVE_LIBXNET */
556
557 /* Define to 1 if you have the `z' library (-lz). */
558 #define HAVE_LIBZ 1
559
560 /* Define to 1 if you have the <limits.h> header file. */
561 #define HAVE_LIMITS_H 1
562
563 /* Define to 1 if you have the <login_cap.h> header file. */
564 #define HAVE_LOGIN_CAP_H 1
565
566 /* Define to 1 if you have the `login_getcapbool' function. */
567 #define HAVE_LOGIN_GETCAPBOOL 1
568
569 /* Define to 1 if you have the <login.h> header file. */
570 /* #undef HAVE_LOGIN_H */
571
572 /* Define to 1 if you have the `logout' function. */
573 #define HAVE_LOGOUT 1
574
575 /* Define to 1 if you have the `logwtmp' function. */
576 #define HAVE_LOGWTMP 1
577
578 /* Define to 1 if you have the <maillock.h> header file. */
579 /* #undef HAVE_MAILLOCK_H */
580
581 /* Define to 1 if you have the `md5_crypt' function. */
582 /* #undef HAVE_MD5_CRYPT */
583
584 /* Define to 1 if you have the `memmove' function. */
585 #define HAVE_MEMMOVE 1
586
587 /* Define to 1 if you have the <memory.h> header file. */
588 #define HAVE_MEMORY_H 1
589
590 /* Define to 1 if you have the `mkdtemp' function. */
591 #define HAVE_MKDTEMP 1
592
593 /* Define to 1 if you have the `mmap' function. */
594 #define HAVE_MMAP 1
595
596 /* Define to 1 if you have the <netdb.h> header file. */
597 #define HAVE_NETDB_H 1
598
599 /* Define to 1 if you have the <netgroup.h> header file. */
600 /* #undef HAVE_NETGROUP_H */
601
602 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
603 #define HAVE_NETINET_IN_SYSTM_H 1
604
605 /* Define to 1 if you have the `ngetaddrinfo' function. */
606 /* #undef HAVE_NGETADDRINFO */
607
608 /* Define to 1 if you have the `ogetaddrinfo' function. */
609 /* #undef HAVE_OGETADDRINFO */
610
611 /* Define to 1 if you have the `openpty' function. */
612 #define HAVE_OPENPTY 1
613
614 /* Define to 1 if you have the `pam_getenvlist' function. */
615 #define HAVE_PAM_GETENVLIST 1
616
617 /* Define to 1 if you have the <paths.h> header file. */
618 #define HAVE_PATHS_H 1
619
620 /* Define to 1 if you have the <pty.h> header file. */
621 /* #undef HAVE_PTY_H */
622
623 /* Define to 1 if you have the `pututline' function. */
624 /* #undef HAVE_PUTUTLINE */
625
626 /* Define to 1 if you have the `pututxline' function. */
627 /* #undef HAVE_PUTUTXLINE */
628
629 /* Define to 1 if you have the `readpassphrase' function. */
630 #define HAVE_READPASSPHRASE 1
631
632 /* Define to 1 if you have the <readpassphrase.h> header file. */
633 #define HAVE_READPASSPHRASE_H 1
634
635 /* Define to 1 if you have the `realpath' function. */
636 #define HAVE_REALPATH 1
637
638 /* Define to 1 if you have the `recvmsg' function. */
639 #define HAVE_RECVMSG 1
640
641 /* Define to 1 if you have the <rpc/types.h> header file. */
642 #define HAVE_RPC_TYPES_H 1
643
644 /* Define to 1 if you have the `rresvport_af' function. */
645 #define HAVE_RRESVPORT_AF 1
646
647 /* Define to 1 if you have the <sectok.h> header file. */
648 /* #undef HAVE_SECTOK_H */
649
650 /* Define to 1 if you have the <security/pam_appl.h> header file. */
651 #define HAVE_SECURITY_PAM_APPL_H 1
652
653 /* Define to 1 if you have the `sendmsg' function. */
654 #define HAVE_SENDMSG 1
655
656 /* Define to 1 if you have the `setdtablesize' function. */
657 /* #undef HAVE_SETDTABLESIZE */
658
659 /* Define to 1 if you have the `setegid' function. */
660 #define HAVE_SETEGID 1
661
662 /* Define to 1 if you have the `setenv' function. */
663 #define HAVE_SETENV 1
664
665 /* Define to 1 if you have the `seteuid' function. */
666 #define HAVE_SETEUID 1
667
668 /* Define to 1 if you have the `setgroups' function. */
669 #define HAVE_SETGROUPS 1
670
671 /* Define to 1 if you have the `setlogin' function. */
672 #define HAVE_SETLOGIN 1
673
674 /* Define to 1 if you have the `setluid' function. */
675 /* #undef HAVE_SETLUID */
676
677 /* Define to 1 if you have the `setpcred' function. */
678 /* #undef HAVE_SETPCRED */
679
680 /* Define to 1 if you have the `setproctitle' function. */
681 #define HAVE_SETPROCTITLE 1
682
683 /* Define to 1 if you have the `setresgid' function. */
684 #define HAVE_SETRESGID 1
685
686 /* Define to 1 if you have the `setreuid' function. */
687 #define HAVE_SETREUID 1
688
689 /* Define to 1 if you have the `setrlimit' function. */
690 #define HAVE_SETRLIMIT 1
691
692 /* Define to 1 if you have the `setsid' function. */
693 #define HAVE_SETSID 1
694
695 /* Define to 1 if you have the `setutent' function. */
696 /* #undef HAVE_SETUTENT */
697
698 /* Define to 1 if you have the `setutxent' function. */
699 /* #undef HAVE_SETUTXENT */
700
701 /* Define to 1 if you have the `setvbuf' function. */
702 #define HAVE_SETVBUF 1
703
704 /* Define to 1 if you have the <shadow.h> header file. */
705 /* #undef HAVE_SHADOW_H */
706
707 /* Define to 1 if you have the `sigaction' function. */
708 #define HAVE_SIGACTION 1
709
710 /* Define to 1 if you have the `sigvec' function. */
711 #define HAVE_SIGVEC 1
712
713 /* Define to 1 if the system has the type `sig_atomic_t'. */
714 #define HAVE_SIG_ATOMIC_T 1
715
716 /* Define to 1 if you have the `snprintf' function. */
717 #define HAVE_SNPRINTF 1
718
719 /* Define to 1 if you have the `socketpair' function. */
720 #define HAVE_SOCKETPAIR 1
721
722 /* Define to 1 if you have the <stddef.h> header file. */
723 #define HAVE_STDDEF_H 1
724
725 /* Define to 1 if you have the <stdint.h> header file. */
726 /* #undef HAVE_STDINT_H */
727
728 /* Define to 1 if you have the <stdlib.h> header file. */
729 #define HAVE_STDLIB_H 1
730
731 /* Define to 1 if you have the `strerror' function. */
732 #define HAVE_STRERROR 1
733
734 /* Define to 1 if you have the `strftime' function. */
735 #define HAVE_STRFTIME 1
736
737 /* Define to 1 if you have the <strings.h> header file. */
738 #define HAVE_STRINGS_H 1
739
740 /* Define to 1 if you have the <string.h> header file. */
741 #define HAVE_STRING_H 1
742
743 /* Define to 1 if you have the `strlcat' function. */
744 #define HAVE_STRLCAT 1
745
746 /* Define to 1 if you have the `strlcpy' function. */
747 #define HAVE_STRLCPY 1
748
749 /* Define to 1 if you have the `strmode' function. */
750 #define HAVE_STRMODE 1
751
752 /* Define to 1 if you have the `strsep' function. */
753 #define HAVE_STRSEP 1
754
755 /* Define to 1 if `st_blksize' is member of `struct stat'. */
756 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
757
758 /* Define to 1 if you have the `sysconf' function. */
759 #define HAVE_SYSCONF 1
760
761 /* Define to 1 if you have the <sys/bitypes.h> header file. */
762 /* #undef HAVE_SYS_BITYPES_H */
763
764 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
765 /* #undef HAVE_SYS_BSDTTY_H */
766
767 /* Define to 1 if you have the <sys/cdefs.h> header file. */
768 #define HAVE_SYS_CDEFS_H 1
769
770 /* Define to 1 if you have the <sys/mman.h> header file. */
771 #define HAVE_SYS_MMAN_H 1
772
773 /* Define to 1 if you have the <sys/select.h> header file. */
774 #define HAVE_SYS_SELECT_H 1
775
776 /* Define to 1 if you have the <sys/stat.h> header file. */
777 #define HAVE_SYS_STAT_H 1
778
779 /* Define to 1 if you have the <sys/stropts.h> header file. */
780 /* #undef HAVE_SYS_STROPTS_H */
781
782 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
783 /* #undef HAVE_SYS_SYSMACROS_H */
784
785 /* Define to 1 if you have the <sys/time.h> header file. */
786 #define HAVE_SYS_TIME_H 1
787
788 /* Define to 1 if you have the <sys/types.h> header file. */
789 #define HAVE_SYS_TYPES_H 1
790
791 /* Define to 1 if you have the <sys/un.h> header file. */
792 #define HAVE_SYS_UN_H 1
793
794 /* Define to 1 if you have the `tcgetpgrp' function. */
795 #define HAVE_TCGETPGRP 1
796
797 /* Define to 1 if you have the `time' function. */
798 #define HAVE_TIME 1
799
800 /* Define to 1 if you have the <time.h> header file. */
801 #define HAVE_TIME_H 1
802
803 /* Define to 1 if you have the <tmpdir.h> header file. */
804 /* #undef HAVE_TMPDIR_H */
805
806 /* Define to 1 if you have the `truncate' function. */
807 #define HAVE_TRUNCATE 1
808
809 /* Define to 1 if you have the <ttyent.h> header file. */
810 #define HAVE_TTYENT_H 1
811
812 /* Define to 1 if you have the <unistd.h> header file. */
813 #define HAVE_UNISTD_H 1
814
815 /* Define to 1 if you have the `updwtmp' function. */
816 /* #undef HAVE_UPDWTMP */
817
818 /* Define to 1 if you have the <usersec.h> header file. */
819 /* #undef HAVE_USERSEC_H */
820
821 /* Define to 1 if you have the <util.h> header file. */
822 /* #undef HAVE_UTIL_H */
823
824 /* Define to 1 if you have the `utimes' function. */
825 #define HAVE_UTIMES 1
826
827 /* Define to 1 if you have the <utime.h> header file. */
828 #define HAVE_UTIME_H 1
829
830 /* Define to 1 if you have the `utmpname' function. */
831 /* #undef HAVE_UTMPNAME */
832
833 /* Define to 1 if you have the `utmpxname' function. */
834 /* #undef HAVE_UTMPXNAME */
835
836 /* Define to 1 if you have the <utmpx.h> header file. */
837 /* #undef HAVE_UTMPX_H */
838
839 /* Define to 1 if you have the <utmp.h> header file. */
840 #define HAVE_UTMP_H 1
841
842 /* Define to 1 if you have the `vhangup' function. */
843 /* #undef HAVE_VHANGUP */
844
845 /* Define to 1 if you have the `vsnprintf' function. */
846 #define HAVE_VSNPRINTF 1
847
848 /* Define to 1 if you have the `waitpid' function. */
849 #define HAVE_WAITPID 1
850
851 /* Define to 1 if you have the `_getpty' function. */
852 /* #undef HAVE__GETPTY */
853
854 /* Define to 1 if you have the `__b64_ntop' function. */
855 #define HAVE___B64_NTOP 1
856
857 /* Define to the address where bug reports for this package should be sent. */
858 #define PACKAGE_BUGREPORT ""
859
860 /* Define to the full name of this package. */
861 #define PACKAGE_NAME ""
862
863 /* Define to the full name and version of this package. */
864 #define PACKAGE_STRING ""
865
866 /* Define to the one symbol short name of this package. */
867 #define PACKAGE_TARNAME ""
868
869 /* Define to the version of this package. */
870 #define PACKAGE_VERSION ""
871
872 /* The size of a `char', as computed by sizeof. */
873 #define SIZEOF_CHAR 1
874
875 /* The size of a `int', as computed by sizeof. */
876 #define SIZEOF_INT 4
877
878 /* The size of a `long int', as computed by sizeof. */
879 #define SIZEOF_LONG_INT 4
880
881 /* The size of a `long long int', as computed by sizeof. */
882 #define SIZEOF_LONG_LONG_INT 8
883
884 /* The size of a `short int', as computed by sizeof. */
885 #define SIZEOF_SHORT_INT 2
886
887 /* Define to 1 if you have the ANSI C header files. */
888 #define STDC_HEADERS 1
889
890 /* Define to 1 if your processor stores words with the most significant byte
891    first (like Motorola and SPARC, unlike Intel and VAX). */
892 /* #undef WORDS_BIGENDIAN */
893
894 /* Number of bits in a file offset, on hosts where this is settable. */
895 /* #undef _FILE_OFFSET_BITS */
896
897 /* Define for large files, on AIX-style hosts. */
898 /* #undef _LARGE_FILES */
899
900 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
901    if it is not supported. */
902 /* #undef inline */
903
904 /* type to use in place of socklen_t if not defined */
905 /* #undef socklen_t */
906
907 /* ******************* Shouldn't need to edit below this line ************** */
908
909 #endif /* _CONFIG_H */