1 /***********************************************************************
2 * Copyright (c) 2009-2016, Secure Endpoints Inc.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
9 * - Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * - Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
14 * the documentation and/or other materials provided with the
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28 * OF THE POSSIBILITY OF SUCH DAMAGE.
30 **********************************************************************/
37 static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
40 /* If this file is being included by a resource script, don't bother
41 with anything other than the version macros. */
44 #define MaxHostNameLen (64+4)
45 #define MaxPathLen MAX_PATH
47 #ifndef MAXHOSTNAMELEN
48 #define MAXHOSTNAMELEN MaxHostNameLen
51 #define MAXPATHLEN MaxPathLen
57 #define KRB5_LIB_FUNCTION
58 #define KRB5_LIB_CALL __stdcall
59 #define KRB5_LIB_VARIABLE
61 #define KRB5_LIB_FUNCTION
63 #define KRB5_LIB_VARIABLE
69 #ifdef BUILD_ROKEN_LIB
72 #define ROKEN_LIB_FUNCTION
73 #define ROKEN_LIB_CALL __cdecl
74 #define ROKEN_LIB_VARIABLE
76 #define ROKEN_LIB_FUNCTION
77 #define ROKEN_LIB_CALL
78 #define ROKEN_LIB_VARIABLE
84 #ifdef BUILD_GSSAPI_LIB
87 #define GSSAPI_LIB_FUNCTION
88 #define GSSAPI_LIB_CALL __stdcall
89 #define GSSAPI_LIB_VARIABLE
91 #define GSSAPI_LIB_FUNCTION
92 #define GSSAPI_LIB_CALL
93 #define GSSAPI_LIB_VARIABLE
102 /* Define is backslashes act as path name delimiters */
103 #define BACKSLASH_PATH_DELIM 1
105 /* Path separator character */
108 /* Define if you want to use DES encryption in telnet. */
109 #define DES_ENCRYPTION 1
111 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
112 /* #undef ENV_HACK */
114 /* define if prototype of gethostbyaddr is compatible with struct hostent
115 *gethostbyaddr(const void *, size_t, int) */
116 /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
118 /* define if prototype of gethostbyname is compatible with struct hostent
119 *gethostbyname(const char *) */
120 #define GETHOSTBYNAME_PROTO_COMPATIBLE 1
122 /* define if prototype of getservbyname is compatible with struct servent
123 *getservbyname(const char *, const char *) */
124 #define GETSERVBYNAME_PROTO_COMPATIBLE 1
126 /* define if prototype of getsockname is compatible with int getsockname(int,
127 struct sockaddr*, socklen_t*) */
128 /* #undef GETSOCKNAME_PROTO_COMPATIBLE */
130 /* Define if you have the `altzone' variable. */
131 /* #undef HAVE_ALTZONE */
133 /* Define to 1 if you have the `arc4random' function. */
134 /* #undef HAVE_ARC4RANDOM */
136 /* Define to 1 if you have the <arpa/inet.h> header file. */
137 /* #undef HAVE_ARPA_INET_H */
139 /* Define to 1 if you have the <arpa/nameser.h> header file. */
140 /* #undef HAVE_ARPA_NAMESER_H */
142 /* Define to 1 if you have the <arpa/telnet.h> header file. */
143 /* #undef HAVE_ARPA_TELNET_H */
145 /* Define to 1 if you have the <asl.h> header file. */
146 /* #undef HAVE_ASL_H */
148 /* Define to 1 if you have the `asnprintf' function. */
149 /* #undef HAVE_ASNPRINTF */
151 /* Define to 1 if you have the `asprintf' function. */
152 /* #undef HAVE_ASPRINTF */
154 /* Define to 1 if you have the `atexit' function. */
155 #define HAVE_ATEXIT 1
157 /* Define to 1 if you have the <bind/bitypes.h> header file. */
158 /* #undef HAVE_BIND_BITYPES_H */
160 /* Define to 1 if you have the <bsdsetjmp.h> header file. */
161 /* #undef HAVE_BSDSETJMP_H */
163 /* Define to 1 if you have the `bswap16' function. */
164 /* #undef HAVE_BSWAP16 */
166 /* Define to 1 if you have the `bswap32' function. */
167 /* #undef HAVE_BSWAP32 */
169 /* Define to 1 if you have the <capability.h> header file. */
170 /* #undef HAVE_CAPABILITY_H */
172 /* Define to 1 if you have the `cap_set_proc' function. */
173 /* #undef HAVE_CAP_SET_PROC */
175 /* Define to 1 if you have the `cgetent' function. */
176 /* #undef HAVE_CGETENT */
178 /* Define if the system defines 'CHAR' type */
181 /* Define if you have the function `chown'. */
184 /* Define if you have the function `closefrom'. */
185 /* #undef HAVE_CLOSEFROM */
187 /* Define to 1 if you have the <config.h> header file. */
188 /* #undef HAVE_CONFIG_H */
190 /* Define if <conio.h> is present on the system is should be used for
191 handling low level console operations. */
194 /* Define if you have the function `copyhostent'. */
195 /* #undef HAVE_COPYHOSTENT */
197 /* Define to 1 if you have the `crypt' function. */
198 /* #undef HAVE_CRYPT */
200 /* Define to 1 if you have the <crypt.h> header file. */
201 /* #ndef HAVE_CRYPT_H */
203 /* Define to 1 if you have the <curses.h> header file. */
204 /* #undef HAVE_CURSES_H */
206 /* Define if you have the function `daemon'. */
207 /* #define HAVE_DAEMON 1 */
209 /* define if you have a berkeley db1/2 library */
210 /* #undef HAVE_DB1 */
212 /* define if you have a berkeley db3/4 library */
213 /* #define HAVE_DB3 1 */
215 /* Define to 1 if you have the <db3/db.h> header file. */
216 /* #undef HAVE_DB3_DB_H */
218 /* Define to 1 if you have the <db4/db.h> header file. */
219 /* #define HAVE_DB4_DB_H 1 */
221 /* Define to 1 if you have the `dbm_firstkey' function. */
222 /* #define HAVE_DBM_FIRSTKEY 1 */
224 /* Define to 1 if you have the <dbm.h> header file. */
225 /* #undef HAVE_DBM_H */
227 /* Define to 1 if you have the `dbopen' function. */
228 /* #undef HAVE_DBOPEN */
230 /* Define to 1 if you have the <db_185.h> header file. */
231 /* #define HAVE_DB_185_H 1 */
233 /* Define to 1 if you have the `db_create' function. */
234 /* #define HAVE_DB_CREATE 1 */
236 /* Define to 1 if you have the <db.h> header file. */
237 /* #define HAVE_DB_H 1 */
239 /* define if you have ndbm compat in db */
240 /* #define HAVE_DB_NDBM 1 */
242 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
244 /* #undef HAVE_DECL_ALTZONE */
246 /* Define to 1 if you have the declaration of `environ', and to 0 if you
248 #define HAVE_DECL_ENVIRON 1
250 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
252 /* #undef HAVE_DECL_H_ERRLIST */
254 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
256 #define HAVE_DECL_H_ERRNO 1
258 /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
260 /* #undef HAVE_DECL_H_NERR */
262 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
264 /* #undef HAVE_DECL_OPTARG */
266 /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
268 /* #undef HAVE_DECL_OPTERR */
270 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
272 /* #undef HAVE_DECL_OPTIND */
274 /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
276 /* #undef HAVE_DECL_OPTOPT */
278 /* Define to 1 if you have the declaration of `timezone', and to 0 if you
280 #define HAVE_DECL_TIMEZONE 1
282 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
284 /* #undef HAVE_DECL__RES */
286 /* Define to 1 if you have the declaration of `__progname', and to 0 if you
288 #define HAVE_DECL___PROGNAME 0
290 /* Define to 1 if you have the <dirent.h> header file. */
291 /* MSVC doesn't provide a <dirent.h>, but we implement it in
293 #define HAVE_DIRENT_H 1
295 /* Define to 1 if you have the <dlfcn.h> header file. */
296 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
297 #define HAVE_DLFCN_H 1
299 /* Define to 1 if you have the `dlopen' function. */
300 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
301 #define HAVE_DLOPEN 1
303 /* Define to 1 if you have the `dladdr' function. */
304 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
305 #define HAVE_DLADDR 1
307 /* Define to 1 if you have the `dn_expand' function. */
308 /* #undef HAVE_DN_EXPAND */
310 /* Define to 1 if you have the `door_create' function. */
311 /* #undef HAVE_DOOR_CREATE */
313 /* Define if you have the function `ecalloc'. */
314 /* #undef HAVE_ECALLOC */
316 /* Define to 1 if you have the `el_init' function. */
317 /* #undef HAVE_EL_INIT */
319 /* Define if you have the function `emalloc'. */
320 /* #undef HAVE_EMALLOC */
322 /* Define if you have the function `erealloc'. */
323 /* #undef HAVE_EREALLOC */
325 /* Define if you have the function `err'. */
328 /* Define to 1 if you have the <errno.h> header file. */
329 #define HAVE_ERRNO_H 1
331 /* Define if you have the function `errx'. */
334 /* Define to 1 if you have the <err.h> header file. */
337 /* Define if you have the function `estrdup'. */
338 /* #undef HAVE_ESTRDUP */
340 /* Define if you have the function `fchown'. */
341 /* #undef HAVE_FCHOWN */
343 /* Define to 1 if you have the `fcntl' function. */
344 /* #undef HAVE_FCNTL */
346 /* Define to 1 if you have the <fcntl.h> header file. */
347 #define HAVE_FCNTL_H 1
349 /* Define if you have the function `flock'. */
350 /* #undef HAVE_FLOCK */
352 /* Define if you have the function `fnmatch'. */
353 /* #undef HAVE_FNMATCH */
355 /* Define to 1 if you have the <fnmatch.h> header file. */
356 /* #undef HAVE_FNMATCH_H */
358 /* Define if el_init takes four arguments. */
359 /* #undef HAVE_FOUR_VALUED_EL_INIT */
361 /* Have -framework Security */
362 /* #undef HAVE_FRAMEWORK_SECURITY */
364 /* Define to 1 if you have the `freeaddrinfo' function. */
365 #define HAVE_FREEADDRINFO 1
367 /* Define if you have the function `freehostent'. */
368 /* #undef HAVE_FREEHOSTENT */
370 /* Define to 1 if you have the `gai_strerror' function. */
371 #define HAVE_GAI_STRERROR 1
373 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
374 /* #undef HAVE_GDBM_NDBM_H */
376 /* Define to 1 if you have the `getaddrinfo' function. */
377 #define HAVE_GETADDRINFO 1
379 /* Define to 1 if you have the `getconfattr' function. */
380 /* #undef HAVE_GETCONFATTR */
382 /* Define if you have the function `getcwd'. */
383 #define HAVE_GETCWD 1
385 /* Define if you have the function `getdtablesize'. */
386 /* #define HAVE_GETDTABLESIZE 1 */
388 /* Define if you have the function `getegid'. */
389 /* #define HAVE_GETEGID 1 */
391 /* Define if you have the function `geteuid'. */
392 /* #define HAVE_GETEUID 1 */
394 /* Define if you have the function `getgid'. */
395 /* #define HAVE_GETGID 1 */
397 /* Define to 1 if you have the `gethostbyname' function. */
398 #define HAVE_GETHOSTBYNAME 1
400 /* Define to 1 if you have the `gethostbyname2' function. */
401 /* #undef HAVE_GETHOSTBYNAME2 */
403 /* Define if you have the function `gethostname'. */
404 #define HAVE_GETHOSTNAME 1
406 /* Define if you have the function `getifaddrs'. */
407 /* #undef HAVE_GETIFADDRS */
409 /* Define if you have the function `getipnodebyaddr'. */
410 /* #undef HAVE_GETIPNODEBYADDR */
412 /* Define if you have the function `getipnodebyname'. */
413 /* #undef HAVE_GETIPNODEBYNAME */
415 /* Define to 1 if you have the `getlogin' function. */
416 /* #define HAVE_GETLOGIN 1 */
418 /* Define if you have a working getmsg. */
419 /* #undef HAVE_GETMSG */
421 /* Define to 1 if you have the `getnameinfo' function. */
422 #define HAVE_GETNAMEINFO 1
424 /* Define if you have the function `getopt'. */
425 /* #define HAVE_GETOPT 1 */
427 /* Define to 1 if you have the `getpagesize' function. */
428 /* #define HAVE_GETPAGESIZE 1 */
430 /* Define to 1 if you have the `getpeereid' function. */
431 /* #define HAVE_GETPEEREID 1 */
433 /* Define to 1 if you have the `getpeerucred' function. */
434 /* #undef HAVE_GETPEERUCRED */
436 /* Define to 1 if you have the `getprogname' function. */
437 /* #define HAVE_GETPROGNAME 1 */
439 /* Define to 1 if you have the `getpwnam_r' function. */
440 /* #define HAVE_GETPWNAM_R 1 */
442 /* Define to 1 if you have the `getrlimit' function. */
443 /* #define HAVE_GETRLIMIT 1 */
445 /* Define to 1 if you have the `getsockopt' function. */
446 #define HAVE_GETSOCKOPT 1
448 /* Define to 1 if you have the `getspnam' function. */
449 /* #undef HAVE_GETSPNAM */
451 /* Define if you have the function `gettimeofday'. */
452 /* #define HAVE_GETTIMEOFDAY 1 */
454 /* Define to 1 if you have the `getudbnam' function. */
455 /* #undef HAVE_GETUDBNAM */
457 /* Define if you have the function `getuid'. */
458 /* #define HAVE_GETUID 1 */
460 /* Define if you have the function `getusershell'. */
461 /* #define HAVE_GETUSERSHELL 1 */
463 /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
464 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
465 /* #define HAVE_GLOB 1 */
467 /* Define to 1 if you have the `grantpt' function. */
468 /* #define HAVE_GRANTPT 1 */
470 /* Define to 1 if you have the <grp.h> header file. */
471 /* #define HAVE_GRP_H 1 */
473 /* Define to 1 if you have the `hstrerror' function. */
474 /* #define HAVE_HSTRERROR 1 */
476 /* Define if you have the `h_errlist' variable. */
477 /* #undef HAVE_H_ERRLIST */
479 /* Define if you have the `h_errno' variable. */
480 /* #define HAVE_H_ERRNO 1 */
482 /* Define if you have the `h_nerr' variable. */
483 /* #undef HAVE_H_NERR */
485 /* Define to 1 if you have the <ifaddrs.h> header file. */
486 /* #undef HAVE_IFADDRS_H */
488 /* Define if you have the in6addr_loopback variable */
489 /* #undef HAVE_IN6ADDR_LOOPBACK */
492 #define HAVE_INET_ADDR 1
495 /* #define HAVE_INET_ATON 1 */
498 /* #define HAVE_INET_NTOP 1 */
501 /* #define HAVE_INET_PTON 1 */
503 #if _WIN32_WINNT >= 0x0600
505 #define HAVE_INET_NTOP 1
507 #define HAVE_INET_PTON 1
511 /* Define if you have the function `initgroups'. */
512 /* #define HAVE_INITGROUPS 1 */
514 /* Define to 1 if you have the `initstate' function. */
515 /* #define HAVE_INITSTATE 1 */
517 /* Define if you have the function `innetgr'. */
518 /* #undef HAVE_INNETGR */
520 /* Define to 1 if the system has the type `int16_t'. */
521 /* #define HAVE_INT16_T 1 */
523 /* Define to 1 if the system has the type `int32_t'. */
524 /* #define HAVE_INT32_T 1 */
526 /* Define to 1 if the system has the type `int64_t'. */
527 /* #define HAVE_INT64_T 1 */
529 /* Define to 1 if the system has the type `int8_t'. */
530 /* #define HAVE_INT8_T 1 */
532 /* Define to 1 if you have the <inttypes.h> header file. */
533 /* #define HAVE_INTTYPES_H 1 */
535 /* Define to 1 if you have the <io.h> header file. */
538 /* Define if you have IPv6. */
541 /* Define if you have the function `iruserok'. */
542 /* #define HAVE_IRUSEROK 1 */
544 /* Define to 1 if you have the `issetugid' function. */
545 /* #undef HAVE_ISSETUGID */
547 /* Define if you want to use the Kerberos Credentials Manager. */
548 /* #define HAVE_KCM 1 */
550 /* Define to 1 if you have the <libutil.h> header file. */
551 /* #undef HAVE_LIBUTIL_H */
553 /* Define to 1 if you have the <limits.h> header file. */
554 #define HAVE_LIMITS_H 1
556 /* Define to 1 if you have the `loadquery' function. */
557 /* #undef HAVE_LOADQUERY */
559 /* Define if you have the function `localtime_r'. */
560 /* #define HAVE_LOCALTIME_R 1 */
562 /* Define to 1 if you have the <locale.h> header file. */
563 #define HAVE_LOCALE_H 1
565 /* Define to 1 if you have the `logout' function. */
566 /* #define HAVE_LOGOUT 1 */
568 /* Define to 1 if you have the `logwtmp' function. */
569 /* #define HAVE_LOGWTMP 1 */
571 /* Define to 1 if the system has the type `long long'. */
572 #define HAVE_LONG_LONG 1
574 /* Define if you have the function `lstat'. */
575 /* #define HAVE_LSTAT 1 */
577 /* Define to 1 if you have the <maillock.h> header file. */
578 /* #undef HAVE_MAILLOCK_H */
580 /* Define if you have the function `memmove'. */
581 #define HAVE_MEMMOVE 1
583 /* Define to 1 if you have the <memory.h> header file. */
584 #define HAVE_MEMORY_H 1
586 /* Define if you have the function `mkstemp'. */
587 /* #define HAVE_MKSTEMP 1 */
589 /* Define to 1 if you have the `mktime' function. */
590 #define HAVE_MKTIME 1
592 /* Define to 1 if you have a working `mmap' system call. */
593 /* #undef HAVE_MMAP */
595 /* define if you have a ndbm library */
596 /* #undef HAVE_NDBM */
598 /* Define to 1 if you have the <ndbm.h> header file. */
599 /* #undef HAVE_NDBM_H */
601 /* Define to 1 if you have the <netdb.h> header file. */
602 /* #define HAVE_NETDB_H 1 */
604 /* Define to 1 if you have the <netgroup.h> header file. */
605 /* #undef HAVE_NETGROUP_H */
607 /* Define to 1 if you have the <netinet6/in6.h> header file. */
608 /* #undef HAVE_NETINET6_IN6_H */
610 /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
611 /* #undef HAVE_NETINET6_IN6_VAR_H */
613 /* Define to 1 if you have the <netinet/in6.h> header file. */
614 /* #undef HAVE_NETINET_IN6_H */
616 /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
617 /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
619 /* Define to 1 if you have the <netinet/in.h> header file. */
620 /* #define HAVE_NETINET_IN_H 1 */
622 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
623 /* #define HAVE_NETINET_IN_SYSTM_H 1 */
625 /* Define to 1 if you have the <netinet/ip.h> header file. */
626 /* #define HAVE_NETINET_IP_H 1 */
628 /* Define to 1 if you have the <netinet/tcp.h> header file. */
629 /* #define HAVE_NETINET_TCP_H 1 */
631 /* Define if you want to use Netinfo instead of krb5.conf. */
632 /* #undef HAVE_NETINFO */
634 /* Define to 1 if you have the <netinfo/ni.h> header file. */
635 /* #undef HAVE_NETINFO_NI_H */
637 /* Define to 1 if you have the <net/if.h> header file. */
638 /* #define HAVE_NET_IF_H 1 */
640 /* Define if NDBM really is DB (creates files *.db) */
641 /* #define HAVE_NEW_DB 1 */
643 /* Define to 1 if you have the `on_exit' function. */
644 /* #define HAVE_ON_EXIT 1 */
646 /* Define to 1 if you have the '_onexit' function */
647 #define HAVE__ONEXIT 1
649 /* Define to 1 if you have the `openpty' function. */
650 /* #define HAVE_OPENPTY 1 */
652 /* define to 1 to use openssl's libcrypto as a (default) backend for libhcrypto */
653 /* #undef HAVE_HCRYPTO_W_OPENSSL */
655 /* Define to enable basic OSF C2 support. */
656 /* #undef HAVE_OSFC2 */
658 /* Define to 1 if you have the <paths.h> header file. */
659 /* #define HAVE_PATHS_H 1 */
661 /* Define to 1 if you have the `pidfile' function. */
662 /* #undef HAVE_PIDFILE */
664 /* Define to 1 if you have the `poll' function. */
665 /* #define HAVE_POLL 1 */
667 /* Define to 1 if you have the <poll.h> header file. */
668 /* #define HAVE_POLL_H 1 */
670 /* Define to 1 if you have the <pthread.h> header file. */
671 /* This option is added by the NTMakefile if we have a <pthread.h>. */
672 /* #define HAVE_PTHREAD_H 1 */
674 /* Define to 1 if you have the `ptsname' function. */
675 /* #define HAVE_PTSNAME 1 */
677 /* Define to 1 if you have the <pty.h> header file. */
678 /* #define HAVE_PTY_H 1 */
680 /* Define if you have the function `putenv'. */
681 #define HAVE_PUTENV 1
683 /* Define to 1 if you have the <pwd.h> header file. */
684 /* #define HAVE_PWD_H 1 */
686 /* Define to 1 if you have the `rand' function. */
689 /* Define to 1 if you have the `random' function. */
690 /* #define HAVE_RANDOM 1 */
692 /* Define if you have the function `rcmd'. */
693 /* #define HAVE_RCMD 1 */
695 /* Define if you have a readline compatible library. */
696 /* #define HAVE_READLINE 1 */
698 /* Define if you have the function `readv'. */
699 /* #define HAVE_READV 1 */
701 /* Define if you have the function `recvmsg'. */
702 /* #define HAVE_RECVMSG 1 */
704 /* Define to 1 if you have the <resolv.h> header file. */
705 /* #undef HAVE_RESOLV_H */
707 /* Define to 1 if you have the `res_ndestroy' function. */
708 /* #undef HAVE_RES_NDESTROY */
710 /* Define to 1 if you have the `res_nsearch' function. */
711 /* #undef HAVE_RES_NSEARCH */
713 /* Define to 1 if you have the `res_search' function. */
714 /* #undef HAVE_RES_SEARCH */
716 /* Define to 1 if you have the `revoke' function. */
717 /* #define HAVE_REVOKE 1 */
719 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
720 /* #undef HAVE_RPCSVC_YPCLNT_H */
722 /* Define to 1 if you have the <sac.h> header file. */
723 /* #undef HAVE_SAC_H */
725 /* Define to 1 if the system has the type `sa_family_t'. */
726 /* #define HAVE_SA_FAMILY_T 1 */
728 /* Define to 1 if you have the <security/pam_modules.h> header file. */
729 /* #undef HAVE_SECURITY_PAM_MODULES_H */
731 /* Define to 1 if you have the `select' function. */
732 #define HAVE_SELECT 1
734 /* Define if you have the function `sendmsg'. */
735 /* #define HAVE_SENDMSG 1 */
737 /* Define if you have the function `setegid'. */
738 /* #define HAVE_SETEGID 1 */
740 /* Define if you have the function `setenv'. */
741 #define HAVE_SETENV 1
743 /* Define if you have the function `seteuid'. */
744 /* #define HAVE_SETEUID 1 */
746 /* Define to 1 if you have the `setitimer' function. */
747 /* #define HAVE_SETITIMER 1 */
749 /* Define to 1 if you have the `setlim' function. */
750 /* #undef HAVE_SETLIM */
752 /* Define to 1 if you have the `setlogin' function. */
753 /* #undef HAVE_SETLOGIN */
755 /* Define to 1 if you have the `setpcred' function. */
756 /* #undef HAVE_SETPCRED */
758 /* Define to 1 if you have the `setpgid' function. */
759 /* #define HAVE_SETPGID 1 */
761 /* Define to 1 if you have the `setproctitle' function. */
762 /* #undef HAVE_SETPROCTITLE */
764 /* Define to 1 if you have the `setprogname' function. */
765 /* #define HAVE_SETPROGNAME 1 */
767 /* Define to 1 if you have the `setregid' function. */
768 /* #define HAVE_SETREGID 1 */
770 /* Define to 1 if you have the `setresgid' function. */
771 /* #undef HAVE_SETRESGID */
773 /* Define to 1 if you have the `setresuid' function. */
774 /* #undef HAVE_SETRESUID */
776 /* Define to 1 if you have the `setreuid' function. */
777 /* #define HAVE_SETREUID 1 */
779 /* Define to 1 if you have the `setsid' function. */
780 /* #define HAVE_SETSID 1 */
782 /* Define to 1 if you have the `setsockopt' function. */
783 #define HAVE_SETSOCKOPT 1
785 /* Define to 1 if you have the `setstate' function. */
786 /* #define HAVE_SETSTATE 1 */
788 /* Define to 1 if you have the `setutent' function. */
789 /* #define HAVE_SETUTENT 1 */
791 /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
792 /* #undef HAVE_SGI_GETCAPABILITYBYNAME */
794 /* Define to 1 if you have the <sgtty.h> header file. */
795 /* #undef HAVE_SGTTY_H */
797 /* Define to 1 if you have the <shadow.h> header file. */
798 /* #undef HAVE_SHADOW_H */
800 /* Define to 1 if you have the <siad.h> header file. */
801 /* #undef HAVE_SIAD_H */
803 /* Define to 1 if you have the `sigaction' function. */
804 /* #define HAVE_SIGACTION 1 */
806 /* Define to 1 if you have the <signal.h> header file. */
807 #define HAVE_SIGNAL_H 1
809 /* define if you have a working snprintf */
810 /* snprintf() and vsnprintf() do exist. But the implementations are
811 not C99 compliant. */
812 /* #define HAVE_SNPRINTF 1 */
814 /* Define to 1 if you have the `socket' function. */
815 #define HAVE_SOCKET 1
817 /* Define to 1 if the system has the type `socklen_t'. */
818 #define HAVE_SOCKLEN_T 1
820 /* Define to 1 if the system has the type `ssize_t'. */
821 /* #define HAVE_SSIZE_T 1 */
823 /* Define to 1 if you have the <standards.h> header file. */
824 /* #undef HAVE_STANDARDS_H */
826 /* Define to 1 if you have the <stdint.h> header file. */
827 /* #define HAVE_STDINT_H 1 */
829 /* Define to 1 if you have the <stdlib.h> header file. */
830 #define HAVE_STDLIB_H 1
832 /* Define if you have the function `strcasecmp'. */
833 #define HAVE_STRCASECMP 1
834 #define strcasecmp _stricmp
836 /* Define if you have the function `strdup'. */
837 #define HAVE_STRDUP 1
839 /* Define if you have the function `strerror'. */
840 #define HAVE_STRERROR 1
842 /* Define if you have the function `strftime'. */
843 #define HAVE_STRFTIME 1
845 /* Define to 1 if you have the <strings.h> header file. */
846 /* #define HAVE_STRINGS_H 1 */
848 /* Define to 1 if you have the <string.h> header file. */
849 #define HAVE_STRING_H 1
851 /* Define if you have the function `strlcat'. */
852 /* #define HAVE_STRLCAT 1 */
854 /* Define if you have the function `strlcpy'. */
855 /* #define HAVE_STRLCPY 1 */
857 /* Define if you have the function `strlwr'. */
858 #define HAVE_STRLWR 1
860 /* Define if you have the function `strncasecmp'. */
861 #define HAVE_STRNCASECMP 1
862 #define strncasecmp _strnicmp
864 /* Define if you have the function `strndup'. */
865 /* #define HAVE_STRNDUP 1 */
867 /* Define if you have the function `strnlen'. */
868 #define HAVE_STRNLEN 1
870 /* Define to 1 if you have the <stropts.h> header file. */
871 /* #undef HAVE_STROPTS_H */
873 /* Define if you have the function `strptime'. */
874 /* #define HAVE_STRPTIME 1 */
876 /* Define if you have the function `strsep'. */
877 /* #define HAVE_STRSEP 1 */
879 /* Define if you have the function `strsep_copy'. */
880 /* #undef HAVE_STRSEP_COPY */
882 /* Define to 1 if you have the `strstr' function. */
883 #define HAVE_STRSTR 1
885 /* Define to 1 if you have the `strsvis' function. */
886 /* #undef HAVE_STRSVIS */
888 /* Define if you have the function `strtok_r'. */
889 /* #define HAVE_STRTOK_R 1 */
891 /* Define to 1 if the system has the type `struct addrinfo'. */
892 #define HAVE_STRUCT_ADDRINFO 1
894 /* Define to 1 if the system has the type `struct ifaddrs'. */
895 /* #undef HAVE_STRUCT_IFADDRS */
897 /* Define to 1 if the system has the type `struct iovec'. */
898 /* #define HAVE_STRUCT_IOVEC 1 */
900 /* Define to 1 if the system has the type `struct msghdr'. */
901 /* #define HAVE_STRUCT_MSGHDR 1 */
903 /* Define to 1 if the system has the type `struct sockaddr'. */
904 #define HAVE_STRUCT_SOCKADDR 1
906 /* Define if struct sockaddr has field sa_len. */
907 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
909 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
910 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
912 /* define if you have struct spwd */
913 /* #undef HAVE_STRUCT_SPWD */
915 /* Define if struct tm has field tm_gmtoff. */
916 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
918 /* Define if struct tm has field tm_zone. */
919 /* #undef HAVE_STRUCT_TM_TM_ZONE */
921 /* define if struct winsize is declared in sys/termios.h */
922 /* #define HAVE_STRUCT_WINSIZE 1 */
924 /* Define to 1 if you have the `strunvis' function. */
925 /* #undef HAVE_STRUNVIS */
927 /* Define if you have the function `strupr'. */
928 #define HAVE_STRUPR 1
930 /* Define to 1 if you have the `strvis' function. */
931 /* #undef HAVE_STRVIS */
933 /* Define to 1 if you have the `strvisx' function. */
934 /* #undef HAVE_STRVISX */
936 /* Define to 1 if you have the `svis' function. */
937 /* #undef HAVE_SVIS */
939 /* Define if you have the function `swab'. */
942 /* Define to 1 if you have the `sysconf' function. */
943 /* #define HAVE_SYSCONF 1 */
945 /* Define to 1 if you have the `sysctl' function. */
946 /* #undef HAVE_SYSCTL */
948 /* syslog is provided for _win32 in lib/roken */
950 /* Define to 1 if you have the `syslog' function. */
951 #define HAVE_SYSLOG 1
953 /* Define to 1 if you have the <syslog.h> header file. */
954 #define HAVE_SYSLOG_H 1
956 /* Define to 1 if you have the <sys/bitypes.h> header file. */
957 /* #undef HAVE_SYS_BITYPES_H */
959 /* Define to 1 if you have the <sys/bswap.h> header file. */
960 /* #undef HAVE_SYS_BSWAP_H */
962 /* Define to 1 if you have the <sys/capability.h> header file. */
963 /* #undef HAVE_SYS_CAPABILITY_H */
965 /* Define to 1 if you have the <sys/category.h> header file. */
966 /* #undef HAVE_SYS_CATEGORY_H */
968 /* Define to 1 if you have the <sys/file.h> header file. */
969 /* #define HAVE_SYS_FILE_H 1 */
971 /* Define to 1 if you have the <sys/filio.h> header file. */
972 /* #undef HAVE_SYS_FILIO_H */
974 /* Define to 1 if you have the <sys/ioccom.h> header file. */
975 /* #undef HAVE_SYS_IOCCOM_H */
977 /* Define to 1 if you have the <sys/ioctl.h> header file. */
978 /* #define HAVE_SYS_IOCTL_H 1 */
980 /* Define to 1 if you have the <sys/mman.h> header file. */
981 /* #define HAVE_SYS_MMAN_H 1 */
983 /* Define to 1 if you have the <sys/param.h> header file. */
984 /* #define HAVE_SYS_PARAM_H 1 */
986 /* Define to 1 if you have the <sys/proc.h> header file. */
987 /* #undef HAVE_SYS_PROC_H */
989 /* Define to 1 if you have the <sys/ptyio.h> header file. */
990 /* #undef HAVE_SYS_PTYIO_H */
992 /* Define to 1 if you have the <sys/ptyvar.h> header file. */
993 /* #undef HAVE_SYS_PTYVAR_H */
995 /* Define to 1 if you have the <sys/pty.h> header file. */
996 /* #undef HAVE_SYS_PTY_H */
998 /* Define to 1 if you have the <sys/resource.h> header file. */
999 /* #define HAVE_SYS_RESOURCE_H 1 */
1001 /* Define to 1 if you have the <sys/select.h> header file. */
1002 /* #define HAVE_SYS_SELECT_H 1 */
1004 /* Define to 1 if you have the <sys/socket.h> header file. */
1005 /* #define HAVE_SYS_SOCKET_H 1 */
1007 /* Define to 1 if you have the <sys/sockio.h> header file. */
1008 /* #undef HAVE_SYS_SOCKIO_H */
1010 /* Define to 1 if you have the <sys/stat.h> header file. */
1011 #define HAVE_SYS_STAT_H 1
1013 /* Define to 1 if you have the <sys/stream.h> header file. */
1014 /* #undef HAVE_SYS_STREAM_H */
1016 /* Define to 1 if you have the <sys/stropts.h> header file. */
1017 /* #undef HAVE_SYS_STROPTS_H */
1019 /* Define to 1 if you have the <sys/strtty.h> header file. */
1020 /* #undef HAVE_SYS_STRTTY_H */
1022 /* Define to 1 if you have the <sys/str_tty.h> header file. */
1023 /* #undef HAVE_SYS_STR_TTY_H */
1025 /* Define to 1 if you have the <sys/syscall.h> header file. */
1026 /* #undef HAVE_SYS_SYSCALL_H */
1028 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1029 /* #undef HAVE_SYS_SYSCTL_H */
1031 /* Define to 1 if you have the <sys/termio.h> header file. */
1032 /* #define HAVE_SYS_TERMIO_H 1 */
1034 /* Define to 1 if you have the <sys/timeb.h> header file. */
1035 #define HAVE_SYS_TIMEB_H 1
1037 /* Define to 1 if you have the <sys/times.h> header file. */
1038 /* #define HAVE_SYS_TIMES_H 1 */
1040 /* Define to 1 if you have the <sys/time.h> header file. */
1041 /* #define HAVE_SYS_TIME_H 1 */
1043 /* Define to 1 if you have the <sys/tty.h> header file. */
1044 /* #undef HAVE_SYS_TTY_H */
1046 /* Define to 1 if you have the <sys/types.h> header file. */
1047 #define HAVE_SYS_TYPES_H 1
1049 /* Define to 1 if you have the <sys/ucred.h> header file. */
1050 /* #undef HAVE_SYS_UCRED_H */
1052 /* Define to 1 if you have the <sys/uio.h> header file. */
1053 /* #define HAVE_SYS_UIO_H 1 */
1055 /* Define to 1 if you have the <sys/un.h> header file. */
1056 /* #define HAVE_SYS_UN_H 1 */
1058 /* Define to 1 if you have the <sys/utsname.h> header file. */
1059 /* #define HAVE_SYS_UTSNAME_H 1 */
1061 /* Define to 1 if you have the <sys/wait.h> header file. */
1062 /* #define HAVE_SYS_WAIT_H 1 */
1064 /* Define to 1 if you have the <termcap.h> header file. */
1065 /* #define HAVE_TERMCAP_H 1 */
1067 /* Define to 1 if you have the <termios.h> header file. */
1068 /* #define HAVE_TERMIOS_H 1 */
1070 /* Define to 1 if you have the <termio.h> header file. */
1071 /* #define HAVE_TERMIO_H 1 */
1073 /* Define to 1 if you have the <term.h> header file. */
1074 /* #undef HAVE_TERM_H */
1076 /* Define to 1 if you have the `tgetent' function. */
1077 /* #define HAVE_TGETENT 1 */
1079 /* Define if you have the function `timegm'. */
1080 /* #define HAVE_TIMEGM 1 */
1082 /* Define if you have the `timezone' variable. */
1083 #define HAVE_TIMEZONE 1
1085 /* Define to 1 if you have the <time.h> header file. */
1086 #define HAVE_TIME_H 1
1088 /* Define to 1 if you have the <tmpdir.h> header file. */
1089 /* #undef HAVE_TMPDIR_H */
1091 /* Define to 1 if you have the `ttyname' function. */
1092 /* #define HAVE_TTYNAME 1 */
1094 /* Define to 1 if you have the `ttyslot' function. */
1095 /* #define HAVE_TTYSLOT 1 */
1097 /* Define to 1 if you have the <udb.h> header file. */
1098 /* #undef HAVE_UDB_H */
1100 /* Define to 1 if the system has the type `uint16_t'. */
1101 /* #define HAVE_UINT16_T 1 */
1103 /* Define to 1 if the system has the type `uint32_t'. */
1104 /* #define HAVE_UINT32_T 1 */
1106 /* Define to 1 if the system has the type `uint64_t'. */
1107 /* #define HAVE_UINT64_T 1 */
1109 /* Define to 1 if the system has the type `uint8_t'. */
1110 /* #define HAVE_UINT8_T 1 */
1112 /* Define to 1 if the system has the type `uintptr_t'. */
1113 #define HAVE_UINTPTR_T 1
1115 /* Define to 1 if you have the `umask' function. */
1116 /* #define HAVE_UMASK 1 */
1118 /* Define to 1 if you have the `uname' function. */
1119 /* #define HAVE_UNAME 1 */
1121 /* Define to 1 if you have the <unistd.h> header file. */
1122 /* #define HAVE_UNISTD_H 1 */
1124 /* Define to 1 if you have the `unlockpt' function. */
1125 /* #define HAVE_UNLOCKPT 1 */
1127 /* Define if you have the function `unsetenv'. */
1128 /* #define HAVE_UNSETENV 1 */
1130 /* Define to 1 if you have the `unvis' function. */
1131 /* #undef HAVE_UNVIS */
1133 /* Define to 1 if you have the <userconf.h> header file. */
1134 /* #undef HAVE_USERCONF_H */
1136 /* Define to 1 if you have the <usersec.h> header file. */
1137 /* #undef HAVE_USERSEC_H */
1139 /* Define to 1 if you have the <util.h> header file. */
1140 /* #undef HAVE_UTIL_H */
1142 /* Define to 1 if the system has the type `u_int16_t'. */
1143 /* #define HAVE_U_INT16_T 1 */
1145 /* Define to 1 if the system has the type `u_int32_t'. */
1146 /* #define HAVE_U_INT32_T 1 */
1148 /* Define to 1 if the system has the type `u_int64_t'. */
1149 /* #define HAVE_U_INT64_T 1 */
1151 /* Define to 1 if the system has the type `u_int8_t'. */
1152 /* #define HAVE_U_INT8_T 1 */
1154 /* Define to 1 if you have the `vasnprintf' function. */
1155 /* #undef HAVE_VASNPRINTF */
1157 /* Define to 1 if you have the `vasprintf' function. */
1158 /* #define HAVE_VASPRINTF 1 */
1160 /* Define if you have the function `verr'. */
1161 /* #define HAVE_VERR 1 */
1163 /* Define if you have the function `verrx'. */
1164 /* #define HAVE_VERRX 1 */
1166 /* Define to 1 if you have the `vhangup' function. */
1167 /* #define HAVE_VHANGUP 1 */
1169 /* Define to 1 if you have the `vis' function. */
1170 /* #undef HAVE_VIS */
1172 /* Define to 1 if you have the <vis.h> header file. */
1173 /* #undef HAVE_VIS_H */
1175 /* define if you have a working vsnprintf */
1176 /* snprintf() and vsnprintf() do exist. But the implementations are
1177 not C99 compliant. */
1178 /* #define HAVE_VSNPRINTF 1 */
1180 /* Define if you have the function `vsyslog'. */
1181 #define HAVE_VSYSLOG 1
1183 /* Define if you have the function `vwarn'. */
1184 /* #define HAVE_VWARN 1 */
1186 /* Define if you have the function `vwarnx'. */
1187 /* #define HAVE_VWARNX 1 */
1189 /* Define if you have the function `warn'. */
1190 /* #define HAVE_WARN 1 */
1192 /* Define if you have the function `warnx'. */
1193 /* #define HAVE_WARNX 1 */
1195 /* Define if you have the function `writev'. */
1196 /* #define HAVE_WRITEV 1 */
1198 /* Defined if we have WinSock */
1199 #define HAVE_WINSOCK 1
1201 /* Defined if we have WinDNS */
1202 #define HAVE_WINDNS 1
1204 /* define if struct winsize has ws_xpixel */
1205 /* #define HAVE_WS_XPIXEL 1 */
1207 /* define if struct winsize has ws_ypixel */
1208 /* #define HAVE_WS_YPIXEL 1 */
1210 /* Define to 1 if you have the `yp_get_default_domain' function. */
1211 /* #undef HAVE_YP_GET_DEFAULT_DOMAIN */
1213 /* Define to 1 if you have the `_getpty' function. */
1214 /* #undef HAVE__GETPTY */
1216 /* Define if you have the `_res' variable. */
1217 /* #undef HAVE__RES */
1219 /* Define to 1 if you have the `_scrsize' function. */
1220 /* #undef HAVE__SCRSIZE */
1222 /* define if your compiler has __attribute__ */
1223 /* #define HAVE___ATTRIBUTE__ 1 */
1225 /* Define if you have the `__progname' variable. */
1226 /* #define HAVE___PROGNAME 1 */
1228 /* Define if you are running IRIX 4. */
1231 /* define if the system is missing a prototype for asnprintf() */
1232 /* #define NEED_ASNPRINTF_PROTO 1 */
1234 /* define if the system is missing a prototype for asprintf() */
1235 /* #undef NEED_ASPRINTF_PROTO */
1237 /* define if the system is missing a prototype for crypt() */
1238 /* #undef NEED_CRYPT_PROTO */
1240 /* define if the system is missing a prototype for daemon() */
1241 /* #undef NEED_DAEMON_PROTO */
1243 /* define if the system is missing a prototype for gethostname() */
1244 /* #undef NEED_GETHOSTNAME_PROTO */
1246 /* define if the system is missing a prototype for getusershell() */
1247 /* #undef NEED_GETUSERSHELL_PROTO */
1249 /* define if the system is missing a prototype for glob() */
1250 /* #undef NEED_GLOB_PROTO */
1252 /* define if the system is missing a prototype for hstrerror() */
1253 /* #undef NEED_HSTRERROR_PROTO */
1255 /* define if the system is missing a prototype for inet_aton() */
1256 /* #undef NEED_INET_ATON_PROTO */
1258 /* define if the system is missing a prototype for iruserok() */
1259 /* #undef NEED_IRUSEROK_PROTO */
1261 /* define if the system is missing a prototype for mkstemp() */
1262 /* #define NEED_MKSTEMP_PROTO 1 */
1264 /* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1265 /* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1267 /* define if the system is missing a prototype for setenv() */
1268 #define NEED_SETENV_PROTO 1
1270 /* define if the system is missing a prototype for snprintf() */
1271 /* #undef NEED_SNPRINTF_PROTO */
1273 /* define if the system is missing a prototype for strndup() */
1274 /* #undef NEED_STRNDUP_PROTO */
1276 /* define if the system is missing a prototype for strsep() */
1277 /* #undef NEED_STRSEP_PROTO */
1279 /* define if the system is missing a prototype for strsvis() */
1280 /* #define NEED_STRSVIS_PROTO 1 */
1282 /* define if the system is missing a prototype for strtok_r() */
1283 #define NEED_STRTOK_R_PROTO 1
1285 /* define if the system is missing a prototype for strunvis() */
1286 /* #define NEED_STRUNVIS_PROTO 1 */
1288 /* define if the system is missing a prototype for strvisx() */
1289 /* #define NEED_STRVISX_PROTO 1 */
1291 /* define if the system is missing a prototype for strvis() */
1292 /* #define NEED_STRVIS_PROTO 1 */
1294 /* define if the system is missing a prototype for svis() */
1295 /* #define NEED_SVIS_PROTO 1 */
1297 /* define if the system is missing a prototype for unsetenv() */
1298 /* #undef NEED_UNSETENV_PROTO */
1300 /* define if the system is missing a prototype for unvis() */
1301 /* #define NEED_UNVIS_PROTO 1 */
1303 /* define if the system is missing a prototype for vasnprintf() */
1304 /* #define NEED_VASNPRINTF_PROTO 1 */
1306 /* define if the system is missing a prototype for vasprintf() */
1307 /* #undef NEED_VASPRINTF_PROTO */
1309 /* define if the system is missing a prototype for vis() */
1310 /* #define NEED_VIS_PROTO 1 */
1312 /* define if the system is missing a prototype for vsnprintf() */
1313 /* #undef NEED_VSNPRINTF_PROTO */
1315 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1316 /* #undef NO_MINUS_C_MINUS_O */
1318 /* Define if you don't want to use mmap. */
1321 /* Define if the Unix rand method is not defined */
1322 #define NO_RAND_UNIX_METHOD 1
1324 /* Define if the Fortuna rand method is not defined */
1325 #define NO_RAND_FORTUNA_METHOD 1
1327 /* Define if PID files should not be used. */
1328 #define NO_PIDFILES 1
1330 /* Define if SIGPIPE is not supported */
1331 #define NO_SIGPIPE 1
1333 /* Define if SIGXCPU is not supported */
1334 #define NO_SIGXCPU 1
1336 /* Define if sleep() is not available */
1339 /* Define to 1 if Unix sockets (AF_UNIX) are not available. */
1340 #define NO_UNIX_SOCKETS 1
1342 /* Define to 1 if POSIX link/unlink operations should be avoided.
1343 This may be because the behavior of links are not not consistent
1344 with POSIX or because the filesystem may not support POSIX
1346 #define NO_POSIX_LINKS 1
1348 /* Define this to enable old environment option in telnet. */
1349 /* #define OLD_ENVIRON 1 */
1351 /* define if prototype of openlog is compatible with void openlog(const char
1353 #define OPENLOG_PROTO_COMPATIBLE 1
1355 /* Define if getlogin has POSIX flavour (and not BSD). */
1356 /* #define POSIX_GETLOGIN 1 */
1358 /* Define if getpwnam_r has POSIX flavour. */
1359 /* #define POSIX_GETPWNAM_R 1 */
1361 /* Define if you have the readline package. */
1364 /* Define if rename() does not unlink an existing file */
1365 #define RENAME_DOES_NOT_UNLINK 1
1367 /* Define if you want to use samba socket wrappers. */
1368 /* #undef SOCKET_WRAPPER_REPLACE */
1370 /* Define if a socket is not a file descriptor */
1371 #define SOCKET_IS_NOT_AN_FD 1
1373 /* Define if FD_SETSIZE check does not apply to this platform */
1374 #define NO_LIMIT_FD_SETSIZE 1
1376 /* Define to 1 if you have the ANSI C header files. */
1377 #define STDC_HEADERS 1
1379 /* Define if you have streams ptys. */
1380 /* #undef STREAMSPTY */
1382 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1383 /* #define TIME_WITH_SYS_TIME 1 */
1385 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1386 /* #undef TM_IN_SYS_TIME */
1388 /* define if target is big endian */
1389 /* #undef WORDS_BIGENDIAN */
1391 /* Define to 1 if the X Window System is missing or not being used. */
1392 #define X_DISPLAY_MISSING 1
1394 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1396 /* #undef YYTEXT_POINTER */
1398 /* Number of bits in a file offset, on hosts where this is settable. */
1399 /* #undef _FILE_OFFSET_BITS */
1401 /* Define to enable extensions on glibc-based systems such as Linux. */
1402 /* #define _GNU_SOURCE 1 */
1404 /* Define for large files, on AIX-style hosts. */
1405 /* #undef _LARGE_FILES */
1407 /* Set this to the default system lead string for telnetd
1408 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1409 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1413 /* Used with login -p */
1414 /* #undef LOGIN_ARGS */
1417 #include "roken_rename.h"
1420 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1421 #define AUTHENTICATION 1
1428 #define SYSCONFDIR "%{COMMONCONFIG}"
1430 #define LIBDIR "%{LIBDIR}"
1432 #endif /* RC_INVOKED */
1437 #define PACKAGE "@PACKAGE@"
1439 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
1441 #define PACKAGE_NAME "@PACKAGE_NAME@"
1443 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
1445 #define PACKAGE_TARNAME "@PACKAGE@"
1447 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
1449 #define PACKAGE_COMPANY "@PACKAGE_COMPANY@"
1451 #define PACKAGE_COPYRIGHT "@PACKAGE_COPYRIGHT@"
1453 #define VERSION "@PACKAGE_VERSION@"
1455 #define RC_PRODVER_MAJOR @MAJOR@
1457 #define RC_PRODVER_MINOR @MINOR@
1459 #define RC_PRODVER_AUX @AUX@
1461 #define RC_PRODVER_PATCH @PATCH@
1463 #define RC_PRODVER_C @MAJOR@,@MINOR@,@AUX@,@PATCH@
1465 #define RC_PRODVER_CS "@MAJOR@,@MINOR@,@AUX@,@PATCH@"
1467 #define RC_PRODVER_DS "@MAJOR@.@MINOR@.@AUX@.@PATCH@"
1469 #define RC_PRODUCT_NAME_0409 PACKAGE_NAME
1471 #define RC_PRODUCT_VER_0409 PACKAGE_VERSION
1473 #define RC_COMPANY_0409 PACKAGE_COMPANY
1475 #define RC_COPYRIGHT_0409 PACKAGE_COPYRIGHT
1479 #endif /* __CONFIG_H__ */