1 /* $DragonFly: src/secure/lib/libssh/config.h,v 1.10 2007/09/08 05:01:18 pavalos Exp $ */
2 /* config.h. Generated from config.h.in by configure. */
3 /* config.h.in. Generated from configure.ac by autoheader. */
5 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
7 /* #undef AIX_GETNAMEINFO_HACK */
9 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
10 /* #undef AIX_LOGINFAILED_4ARG */
12 /* Define if your resolver libs need this for getrrsetbyname */
13 /* #undef BIND_8_COMPAT */
15 /* Define if cmsg_type is not passed correctly */
16 /* #undef BROKEN_CMSG_TYPE */
18 /* getaddrinfo is broken (if present) */
19 /* #undef BROKEN_GETADDRINFO */
21 /* getgroups(0,NULL) will return -1 */
22 /* #undef BROKEN_GETGROUPS */
24 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
25 /* #undef BROKEN_INET_NTOA */
27 /* ia_uinfo routines not supported by OS yet */
28 /* #undef BROKEN_LIBIAF */
30 /* Ultrix mmap can't map files */
31 /* #undef BROKEN_MMAP */
33 /* Define if your struct dirent expects you to allocate extra space for d_name
35 /* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
37 /* Define if you have a broken realpath. */
38 /* #undef BROKEN_REALPATH */
41 /* #undef BROKEN_SAVED_UIDS */
43 /* Define if your setregid() is broken */
44 /* #undef BROKEN_SETREGID */
46 /* Define if your setresgid() is broken */
47 /* #undef BROKEN_SETRESGID */
49 /* Define if your setresuid() is broken */
50 /* #undef BROKEN_SETRESUID */
52 /* Define if your setreuid() is broken */
53 /* #undef BROKEN_SETREUID */
55 /* LynxOS has broken setvbuf() implementation */
56 /* #undef BROKEN_SETVBUF */
58 /* Define if your snprintf is busted */
59 /* #undef BROKEN_SNPRINTF */
61 /* updwtmpx is broken (if present) */
62 /* #undef BROKEN_UPDWTMPX */
64 /* Define if you have BSD auth support */
67 /* Define if you want to specify the path to your lastlog file */
68 /* #undef CONF_LASTLOG_FILE */
70 /* Define if you want to specify the path to your utmpx file */
71 /* #undef CONF_UTMPX_FILE */
73 /* Define if you want to specify the path to your utmp file */
74 #define CONF_UTMP_FILE "/var/run/utmp"
76 /* Define if you want to specify the path to your wtmpx file */
77 /* #undef CONF_WTMPX_FILE */
79 /* Define if you want to specify the path to your wtmp file */
80 #define CONF_WTMP_FILE "/var/log/wtmp"
82 /* Define if your platform needs to skip post auth file descriptor passing */
83 /* #undef DISABLE_FD_PASSING */
85 /* Define if you don't want to use lastlog */
86 /* #undef DISABLE_LASTLOG */
88 /* Define if you don't want to use your system's login() call */
89 /* #undef DISABLE_LOGIN */
91 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
92 /* #undef DISABLE_PUTUTLINE */
94 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
95 /* #undef DISABLE_PUTUTXLINE */
97 /* Define if you want to disable shadow passwords */
98 /* #undef DISABLE_SHADOW */
100 /* Define if you don't want to use utmp */
101 /* #undef DISABLE_UTMP */
103 /* Define if you don't want to use utmpx */
104 #define DISABLE_UTMPX 1
106 /* Define if you don't want to use wtmp */
107 /* #undef DISABLE_WTMP */
109 /* Define if you don't want to use wtmpx */
110 #define DISABLE_WTMPX 1
112 /* Workaround more Linux IPv6 quirks */
113 /* #undef DONT_TRY_OTHER_AF */
115 /* Builtin PRNG command timeout */
116 #define ENTROPY_TIMEOUT_MSEC 200
118 /* Define to 1 if the `getpgrp' function requires zero arguments. */
119 #define GETPGRP_VOID 1
121 /* Conflicting defs for getspnam */
122 /* #undef GETSPNAM_CONFLICTING_DEFS */
124 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
125 #define GLOB_HAS_ALTDIRFUNC 1
127 /* Define if your system glob() function has gl_matchc options in glob_t */
128 #define GLOB_HAS_GL_MATCHC 1
130 /* Define this if you want GSSAPI support in the version 2 protocol */
133 /* Define if you want to use shadow password expire field */
134 /* #undef HAS_SHADOW_EXPIRE */
136 /* Define if your system uses access rights style file descriptor passing */
137 /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
139 /* Define if you have ut_addr in utmp.h */
140 /* #undef HAVE_ADDR_IN_UTMP */
142 /* Define if you have ut_addr in utmpx.h */
143 /* #undef HAVE_ADDR_IN_UTMPX */
145 /* Define if you have ut_addr_v6 in utmp.h */
146 /* #undef HAVE_ADDR_V6_IN_UTMP */
148 /* Define if you have ut_addr_v6 in utmpx.h */
149 /* #undef HAVE_ADDR_V6_IN_UTMPX */
151 /* Define to 1 if you have the `arc4random' function. */
152 #define HAVE_ARC4RANDOM 1
154 /* Define to 1 if you have the `asprintf' function. */
155 #define HAVE_ASPRINTF 1
157 /* OpenBSD's gcc has bounded */
158 /* #undef HAVE_ATTRIBUTE__BOUNDED__ */
160 /* Have attribute nonnull */
161 #define HAVE_ATTRIBUTE__NONNULL__ 1
163 /* OpenBSD's gcc has sentinel */
164 /* #undef HAVE_ATTRIBUTE__SENTINEL__ */
166 /* Define to 1 if you have the `b64_ntop' function. */
167 /* #undef HAVE_B64_NTOP */
169 /* Define to 1 if you have the `b64_pton' function. */
170 /* #undef HAVE_B64_PTON */
172 /* Define if you have the basename function. */
173 #define HAVE_BASENAME 1
175 /* Define to 1 if you have the `bcopy' function. */
178 /* Define to 1 if you have the `bindresvport_sa' function. */
179 #define HAVE_BINDRESVPORT_SA 1
181 /* Define to 1 if you have the <bsm/audit.h> header file. */
182 /* #undef HAVE_BSM_AUDIT_H */
184 /* Define to 1 if you have the <bstring.h> header file. */
185 /* #undef HAVE_BSTRING_H */
187 /* Define to 1 if you have the `clock' function. */
190 /* define if you have clock_t data type */
191 #define HAVE_CLOCK_T 1
193 /* Define to 1 if you have the `closefrom' function. */
194 #define HAVE_CLOSEFROM 1
196 /* Define if gai_strerror() returns const char * */
197 /* #undef HAVE_CONST_GAI_STRERROR_PROTO */
199 /* Define if your system uses ancillary data style file descriptor passing */
200 #define HAVE_CONTROL_IN_MSGHDR 1
202 /* Define to 1 if you have the <crypto/sha2.h> header file. */
203 /* #undef HAVE_CRYPTO_SHA2_H */
205 /* Define to 1 if you have the <crypt.h> header file. */
206 /* #undef HAVE_CRYPT_H */
208 /* Define if you are on Cygwin */
209 /* #undef HAVE_CYGWIN */
211 /* Define if your libraries define daemon() */
212 #define HAVE_DAEMON 1
214 /* Define to 1 if you have the declaration of `authenticate', and to 0 if you
216 /* #undef HAVE_DECL_AUTHENTICATE */
218 /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
220 #define HAVE_DECL_GLOB_NOMATCH 1
222 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
224 #define HAVE_DECL_H_ERRNO 1
226 /* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
228 /* #undef HAVE_DECL_LOGINFAILED */
230 /* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
232 /* #undef HAVE_DECL_LOGINRESTRICTIONS */
234 /* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
236 /* #undef HAVE_DECL_LOGINSUCCESS */
238 /* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
240 #define HAVE_DECL_MAXSYMLINKS 1
242 /* Define to 1 if you have the declaration of `offsetof', and to 0 if you
244 #define HAVE_DECL_OFFSETOF 1
246 /* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
248 #define HAVE_DECL_O_NONBLOCK 1
250 /* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
252 /* #undef HAVE_DECL_PASSWDEXPIRED */
254 /* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
256 /* #undef HAVE_DECL_SETAUTHDB */
258 /* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
260 #define HAVE_DECL_SHUT_RD 1
262 /* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
264 #define HAVE_DECL_WRITEV 1
266 /* Define to 1 if you have the declaration of `_getlong', and to 0 if you
268 #define HAVE_DECL__GETLONG 0
270 /* Define to 1 if you have the declaration of `_getshort', and to 0 if you
272 #define HAVE_DECL__GETSHORT 0
274 /* Define if you have /dev/ptmx */
275 /* #undef HAVE_DEV_PTMX */
277 /* Define if you have /dev/ptc */
278 /* #undef HAVE_DEV_PTS_AND_PTC */
280 /* Define to 1 if you have the <dirent.h> header file. */
281 #define HAVE_DIRENT_H 1
283 /* Define to 1 if you have the `dirfd' function. */
284 /* #undef HAVE_DIRFD */
286 /* Define to 1 if you have the `dirname' function. */
287 #define HAVE_DIRNAME 1
289 /* Define to 1 if you have the <endian.h> header file. */
290 /* #undef HAVE_ENDIAN_H */
292 /* Define to 1 if you have the `endutent' function. */
293 /* #undef HAVE_ENDUTENT */
295 /* Define to 1 if you have the `endutxent' function. */
296 /* #undef HAVE_ENDUTXENT */
298 /* Define if your system has /etc/default/login */
299 /* #undef HAVE_ETC_DEFAULT_LOGIN */
301 /* Define to 1 if you have the `EVP_sha256' function. */
302 #define HAVE_EVP_SHA256 1
304 /* Define if you have ut_exit in utmp.h */
305 /* #undef HAVE_EXIT_IN_UTMP */
307 /* Define to 1 if you have the `fchmod' function. */
308 #define HAVE_FCHMOD 1
310 /* Define to 1 if you have the `fchown' function. */
311 #define HAVE_FCHOWN 1
313 /* Use F_CLOSEM fcntl for closefrom */
314 /* #undef HAVE_FCNTL_CLOSEM */
316 /* Define to 1 if you have the <fcntl.h> header file. */
317 #define HAVE_FCNTL_H 1
319 /* Define to 1 if you have the <features.h> header file. */
320 /* #undef HAVE_FEATURES_H */
322 /* Define to 1 if you have the <floatingpoint.h> header file. */
323 #define HAVE_FLOATINGPOINT_H 1
325 /* Define to 1 if you have the `freeaddrinfo' function. */
326 #define HAVE_FREEADDRINFO 1
328 /* Define to 1 if you have the `futimes' function. */
329 #define HAVE_FUTIMES 1
331 /* Define to 1 if you have the `gai_strerror' function. */
332 #define HAVE_GAI_STRERROR 1
334 /* Define to 1 if you have the `getaddrinfo' function. */
335 #define HAVE_GETADDRINFO 1
337 /* Define to 1 if you have the `getaudit' function. */
338 /* #undef HAVE_GETAUDIT */
340 /* Define to 1 if you have the `getaudit_addr' function. */
341 /* #undef HAVE_GETAUDIT_ADDR */
343 /* Define to 1 if you have the `getcwd' function. */
344 #define HAVE_GETCWD 1
346 /* Define to 1 if you have the `getgrouplist' function. */
347 #define HAVE_GETGROUPLIST 1
349 /* Define to 1 if you have the `getluid' function. */
350 /* #undef HAVE_GETLUID */
352 /* Define to 1 if you have the `getnameinfo' function. */
353 #define HAVE_GETNAMEINFO 1
355 /* Define to 1 if you have the `getopt' function. */
356 #define HAVE_GETOPT 1
358 /* Define to 1 if you have the <getopt.h> header file. */
359 #define HAVE_GETOPT_H 1
361 /* Define if your getopt(3) defines and uses optreset */
362 #define HAVE_GETOPT_OPTRESET 1
364 /* Define if your libraries define getpagesize() */
365 #define HAVE_GETPAGESIZE 1
367 /* Define to 1 if you have the `getpeereid' function. */
368 #define HAVE_GETPEEREID 1
370 /* Define to 1 if you have the `getpeerucred' function. */
371 /* #undef HAVE_GETPEERUCRED */
373 /* Define to 1 if you have the `getpwanam' function. */
374 /* #undef HAVE_GETPWANAM */
376 /* Define to 1 if you have the `getrlimit' function. */
377 #define HAVE_GETRLIMIT 1
379 /* Define if getrrsetbyname() exists */
380 /* #undef HAVE_GETRRSETBYNAME */
382 /* Define to 1 if you have the `getrusage' function. */
383 #define HAVE_GETRUSAGE 1
385 /* Define to 1 if you have the `getseuserbyname' function. */
386 /* #undef HAVE_GETSEUSERBYNAME */
388 /* Define to 1 if you have the `gettimeofday' function. */
389 #define HAVE_GETTIMEOFDAY 1
391 /* Define to 1 if you have the `getttyent' function. */
392 #define HAVE_GETTTYENT 1
394 /* Define to 1 if you have the `getutent' function. */
395 /* #undef HAVE_GETUTENT */
397 /* Define to 1 if you have the `getutid' function. */
398 /* #undef HAVE_GETUTID */
400 /* Define to 1 if you have the `getutline' function. */
401 /* #undef HAVE_GETUTLINE */
403 /* Define to 1 if you have the `getutxent' function. */
404 /* #undef HAVE_GETUTXENT */
406 /* Define to 1 if you have the `getutxid' function. */
407 /* #undef HAVE_GETUTXID */
409 /* Define to 1 if you have the `getutxline' function. */
410 /* #undef HAVE_GETUTXLINE */
412 /* Define to 1 if you have the `get_default_context_with_level' function. */
413 /* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
415 /* Define to 1 if you have the `glob' function. */
418 /* Define to 1 if you have the <glob.h> header file. */
419 #define HAVE_GLOB_H 1
421 /* Define to 1 if you have the <gssapi_generic.h> header file. */
422 /* #undef HAVE_GSSAPI_GENERIC_H */
424 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
425 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
427 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
428 /* #undef HAVE_GSSAPI_GSSAPI_H */
430 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
431 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
433 /* Define to 1 if you have the <gssapi.h> header file. */
434 /* #undef HAVE_GSSAPI_H */
436 /* Define to 1 if you have the <gssapi_krb5.h> header file. */
437 /* #undef HAVE_GSSAPI_KRB5_H */
439 /* Define if HEADER.ad exists in arpa/nameser.h */
440 #define HAVE_HEADER_AD 1
442 /* Define if you have ut_host in utmp.h */
443 #define HAVE_HOST_IN_UTMP 1
445 /* Define if you have ut_host in utmpx.h */
446 /* #undef HAVE_HOST_IN_UTMPX */
448 /* Define to 1 if you have the <iaf.h> header file. */
449 /* #undef HAVE_IAF_H */
451 /* Define to 1 if you have the <ia.h> header file. */
452 /* #undef HAVE_IA_H */
454 /* Define if you have ut_id in utmp.h */
455 /* #undef HAVE_ID_IN_UTMP */
457 /* Define if you have ut_id in utmpx.h */
458 /* #undef HAVE_ID_IN_UTMPX */
460 /* Define to 1 if you have the `inet_aton' function. */
461 #define HAVE_INET_ATON 1
463 /* Define to 1 if you have the `inet_ntoa' function. */
464 #define HAVE_INET_NTOA 1
466 /* Define to 1 if you have the `inet_ntop' function. */
467 #define HAVE_INET_NTOP 1
469 /* Define to 1 if you have the `innetgr' function. */
470 #define HAVE_INNETGR 1
472 /* define if you have int64_t data type */
473 #define HAVE_INT64_T 1
475 /* Define to 1 if you have the <inttypes.h> header file. */
476 #define HAVE_INTTYPES_H 1
478 /* define if you have intxx_t data type */
479 #define HAVE_INTXX_T 1
481 /* Define to 1 if the system has the type `in_addr_t'. */
482 #define HAVE_IN_ADDR_T 1
484 /* Define to 1 if you have the <lastlog.h> header file. */
485 /* #undef HAVE_LASTLOG_H */
487 /* Define to 1 if you have the `bsm' library (-lbsm). */
488 /* #undef HAVE_LIBBSM */
490 /* Define to 1 if you have the `crypt' library (-lcrypt). */
491 /* #undef HAVE_LIBCRYPT */
493 /* Define to 1 if you have the `dl' library (-ldl). */
494 /* #undef HAVE_LIBDL */
496 /* Define to 1 if you have the <libgen.h> header file. */
497 #define HAVE_LIBGEN_H 1
499 /* Define to 1 if you have the `nsl' library (-lnsl). */
500 /* #undef HAVE_LIBNSL */
502 /* Define to 1 if you have the `pam' library (-lpam). */
503 #define HAVE_LIBPAM 1
505 /* Define to 1 if you have the `sectok' library (-lsectok). */
506 /* #undef HAVE_LIBSECTOK */
508 /* Define to 1 if you have the `socket' library (-lsocket). */
509 /* #undef HAVE_LIBSOCKET */
511 /* Define to 1 if you have the <libutil.h> header file. */
512 #define HAVE_LIBUTIL_H 1
514 /* Define to 1 if you have the `xnet' library (-lxnet). */
515 /* #undef HAVE_LIBXNET */
517 /* Define to 1 if you have the `z' library (-lz). */
520 /* Define to 1 if you have the <limits.h> header file. */
521 #define HAVE_LIMITS_H 1
523 /* Define to 1 if you have the <linux/if_tun.h> header file. */
524 /* #undef HAVE_LINUX_IF_TUN_H */
526 /* Define if your libraries define login() */
529 /* Define to 1 if you have the <login_cap.h> header file. */
530 #define HAVE_LOGIN_CAP_H 1
532 /* Define to 1 if you have the `login_getcapbool' function. */
533 #define HAVE_LOGIN_GETCAPBOOL 1
535 /* Define to 1 if you have the <login.h> header file. */
536 /* #undef HAVE_LOGIN_H */
538 /* Define to 1 if you have the `logout' function. */
539 #define HAVE_LOGOUT 1
541 /* Define to 1 if you have the `logwtmp' function. */
542 #define HAVE_LOGWTMP 1
544 /* Define to 1 if the system has the type `long double'. */
545 #define HAVE_LONG_DOUBLE 1
547 /* Define to 1 if the system has the type `long long'. */
548 #define HAVE_LONG_LONG 1
550 /* Define to 1 if you have the <maillock.h> header file. */
551 /* #undef HAVE_MAILLOCK_H */
553 /* Define to 1 if you have the `md5_crypt' function. */
554 /* #undef HAVE_MD5_CRYPT */
556 /* Define if you want to allow MD5 passwords */
557 /* #undef HAVE_MD5_PASSWORDS */
559 /* Define to 1 if you have the `memmove' function. */
560 #define HAVE_MEMMOVE 1
562 /* Define to 1 if you have the <memory.h> header file. */
563 #define HAVE_MEMORY_H 1
565 /* Define to 1 if you have the `mkdtemp' function. */
566 #define HAVE_MKDTEMP 1
568 /* Define to 1 if you have the `mmap' function. */
571 /* define if you have mode_t data type */
572 #define HAVE_MODE_T 1
574 /* Some systems put nanosleep outside of libc */
575 #define HAVE_NANOSLEEP 1
577 /* Define to 1 if you have the <ndir.h> header file. */
578 /* #undef HAVE_NDIR_H */
580 /* Define to 1 if you have the <netdb.h> header file. */
581 #define HAVE_NETDB_H 1
583 /* Define to 1 if you have the <netgroup.h> header file. */
584 /* #undef HAVE_NETGROUP_H */
586 /* Define to 1 if you have the <net/if_tun.h> header file. */
587 #define HAVE_NET_IF_TUN_H 1 /* well, almost */
589 /* Define if you are on NeXT */
590 /* #undef HAVE_NEXT */
592 /* Define to 1 if you have the `ngetaddrinfo' function. */
593 /* #undef HAVE_NGETADDRINFO */
595 /* Define to 1 if you have the `nsleep' function. */
596 /* #undef HAVE_NSLEEP */
598 /* Define to 1 if you have the `ogetaddrinfo' function. */
599 /* #undef HAVE_OGETADDRINFO */
601 /* Define if you have an old version of PAM which takes only one argument to
603 /* #undef HAVE_OLD_PAM */
605 /* Define to 1 if you have the `openlog_r' function. */
606 /* #undef HAVE_OPENLOG_R */
608 /* Define to 1 if you have the `openpty' function. */
609 #define HAVE_OPENPTY 1
611 /* Define if your ssl headers are included with #include <openssl/header.h> */
612 #define HAVE_OPENSSL 1
614 /* Define if you have Digital Unix Security Integration Architecture */
615 /* #undef HAVE_OSF_SIA */
617 /* Define to 1 if you have the `pam_getenvlist' function. */
618 #define HAVE_PAM_GETENVLIST 1
620 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
621 /* #undef HAVE_PAM_PAM_APPL_H */
623 /* Define to 1 if you have the `pam_putenv' function. */
624 #define HAVE_PAM_PUTENV 1
626 /* Define to 1 if you have the <paths.h> header file. */
627 #define HAVE_PATHS_H 1
629 /* Define if you have ut_pid in utmp.h */
630 /* #undef HAVE_PID_IN_UTMP */
632 /* define if you have pid_t data type */
635 /* Define to 1 if you have the `poll' function. */
638 /* Define to 1 if you have the <poll.h> header file. */
639 #define HAVE_POLL_H 1
641 /* Define to 1 if you have the `prctl' function. */
642 /* #undef HAVE_PRCTL */
644 /* Define if you have /proc/$pid/fd */
645 /* #undef HAVE_PROC_PID */
647 /* Define to 1 if you have the `pstat' function. */
648 /* #undef HAVE_PSTAT */
650 /* Define to 1 if you have the <pty.h> header file. */
651 /* #undef HAVE_PTY_H */
653 /* Define to 1 if you have the `pututline' function. */
654 /* #undef HAVE_PUTUTLINE */
656 /* Define to 1 if you have the `pututxline' function. */
657 /* #undef HAVE_PUTUTXLINE */
659 /* Define if your password has a pw_change field */
660 #define HAVE_PW_CHANGE_IN_PASSWD 1
662 /* Define if your password has a pw_class field */
663 #define HAVE_PW_CLASS_IN_PASSWD 1
665 /* Define if your password has a pw_expire field */
666 #define HAVE_PW_EXPIRE_IN_PASSWD 1
668 /* Define to 1 if you have the `readpassphrase' function. */
669 #define HAVE_READPASSPHRASE 1
671 /* Define to 1 if you have the <readpassphrase.h> header file. */
672 #define HAVE_READPASSPHRASE_H 1
674 /* Define to 1 if you have the `realpath' function. */
675 #define HAVE_REALPATH 1
677 /* Define to 1 if you have the `recvmsg' function. */
678 #define HAVE_RECVMSG 1
680 /* Define to 1 if you have the <rpc/types.h> header file. */
681 #define HAVE_RPC_TYPES_H 1
683 /* Define to 1 if you have the `rresvport_af' function. */
684 #define HAVE_RRESVPORT_AF 1
686 /* define if you have sa_family_t data type */
687 #define HAVE_SA_FAMILY_T 1
689 /* Define to 1 if you have the <sectok.h> header file. */
690 /* #undef HAVE_SECTOK_H */
692 /* Define if you have SecureWare-based protected password database */
693 /* #undef HAVE_SECUREWARE */
695 /* Define to 1 if you have the <security/pam_appl.h> header file. */
696 #define HAVE_SECURITY_PAM_APPL_H 1
698 /* Define to 1 if you have the `sendmsg' function. */
699 #define HAVE_SENDMSG 1
701 /* Define to 1 if you have the `setauthdb' function. */
702 /* #undef HAVE_SETAUTHDB */
704 /* Define to 1 if you have the `setdtablesize' function. */
705 /* #undef HAVE_SETDTABLESIZE */
707 /* Define to 1 if you have the `setegid' function. */
708 #define HAVE_SETEGID 1
710 /* Define to 1 if you have the `setenv' function. */
711 #define HAVE_SETENV 1
713 /* Define to 1 if you have the `seteuid' function. */
714 #define HAVE_SETEUID 1
716 /* Define to 1 if you have the `setgroups' function. */
717 #define HAVE_SETGROUPS 1
719 /* Define to 1 if you have the `setlogin' function. */
720 #define HAVE_SETLOGIN 1
722 /* Define to 1 if you have the `setluid' function. */
723 /* #undef HAVE_SETLUID */
725 /* Define to 1 if you have the `setpcred' function. */
726 /* #undef HAVE_SETPCRED */
728 /* Define to 1 if you have the `setproctitle' function. */
729 #define HAVE_SETPROCTITLE 1
731 /* Define to 1 if you have the `setregid' function. */
732 #define HAVE_SETREGID 1
734 /* Define to 1 if you have the `setresgid' function. */
735 #define HAVE_SETRESGID 1
737 /* Define to 1 if you have the `setresuid' function. */
738 #define HAVE_SETRESUID 1
740 /* Define to 1 if you have the `setreuid' function. */
741 #define HAVE_SETREUID 1
743 /* Define to 1 if you have the `setrlimit' function. */
744 #define HAVE_SETRLIMIT 1
746 /* Define to 1 if you have the `setsid' function. */
747 #define HAVE_SETSID 1
749 /* Define to 1 if you have the `setutent' function. */
750 /* #undef HAVE_SETUTENT */
752 /* Define to 1 if you have the `setutxent' function. */
753 /* #undef HAVE_SETUTXENT */
755 /* Define to 1 if you have the `setvbuf' function. */
756 #define HAVE_SETVBUF 1
758 /* Define to 1 if you have the `set_id' function. */
759 /* #undef HAVE_SET_ID */
761 /* Define to 1 if you have the `SHA256_Update' function. */
762 #define HAVE_SHA256_UPDATE 1
764 /* Define to 1 if you have the <sha2.h> header file. */
765 /* #undef HAVE_SHA2_H */
767 /* Define to 1 if you have the <shadow.h> header file. */
768 /* #undef HAVE_SHADOW_H */
770 /* Define to 1 if you have the `sigaction' function. */
771 #define HAVE_SIGACTION 1
773 /* Define to 1 if you have the `sigvec' function. */
774 #define HAVE_SIGVEC 1
776 /* Define to 1 if the system has the type `sig_atomic_t'. */
777 #define HAVE_SIG_ATOMIC_T 1
779 /* define if you have size_t data type */
780 #define HAVE_SIZE_T 1
782 /* Define to 1 if you have the `snprintf' function. */
783 #define HAVE_SNPRINTF 1
785 /* Define to 1 if you have the `socketpair' function. */
786 #define HAVE_SOCKETPAIR 1
788 /* Have PEERCRED socket option */
789 /* #undef HAVE_SO_PEERCRED */
791 /* define if you have ssize_t data type */
792 #define HAVE_SSIZE_T 1
794 /* Fields in struct sockaddr_storage */
795 #define HAVE_SS_FAMILY_IN_SS 1
797 /* Define to 1 if you have the <stddef.h> header file. */
798 #define HAVE_STDDEF_H 1
800 /* Define to 1 if you have the <stdint.h> header file. */
801 #define HAVE_STDINT_H 1
803 /* Define to 1 if you have the <stdlib.h> header file. */
804 #define HAVE_STDLIB_H 1
806 /* Define to 1 if you have the `strdup' function. */
807 #define HAVE_STRDUP 1
809 /* Define to 1 if you have the `strerror' function. */
810 #define HAVE_STRERROR 1
812 /* Define to 1 if you have the `strftime' function. */
813 #define HAVE_STRFTIME 1
815 /* Silly mkstemp() */
816 /* #undef HAVE_STRICT_MKSTEMP */
818 /* Define to 1 if you have the <strings.h> header file. */
819 #define HAVE_STRINGS_H 1
821 /* Define to 1 if you have the <string.h> header file. */
822 #define HAVE_STRING_H 1
824 /* Define to 1 if you have the `strlcat' function. */
825 #define HAVE_STRLCAT 1
827 /* Define to 1 if you have the `strlcpy' function. */
828 #define HAVE_STRLCPY 1
830 /* Define to 1 if you have the `strmode' function. */
831 #define HAVE_STRMODE 1
833 /* Define to 1 if you have the `strnvis' function. */
834 #define HAVE_STRNVIS 1
836 /* Define to 1 if you have the `strsep' function. */
837 #define HAVE_STRSEP 1
839 /* Define to 1 if you have the `strtoll' function. */
840 #define HAVE_STRTOLL 1
842 /* Define to 1 if you have the `strtonum' function. */
843 #define HAVE_STRTONUM 1
845 /* Define to 1 if you have the `strtoul' function. */
846 #define HAVE_STRTOUL 1
848 /* define if you have struct addrinfo data type */
849 #define HAVE_STRUCT_ADDRINFO 1
851 /* define if you have struct in6_addr data type */
852 #define HAVE_STRUCT_IN6_ADDR 1
854 /* define if you have struct sockaddr_in6 data type */
855 #define HAVE_STRUCT_SOCKADDR_IN6 1
857 /* define if you have struct sockaddr_storage data type */
858 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
860 /* Define to 1 if `st_blksize' is member of `struct stat'. */
861 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
863 /* Define to 1 if the system has the type `struct timespec'. */
864 #define HAVE_STRUCT_TIMESPEC 1
866 /* define if you have struct timeval */
867 #define HAVE_STRUCT_TIMEVAL 1
869 /* Define to 1 if you have the `swap32' function. */
870 /* #undef HAVE_SWAP32 */
872 /* Define to 1 if you have the `sysconf' function. */
873 #define HAVE_SYSCONF 1
875 /* Define if you have syslen in utmpx.h */
876 /* #undef HAVE_SYSLEN_IN_UTMPX */
878 /* Define to 1 if you have the <sys/audit.h> header file. */
879 /* #undef HAVE_SYS_AUDIT_H */
881 /* Define to 1 if you have the <sys/bitypes.h> header file. */
882 /* #undef HAVE_SYS_BITYPES_H */
884 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
885 /* #undef HAVE_SYS_BSDTTY_H */
887 /* Define to 1 if you have the <sys/cdefs.h> header file. */
888 #define HAVE_SYS_CDEFS_H 1
890 /* Define to 1 if you have the <sys/dir.h> header file. */
891 #define HAVE_SYS_DIR_H 1
893 /* Define if your system defines sys_errlist[] */
894 #define HAVE_SYS_ERRLIST 1
896 /* Define to 1 if you have the <sys/mman.h> header file. */
897 #define HAVE_SYS_MMAN_H 1
899 /* Define to 1 if you have the <sys/ndir.h> header file. */
900 /* #undef HAVE_SYS_NDIR_H */
902 /* Define if your system defines sys_nerr */
903 #define HAVE_SYS_NERR 1
905 /* Define to 1 if you have the <sys/prctl.h> header file. */
906 /* #undef HAVE_SYS_PRCTL_H */
908 /* Define to 1 if you have the <sys/pstat.h> header file. */
909 /* #undef HAVE_SYS_PSTAT_H */
911 /* Define to 1 if you have the <sys/ptms.h> header file. */
912 /* #undef HAVE_SYS_PTMS_H */
914 /* Define to 1 if you have the <sys/select.h> header file. */
915 #define HAVE_SYS_SELECT_H 1
917 /* Define to 1 if you have the <sys/stat.h> header file. */
918 #define HAVE_SYS_STAT_H 1
920 /* Define to 1 if you have the <sys/stream.h> header file. */
921 /* #undef HAVE_SYS_STREAM_H */
923 /* Define to 1 if you have the <sys/stropts.h> header file. */
924 /* #undef HAVE_SYS_STROPTS_H */
926 /* Define to 1 if you have the <sys/strtio.h> header file. */
927 /* #undef HAVE_SYS_STRTIO_H */
929 /* Force use of sys/syslog.h on Ultrix */
930 /* #undef HAVE_SYS_SYSLOG_H */
932 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
933 /* #undef HAVE_SYS_SYSMACROS_H */
935 /* Define to 1 if you have the <sys/timers.h> header file. */
936 #define HAVE_SYS_TIMERS_H 1
938 /* Define to 1 if you have the <sys/time.h> header file. */
939 #define HAVE_SYS_TIME_H 1
941 /* Define to 1 if you have the <sys/types.h> header file. */
942 #define HAVE_SYS_TYPES_H 1
944 /* Define to 1 if you have the <sys/un.h> header file. */
945 #define HAVE_SYS_UN_H 1
947 /* Define to 1 if you have the `tcgetpgrp' function. */
948 #define HAVE_TCGETPGRP 1
950 /* Define to 1 if you have the `tcsendbreak' function. */
951 #define HAVE_TCSENDBREAK 1
953 /* Define to 1 if you have the `time' function. */
956 /* Define to 1 if you have the <time.h> header file. */
957 #define HAVE_TIME_H 1
959 /* Define if you have ut_time in utmp.h */
960 #define HAVE_TIME_IN_UTMP 1
962 /* Define if you have ut_time in utmpx.h */
963 /* #undef HAVE_TIME_IN_UTMPX */
965 /* Define to 1 if you have the <tmpdir.h> header file. */
966 /* #undef HAVE_TMPDIR_H */
968 /* Define to 1 if you have the `truncate' function. */
969 #define HAVE_TRUNCATE 1
971 /* Define to 1 if you have the <ttyent.h> header file. */
972 #define HAVE_TTYENT_H 1
974 /* Define if you have ut_tv in utmp.h */
975 /* #undef HAVE_TV_IN_UTMP */
977 /* Define if you have ut_tv in utmpx.h */
978 /* #undef HAVE_TV_IN_UTMPX */
980 /* Define if you have ut_type in utmp.h */
981 /* #undef HAVE_TYPE_IN_UTMP */
983 /* Define if you have ut_type in utmpx.h */
984 /* #undef HAVE_TYPE_IN_UTMPX */
986 /* Define to 1 if you have the <ucred.h> header file. */
987 /* #undef HAVE_UCRED_H */
989 /* define if you have uintxx_t data type */
990 #define HAVE_UINTXX_T 1
992 /* Define to 1 if you have the <unistd.h> header file. */
993 #define HAVE_UNISTD_H 1
995 /* Define to 1 if you have the `unsetenv' function. */
996 #define HAVE_UNSETENV 1
998 /* Define to 1 if the system has the type `unsigned long long'. */
999 #define HAVE_UNSIGNED_LONG_LONG 1
1001 /* Define to 1 if you have the `updwtmp' function. */
1002 /* #undef HAVE_UPDWTMP */
1004 /* Define to 1 if you have the `updwtmpx' function. */
1005 /* #undef HAVE_UPDWTMPX */
1007 /* Define to 1 if you have the <usersec.h> header file. */
1008 /* #undef HAVE_USERSEC_H */
1010 /* Define to 1 if you have the <util.h> header file. */
1011 /* #undef HAVE_UTIL_H */
1013 /* Define to 1 if you have the `utimes' function. */
1014 #define HAVE_UTIMES 1
1016 /* Define to 1 if you have the <utime.h> header file. */
1017 #define HAVE_UTIME_H 1
1019 /* Define to 1 if you have the `utmpname' function. */
1020 /* #undef HAVE_UTMPNAME */
1022 /* Define to 1 if you have the `utmpxname' function. */
1023 /* #undef HAVE_UTMPXNAME */
1025 /* Define to 1 if you have the <utmpx.h> header file. */
1026 /* #undef HAVE_UTMPX_H */
1028 /* Define to 1 if you have the <utmp.h> header file. */
1029 #define HAVE_UTMP_H 1
1031 /* define if you have u_char data type */
1032 #define HAVE_U_CHAR 1
1034 /* define if you have u_int data type */
1035 #define HAVE_U_INT 1
1037 /* define if you have u_int64_t data type */
1038 #define HAVE_U_INT64_T 1
1040 /* define if you have u_intxx_t data type */
1041 #define HAVE_U_INTXX_T 1
1043 /* Define to 1 if you have the `vasprintf' function. */
1044 #define HAVE_VASPRINTF 1
1046 /* Define if va_copy exists */
1047 #define HAVE_VA_COPY 1
1049 /* Define to 1 if you have the `vhangup' function. */
1050 /* #undef HAVE_VHANGUP */
1052 /* Define to 1 if you have the <vis.h> header file. */
1053 #define HAVE_VIS_H 1
1055 /* Define to 1 if you have the `vsnprintf' function. */
1056 #define HAVE_VSNPRINTF 1
1058 /* Define to 1 if you have the `waitpid' function. */
1059 #define HAVE_WAITPID 1
1061 /* Define to 1 if you have the `_getlong' function. */
1062 #define HAVE__GETLONG 1
1064 /* Define to 1 if you have the `_getpty' function. */
1065 /* #undef HAVE__GETPTY */
1067 /* Define to 1 if you have the `_getshort' function. */
1068 #define HAVE__GETSHORT 1
1070 /* Define if you have struct __res_state _res as an extern */
1071 #define HAVE__RES_EXTERN 1
1073 /* Define to 1 if you have the `__b64_ntop' function. */
1074 #define HAVE___B64_NTOP 1
1076 /* Define to 1 if you have the `__b64_pton' function. */
1077 #define HAVE___B64_PTON 1
1079 /* Define if compiler implements __FUNCTION__ */
1080 #define HAVE___FUNCTION__ 1
1082 /* Define if libc defines __progname */
1083 #define HAVE___PROGNAME 1
1085 /* Fields in struct sockaddr_storage */
1086 /* #undef HAVE___SS_FAMILY_IN_SS */
1088 /* Define if __va_copy exists */
1089 #define HAVE___VA_COPY 1
1091 /* Define if compiler implements __func__ */
1092 #define HAVE___func__ 1
1094 /* Define this if you are using the Heimdal version of Kerberos V5 */
1095 /* #undef HEIMDAL */
1097 /* Define if you need to use IP address instead of hostname in $DISPLAY */
1098 /* #undef IPADDR_IN_DISPLAY */
1100 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1101 /* #undef IPV4_IN_IPV6 */
1103 /* Define if your system choked on IP TOS setting */
1104 /* #undef IP_TOS_IS_BROKEN */
1106 /* Define if you want Kerberos 5 support */
1109 /* Define if you want TCP Wrappers support */
1112 /* Define to whatever link() returns for "not supported" if it doesn't return
1114 /* #undef LINK_OPNOTSUPP_ERRNO */
1116 /* max value of long long calculated by configure */
1117 /* #undef LLONG_MAX */
1119 /* min value of long long calculated by configure */
1120 /* #undef LLONG_MIN */
1122 /* Account locked with pw(1) */
1123 /* #undef LOCKED_PASSWD_PREFIX */
1125 /* String used in /etc/passwd to denote locked account */
1126 /* #undef LOCKED_PASSWD_STRING */
1128 /* String used in /etc/passwd to denote locked account */
1129 /* #undef LOCKED_PASSWD_SUBSTR */
1131 /* Some versions of /bin/login need the TERM supplied on the commandline */
1132 /* #undef LOGIN_NEEDS_TERM */
1134 /* Some systems need a utmpx entry for /bin/login to work */
1135 /* #undef LOGIN_NEEDS_UTMPX */
1137 /* Define if your login program cannot handle end of options ("--") */
1138 /* #undef LOGIN_NO_ENDOPT */
1140 /* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1141 from environment and PATH */
1142 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1144 /* Set this to your mail directory if you don't have maillock.h */
1145 /* #undef MAIL_DIRECTORY */
1147 /* Define on *nto-qnx systems */
1148 /* #undef MISSING_FD_MASK */
1150 /* Define on *nto-qnx systems */
1151 /* #undef MISSING_HOWMANY */
1153 /* Define on *nto-qnx systems */
1154 /* #undef MISSING_NFDBITS */
1156 /* Need setpgrp to acquire controlling tty */
1157 /* #undef NEED_SETPGRP */
1159 /* Define if the concept of ports only accessible to superusers isn't known */
1160 /* #undef NO_IPPORT_RESERVED_CONCEPT */
1162 /* Define if you don't want to use lastlog in session.c */
1163 /* #undef NO_SSH_LASTLOG */
1165 /* Define if X11 doesn't support AF_UNIX sockets on that system */
1166 /* #undef NO_X11_UNIX_SOCKETS */
1168 /* libcrypto is missing AES 192 and 256 bit functions */
1169 /* #undef OPENSSL_LOBOTOMISED_AES */
1171 /* Define if you want OpenSSL's internally seeded PRNG only */
1172 #define OPENSSL_PRNG_ONLY 1
1174 /* Define to the address where bug reports for this package should be sent. */
1175 #define PACKAGE_BUGREPORT "bugs@lists.dragonflybsd.org"
1177 /* Define to the full name of this package. */
1178 #define PACKAGE_NAME "OpenSSH"
1180 /* Define to the full name and version of this package. */
1181 #define PACKAGE_STRING "OpenSSH Portable"
1183 /* Define to the one symbol short name of this package. */
1184 #define PACKAGE_TARNAME "openssh"
1186 /* Define to the version of this package. */
1187 #define PACKAGE_VERSION "Portable"
1189 /* Define if you are using Solaris-derived PAM which passes pam_messages to
1190 the conversation function with an extra level of indirection */
1191 /* #undef PAM_SUN_CODEBASE */
1193 /* Work around problematic Linux PAM modules handling of PAM_TTY */
1194 /* #undef PAM_TTY_KLUDGE */
1196 /* must supply username to passwd */
1197 /* #undef PASSWD_NEEDS_USERNAME */
1199 /* Port number of PRNGD/EGD random number socket */
1200 /* #undef PRNGD_PORT */
1202 /* Location of PRNGD/EGD random number socket */
1203 /* #undef PRNGD_SOCKET */
1205 /* read(1) can return 0 for a non-closed fd */
1206 /* #undef PTY_ZEROREAD */
1208 /* Define if your platform breaks doing a seteuid before a setuid */
1209 /* #undef SETEUID_BREAKS_SETUID */
1211 /* The size of `char', as computed by sizeof. */
1212 #define SIZEOF_CHAR 1
1214 /* The size of `int', as computed by sizeof. */
1215 #define SIZEOF_INT 4
1217 /* The size of `long int', as computed by sizeof. */
1218 #define SIZEOF_LONG_INT 4
1220 /* The size of `long long int', as computed by sizeof. */
1221 #define SIZEOF_LONG_LONG_INT 8
1223 /* The size of `short int', as computed by sizeof. */
1224 #define SIZEOF_SHORT_INT 2
1226 /* Define if you want S/Key support */
1229 /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1230 /* #undef SKEYCHALLENGE_4ARG */
1232 /* Define if you want smartcard support */
1233 /* #undef SMARTCARD */
1235 /* Define as const if snprintf() can declare const char *fmt */
1236 #define SNPRINTF_CONST const
1238 /* Define to a Set Process Title type if your system is supported by
1239 bsd-setproctitle.c */
1240 /* #undef SPT_TYPE */
1242 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
1243 /* #undef SSHD_ACQUIRES_CTTY */
1245 /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1246 /* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1248 /* Use audit debugging module */
1249 /* #undef SSH_AUDIT_EVENTS */
1251 /* non-privileged user for privilege separation */
1252 #define SSH_PRIVSEP_USER "sshd"
1254 /* Use tunnel device compatibility to OpenBSD */
1255 /* #undef SSH_TUN_COMPAT_AF */
1257 /* Open tunnel devices the FreeBSD way */
1258 #define SSH_TUN_FREEBSD 1
1260 /* Open tunnel devices the Linux tun/tap way */
1261 /* #undef SSH_TUN_LINUX */
1263 /* No layer 2 tunnel support */
1264 /* #undef SSH_TUN_NO_L2 */
1266 /* Open tunnel devices the OpenBSD way */
1267 /* #undef SSH_TUN_OPENBSD */
1269 /* Prepend the address family to IP tunnel traffic */
1270 /* #undef SSH_TUN_PREPEND_AF */
1272 /* Define to 1 if you have the ANSI C header files. */
1273 #define STDC_HEADERS 1
1275 /* Define if you want a different $PATH for the superuser */
1276 /* #undef SUPERUSER_PATH */
1278 /* syslog_r function is safe to use in in a signal handler */
1279 /* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1281 /* Support passwords > 8 chars */
1282 /* #undef UNIXWARE_LONG_PASSWORDS */
1284 /* Specify default $PATH */
1285 /* #undef USER_PATH */
1287 /* Define this if you want to use libkafs' AFS support */
1288 /* #undef USE_AFS */
1290 /* Use BSM audit module */
1291 /* #undef USE_BSM_AUDIT */
1293 /* Use btmp to log bad logins */
1294 /* #undef USE_BTMP */
1296 /* Use libedit for sftp */
1297 #define USE_LIBEDIT 1
1299 /* Define if you want smartcard support using OpenSC */
1300 /* #undef USE_OPENSC */
1302 /* Enable OpenSSL engine support */
1303 /* #undef USE_OPENSSL_ENGINE */
1305 /* Define if you want to enable PAM support */
1308 /* Use PIPES instead of a socketpair() */
1309 /* #undef USE_PIPES */
1311 /* Define if you want smartcard support using sectok */
1312 /* #undef USE_SECTOK */
1314 /* Define if you have Solaris process contracts */
1315 /* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1317 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1318 /* #undef WITH_ABBREV_NO_TTY */
1320 /* Define if you want to enable AIX4's authenticate function */
1321 /* #undef WITH_AIXAUTHENTICATE */
1323 /* Define if you have/want arrays (cluster-wide session managment, not C
1325 /* #undef WITH_IRIX_ARRAY */
1327 /* Define if you want IRIX audit trails */
1328 /* #undef WITH_IRIX_AUDIT */
1330 /* Define if you want IRIX kernel jobs */
1331 /* #undef WITH_IRIX_JOBS */
1333 /* Define if you want IRIX project management */
1334 /* #undef WITH_IRIX_PROJECT */
1336 /* Define if you want SELinux support. */
1337 /* #undef WITH_SELINUX */
1339 /* Define to 1 if your processor stores words with the most significant byte
1340 first (like Motorola and SPARC, unlike Intel and VAX). */
1341 /* #undef WORDS_BIGENDIAN */
1343 /* Define if xauth is found in your path */
1344 /* #undef XAUTH_PATH */
1346 /* Number of bits in a file offset, on hosts where this is settable. */
1347 /* #undef _FILE_OFFSET_BITS */
1349 /* Define for large files, on AIX-style hosts. */
1350 /* #undef _LARGE_FILES */
1352 /* log for bad login attempts */
1353 /* #undef _PATH_BTMP */
1355 /* Full path of your "passwd" program */
1356 #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1358 /* Specify location of ssh.pid */
1359 #define _PATH_SSH_PIDDIR "/var/run"
1361 /* Define if we don't have struct __res_state in resolv.h */
1362 /* #undef __res_state */
1364 /* Define to `__inline__' or `__inline' if that's what the C compiler
1365 calls it, or to nothing if 'inline' is not supported under any name. */
1370 /* type to use in place of socklen_t if not defined */
1371 /* #undef socklen_t */