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