1 /***********************************************************************
2 * Copyright (c) 2009, 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/ftp.h> header file. */
137 /* #undef HAVE_ARPA_FTP_H */
139 /* Define to 1 if you have the <arpa/inet.h> header file. */
140 /* #undef HAVE_ARPA_INET_H */
142 /* Define to 1 if you have the <arpa/nameser.h> header file. */
143 /* #undef HAVE_ARPA_NAMESER_H */
145 /* Define to 1 if you have the <arpa/telnet.h> header file. */
146 /* #undef HAVE_ARPA_TELNET_H */
148 /* Define to 1 if you have the <asl.h> header file. */
149 /* #undef HAVE_ASL_H */
151 /* Define to 1 if you have the `asnprintf' function. */
152 /* #undef HAVE_ASNPRINTF */
154 /* Define to 1 if you have the `asprintf' function. */
155 /* #undef HAVE_ASPRINTF */
157 /* Define to 1 if you have the `atexit' function. */
158 #define HAVE_ATEXIT 1
160 /* Define to 1 if you have the <bind/bitypes.h> header file. */
161 /* #undef HAVE_BIND_BITYPES_H */
163 /* Define to 1 if you have the <bsdsetjmp.h> header file. */
164 /* #undef HAVE_BSDSETJMP_H */
166 /* Define to 1 if you have the `bswap16' function. */
167 /* #undef HAVE_BSWAP16 */
169 /* Define to 1 if you have the `bswap32' function. */
170 /* #undef HAVE_BSWAP32 */
172 /* Define to 1 if you have the <capability.h> header file. */
173 /* #undef HAVE_CAPABILITY_H */
175 /* Define to 1 if you have the `cap_set_proc' function. */
176 /* #undef HAVE_CAP_SET_PROC */
178 /* Define to 1 if you have the `cgetent' function. */
179 /* #undef HAVE_CGETENT */
181 /* Define if the system defines 'CHAR' type */
184 /* Define if you have the function `chown'. */
187 /* Define if you have the function `closefrom'. */
188 /* #undef HAVE_CLOSEFROM */
190 /* Define to 1 if you have the <config.h> header file. */
191 /* #undef HAVE_CONFIG_H */
193 /* Define if <conio.h> is present on the system is should be used for
194 handling low level console operations. */
197 /* Define if you have the function `copyhostent'. */
198 /* #undef HAVE_COPYHOSTENT */
200 /* Define to 1 if you have the `crypt' function. */
201 /* #undef HAVE_CRYPT */
203 /* Define to 1 if you have the <crypt.h> header file. */
204 /* #ndef HAVE_CRYPT_H */
206 /* Define to 1 if you have the <curses.h> header file. */
207 /* #undef HAVE_CURSES_H */
209 /* Define if you have the function `daemon'. */
210 /* #define HAVE_DAEMON 1 */
212 /* define if you have a berkeley db1/2 library */
213 /* #undef HAVE_DB1 */
215 /* define if you have a berkeley db3/4 library */
216 /* #define HAVE_DB3 1 */
218 /* Define to 1 if you have the <db3/db.h> header file. */
219 /* #undef HAVE_DB3_DB_H */
221 /* Define to 1 if you have the <db4/db.h> header file. */
222 /* #define HAVE_DB4_DB_H 1 */
224 /* Define to 1 if you have the `dbm_firstkey' function. */
225 /* #define HAVE_DBM_FIRSTKEY 1 */
227 /* Define to 1 if you have the <dbm.h> header file. */
228 /* #undef HAVE_DBM_H */
230 /* Define to 1 if you have the `dbopen' function. */
231 /* #undef HAVE_DBOPEN */
233 /* Define to 1 if you have the <db_185.h> header file. */
234 /* #define HAVE_DB_185_H 1 */
236 /* Define to 1 if you have the `db_create' function. */
237 /* #define HAVE_DB_CREATE 1 */
239 /* Define to 1 if you have the <db.h> header file. */
240 /* #define HAVE_DB_H 1 */
242 /* define if you have ndbm compat in db */
243 /* #define HAVE_DB_NDBM 1 */
245 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
247 /* #undef HAVE_DECL_ALTZONE */
249 /* Define to 1 if you have the declaration of `environ', and to 0 if you
251 #define HAVE_DECL_ENVIRON 1
253 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
255 /* #undef HAVE_DECL_H_ERRLIST */
257 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
259 #define HAVE_DECL_H_ERRNO 1
261 /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
263 /* #undef HAVE_DECL_H_NERR */
265 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
267 /* #undef HAVE_DECL_OPTARG */
269 /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
271 /* #undef HAVE_DECL_OPTERR */
273 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
275 /* #undef HAVE_DECL_OPTIND */
277 /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
279 /* #undef HAVE_DECL_OPTOPT */
281 /* Define to 1 if you have the declaration of `timezone', and to 0 if you
283 #define HAVE_DECL_TIMEZONE 1
285 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
287 /* #undef HAVE_DECL__RES */
289 /* Define to 1 if you have the declaration of `__progname', and to 0 if you
291 #define HAVE_DECL___PROGNAME 0
293 /* Define to 1 if you have the <dirent.h> header file. */
294 /* MSVC doesn't provide a <dirent.h>, but we implement it in
296 #define HAVE_DIRENT_H 1
298 /* Define to 1 if you have the <dlfcn.h> header file. */
299 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
300 #define HAVE_DLFCN_H 1
302 /* Define to 1 if you have the `dlopen' function. */
303 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
304 #define HAVE_DLOPEN 1
306 /* Define to 1 if you have the `dladdr' function. */
307 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
308 #define HAVE_DLADDR 1
310 /* Define to 1 if you have the `dn_expand' function. */
311 /* #undef HAVE_DN_EXPAND */
313 /* Define to 1 if you have the `door_create' function. */
314 /* #undef HAVE_DOOR_CREATE */
316 /* Define if you have the function `ecalloc'. */
317 /* #undef HAVE_ECALLOC */
319 /* Define to 1 if you have the `el_init' function. */
320 /* #undef HAVE_EL_INIT */
322 /* Define if you have the function `emalloc'. */
323 /* #undef HAVE_EMALLOC */
325 /* Define if you have the function `erealloc'. */
326 /* #undef HAVE_EREALLOC */
328 /* Define if you have the function `err'. */
331 /* Define to 1 if you have the <errno.h> header file. */
332 #define HAVE_ERRNO_H 1
334 /* Define if you have the function `errx'. */
337 /* Define to 1 if you have the <err.h> header file. */
340 /* Define if you have the function `estrdup'. */
341 /* #undef HAVE_ESTRDUP */
343 /* Define if you have the function `fchown'. */
344 /* #undef HAVE_FCHOWN */
346 /* Define to 1 if you have the `fcntl' function. */
347 /* #undef HAVE_FCNTL */
349 /* Define to 1 if you have the <fcntl.h> header file. */
350 #define HAVE_FCNTL_H 1
352 /* Define if you have the function `flock'. */
353 /* #undef HAVE_FLOCK */
355 /* Define if you have the function `fnmatch'. */
356 /* #undef HAVE_FNMATCH */
358 /* Define to 1 if you have the <fnmatch.h> header file. */
359 /* #undef HAVE_FNMATCH_H */
361 /* Define if el_init takes four arguments. */
362 /* #undef HAVE_FOUR_VALUED_EL_INIT */
364 /* Have -framework Security */
365 /* #undef HAVE_FRAMEWORK_SECURITY */
367 /* Define to 1 if you have the `freeaddrinfo' function. */
368 #define HAVE_FREEADDRINFO 1
370 /* Define if you have the function `freehostent'. */
371 /* #undef HAVE_FREEHOSTENT */
373 /* Define to 1 if you have the `gai_strerror' function. */
374 #define HAVE_GAI_STRERROR 1
376 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
377 /* #undef HAVE_GDBM_NDBM_H */
379 /* Define to 1 if you have the `getaddrinfo' function. */
380 #define HAVE_GETADDRINFO 1
382 /* Define to 1 if you have the `getconfattr' function. */
383 /* #undef HAVE_GETCONFATTR */
385 /* Define if you have the function `getcwd'. */
386 #define HAVE_GETCWD 1
388 /* Define if you have the function `getdtablesize'. */
389 /* #define HAVE_GETDTABLESIZE 1 */
391 /* Define if you have the function `getegid'. */
392 /* #define HAVE_GETEGID 1 */
394 /* Define if you have the function `geteuid'. */
395 /* #define HAVE_GETEUID 1 */
397 /* Define if you have the function `getgid'. */
398 /* #define HAVE_GETGID 1 */
400 /* Define to 1 if you have the `gethostbyname' function. */
401 #define HAVE_GETHOSTBYNAME 1
403 /* Define to 1 if you have the `gethostbyname2' function. */
404 /* #undef HAVE_GETHOSTBYNAME2 */
406 /* Define if you have the function `gethostname'. */
407 #define HAVE_GETHOSTNAME 1
409 /* Define if you have the function `getifaddrs'. */
410 /* #undef HAVE_GETIFADDRS */
412 /* Define if you have the function `getipnodebyaddr'. */
413 /* #undef HAVE_GETIPNODEBYADDR */
415 /* Define if you have the function `getipnodebyname'. */
416 /* #undef HAVE_GETIPNODEBYNAME */
418 /* Define to 1 if you have the `getlogin' function. */
419 /* #define HAVE_GETLOGIN 1 */
421 /* Define if you have a working getmsg. */
422 /* #undef HAVE_GETMSG */
424 /* Define to 1 if you have the `getnameinfo' function. */
425 #define HAVE_GETNAMEINFO 1
427 /* Define if you have the function `getopt'. */
428 /* #define HAVE_GETOPT 1 */
430 /* Define to 1 if you have the `getpagesize' function. */
431 /* #define HAVE_GETPAGESIZE 1 */
433 /* Define to 1 if you have the `getpeereid' function. */
434 /* #define HAVE_GETPEEREID 1 */
436 /* Define to 1 if you have the `getpeerucred' function. */
437 /* #undef HAVE_GETPEERUCRED */
439 /* Define to 1 if you have the `getprogname' function. */
440 /* #define HAVE_GETPROGNAME 1 */
442 /* Define to 1 if you have the `getpwnam_r' function. */
443 /* #define HAVE_GETPWNAM_R 1 */
445 /* Define to 1 if you have the `getrlimit' function. */
446 /* #define HAVE_GETRLIMIT 1 */
448 /* Define to 1 if you have the `getsockopt' function. */
449 #define HAVE_GETSOCKOPT 1
451 /* Define to 1 if you have the `getspnam' function. */
452 /* #undef HAVE_GETSPNAM */
454 /* Define if you have the function `gettimeofday'. */
455 /* #define HAVE_GETTIMEOFDAY 1 */
457 /* Define to 1 if you have the `getudbnam' function. */
458 /* #undef HAVE_GETUDBNAM */
460 /* Define if you have the function `getuid'. */
461 /* #define HAVE_GETUID 1 */
463 /* Define if you have the function `getusershell'. */
464 /* #define HAVE_GETUSERSHELL 1 */
466 /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
467 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
468 /* #define HAVE_GLOB 1 */
470 /* Define to 1 if you have the `grantpt' function. */
471 /* #define HAVE_GRANTPT 1 */
473 /* Define to 1 if you have the <grp.h> header file. */
474 /* #define HAVE_GRP_H 1 */
476 /* Define to 1 if you have the `hstrerror' function. */
477 /* #define HAVE_HSTRERROR 1 */
479 /* Define if you have the `h_errlist' variable. */
480 /* #undef HAVE_H_ERRLIST */
482 /* Define if you have the `h_errno' variable. */
483 /* #define HAVE_H_ERRNO 1 */
485 /* Define if you have the `h_nerr' variable. */
486 /* #undef HAVE_H_NERR */
488 /* Define to 1 if you have the <ifaddrs.h> header file. */
489 /* #undef HAVE_IFADDRS_H */
491 /* Define if you have the in6addr_loopback variable */
492 /* #undef HAVE_IN6ADDR_LOOPBACK */
495 #define HAVE_INET_ADDR 1
498 /* #define HAVE_INET_ATON 1 */
501 /* #define HAVE_INET_NTOP 1 */
504 /* #define HAVE_INET_PTON 1 */
506 #if _WIN32_WINNT >= 0x0600
508 #define HAVE_INET_NTOP 1
510 #define HAVE_INET_PTON 1
514 /* Define if you have the function `initgroups'. */
515 /* #define HAVE_INITGROUPS 1 */
517 /* Define to 1 if you have the `initstate' function. */
518 /* #define HAVE_INITSTATE 1 */
520 /* Define if you have the function `innetgr'. */
521 /* #undef HAVE_INNETGR */
523 /* Define to 1 if the system has the type `int16_t'. */
524 /* #define HAVE_INT16_T 1 */
526 /* Define to 1 if the system has the type `int32_t'. */
527 /* #define HAVE_INT32_T 1 */
529 /* Define to 1 if the system has the type `int64_t'. */
530 /* #define HAVE_INT64_T 1 */
532 /* Define to 1 if the system has the type `int8_t'. */
533 /* #define HAVE_INT8_T 1 */
535 /* Define to 1 if you have the <inttypes.h> header file. */
536 /* #define HAVE_INTTYPES_H 1 */
538 /* Define to 1 if you have the <io.h> header file. */
541 /* Define if you have IPv6. */
544 /* Define if you have the function `iruserok'. */
545 /* #define HAVE_IRUSEROK 1 */
547 /* Define to 1 if you have the `issetugid' function. */
548 /* #undef HAVE_ISSETUGID */
550 /* Define if you want to use the Kerberos Credentials Manager. */
551 /* #define HAVE_KCM 1 */
553 /* Define to 1 if you have the <libutil.h> header file. */
554 /* #undef HAVE_LIBUTIL_H */
556 /* Define to 1 if you have the <limits.h> header file. */
557 #define HAVE_LIMITS_H 1
559 /* Define to 1 if you have the `loadquery' function. */
560 /* #undef HAVE_LOADQUERY */
562 /* Define if you have the function `localtime_r'. */
563 /* #define HAVE_LOCALTIME_R 1 */
565 /* Define to 1 if you have the <locale.h> header file. */
566 #define HAVE_LOCALE_H 1
568 /* Define to 1 if you have the `logout' function. */
569 /* #define HAVE_LOGOUT 1 */
571 /* Define to 1 if you have the `logwtmp' function. */
572 /* #define HAVE_LOGWTMP 1 */
574 /* Define to 1 if the system has the type `long long'. */
575 #define HAVE_LONG_LONG 1
577 /* Define if you have the function `lstat'. */
578 /* #define HAVE_LSTAT 1 */
580 /* Define to 1 if you have the <maillock.h> header file. */
581 /* #undef HAVE_MAILLOCK_H */
583 /* Define if you have the function `memmove'. */
584 #define HAVE_MEMMOVE 1
586 /* Define to 1 if you have the <memory.h> header file. */
587 #define HAVE_MEMORY_H 1
589 /* Define if you have the function `mkstemp'. */
590 /* #define HAVE_MKSTEMP 1 */
592 /* Define to 1 if you have the `mktime' function. */
593 #define HAVE_MKTIME 1
595 /* Define to 1 if you have a working `mmap' system call. */
596 /* #undef HAVE_MMAP */
598 /* define if you have a ndbm library */
599 /* #undef HAVE_NDBM */
601 /* Define to 1 if you have the <ndbm.h> header file. */
602 /* #undef HAVE_NDBM_H */
604 /* Define to 1 if you have the <netdb.h> header file. */
605 /* #define HAVE_NETDB_H 1 */
607 /* Define to 1 if you have the <netgroup.h> header file. */
608 /* #undef HAVE_NETGROUP_H */
610 /* Define to 1 if you have the <netinet6/in6.h> header file. */
611 /* #undef HAVE_NETINET6_IN6_H */
613 /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
614 /* #undef HAVE_NETINET6_IN6_VAR_H */
616 /* Define to 1 if you have the <netinet/in6.h> header file. */
617 /* #undef HAVE_NETINET_IN6_H */
619 /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
620 /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
622 /* Define to 1 if you have the <netinet/in.h> header file. */
623 /* #define HAVE_NETINET_IN_H 1 */
625 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
626 /* #define HAVE_NETINET_IN_SYSTM_H 1 */
628 /* Define to 1 if you have the <netinet/ip.h> header file. */
629 /* #define HAVE_NETINET_IP_H 1 */
631 /* Define to 1 if you have the <netinet/tcp.h> header file. */
632 /* #define HAVE_NETINET_TCP_H 1 */
634 /* Define if you want to use Netinfo instead of krb5.conf. */
635 /* #undef HAVE_NETINFO */
637 /* Define to 1 if you have the <netinfo/ni.h> header file. */
638 /* #undef HAVE_NETINFO_NI_H */
640 /* Define to 1 if you have the <net/if.h> header file. */
641 /* #define HAVE_NET_IF_H 1 */
643 /* Define if NDBM really is DB (creates files *.db) */
644 /* #define HAVE_NEW_DB 1 */
646 /* Define to 1 if you have the `on_exit' function. */
647 /* #define HAVE_ON_EXIT 1 */
649 /* Define to 1 if you have the '_onexit' function */
650 #define HAVE__ONEXIT 1
652 /* Define to 1 if you have the `openpty' function. */
653 /* #define HAVE_OPENPTY 1 */
655 /* define to use openssl's libcrypto */
656 /* #undef HAVE_OPENSSL */
658 /* Define to enable basic OSF C2 support. */
659 /* #undef HAVE_OSFC2 */
661 /* Define to 1 if you have the <paths.h> header file. */
662 /* #define HAVE_PATHS_H 1 */
664 /* Define to 1 if you have the `pidfile' function. */
665 /* #undef HAVE_PIDFILE */
667 /* Define to 1 if you have the `poll' function. */
668 /* #define HAVE_POLL 1 */
670 /* Define to 1 if you have the <poll.h> header file. */
671 /* #define HAVE_POLL_H 1 */
673 /* Define to 1 if you have the <pthread.h> header file. */
674 /* This option is added by the NTMakefile if we have a <pthread.h>. */
675 /* #define HAVE_PTHREAD_H 1 */
677 /* Define to 1 if you have the `ptsname' function. */
678 /* #define HAVE_PTSNAME 1 */
680 /* Define to 1 if you have the <pty.h> header file. */
681 /* #define HAVE_PTY_H 1 */
683 /* Define if you have the function `putenv'. */
684 #define HAVE_PUTENV 1
686 /* Define to 1 if you have the <pwd.h> header file. */
687 /* #define HAVE_PWD_H 1 */
689 /* Define to 1 if you have the `rand' function. */
692 /* Define to 1 if you have the `random' function. */
693 /* #define HAVE_RANDOM 1 */
695 /* Define if you have the function `rcmd'. */
696 /* #define HAVE_RCMD 1 */
698 /* Define if you have a readline compatible library. */
699 /* #define HAVE_READLINE 1 */
701 /* Define if you have the function `readv'. */
702 /* #define HAVE_READV 1 */
704 /* Define if you have the function `recvmsg'. */
705 /* #define HAVE_RECVMSG 1 */
707 /* Define to 1 if you have the <resolv.h> header file. */
708 /* #undef HAVE_RESOLV_H */
710 /* Define to 1 if you have the `res_ndestroy' function. */
711 /* #undef HAVE_RES_NDESTROY */
713 /* Define to 1 if you have the `res_nsearch' function. */
714 /* #undef HAVE_RES_NSEARCH */
716 /* Define to 1 if you have the `res_search' function. */
717 /* #undef HAVE_RES_SEARCH */
719 /* Define to 1 if you have the `revoke' function. */
720 /* #define HAVE_REVOKE 1 */
722 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
723 /* #undef HAVE_RPCSVC_YPCLNT_H */
725 /* Define to 1 if you have the <sac.h> header file. */
726 /* #undef HAVE_SAC_H */
728 /* Define to 1 if the system has the type `sa_family_t'. */
729 /* #define HAVE_SA_FAMILY_T 1 */
731 /* Define to 1 if you have the <security/pam_modules.h> header file. */
732 /* #undef HAVE_SECURITY_PAM_MODULES_H */
734 /* Define to 1 if you have the `select' function. */
735 #define HAVE_SELECT 1
737 /* Define if you have the function `sendmsg'. */
738 /* #define HAVE_SENDMSG 1 */
740 /* Define if you have the function `setegid'. */
741 /* #define HAVE_SETEGID 1 */
743 /* Define if you have the function `setenv'. */
744 #define HAVE_SETENV 1
746 /* Define if you have the function `seteuid'. */
747 /* #define HAVE_SETEUID 1 */
749 /* Define to 1 if you have the `setitimer' function. */
750 /* #define HAVE_SETITIMER 1 */
752 /* Define to 1 if you have the `setlim' function. */
753 /* #undef HAVE_SETLIM */
755 /* Define to 1 if you have the `setlogin' function. */
756 /* #undef HAVE_SETLOGIN */
758 /* Define to 1 if you have the `setpcred' function. */
759 /* #undef HAVE_SETPCRED */
761 /* Define to 1 if you have the `setpgid' function. */
762 /* #define HAVE_SETPGID 1 */
764 /* Define to 1 if you have the `setproctitle' function. */
765 /* #undef HAVE_SETPROCTITLE */
767 /* Define to 1 if you have the `setprogname' function. */
768 /* #define HAVE_SETPROGNAME 1 */
770 /* Define to 1 if you have the `setregid' function. */
771 /* #define HAVE_SETREGID 1 */
773 /* Define to 1 if you have the `setresgid' function. */
774 /* #undef HAVE_SETRESGID */
776 /* Define to 1 if you have the `setresuid' function. */
777 /* #undef HAVE_SETRESUID */
779 /* Define to 1 if you have the `setreuid' function. */
780 /* #define HAVE_SETREUID 1 */
782 /* Define to 1 if you have the `setsid' function. */
783 /* #define HAVE_SETSID 1 */
785 /* Define to 1 if you have the `setsockopt' function. */
786 #define HAVE_SETSOCKOPT 1
788 /* Define to 1 if you have the `setstate' function. */
789 /* #define HAVE_SETSTATE 1 */
791 /* Define to 1 if you have the `setutent' function. */
792 /* #define HAVE_SETUTENT 1 */
794 /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
795 /* #undef HAVE_SGI_GETCAPABILITYBYNAME */
797 /* Define to 1 if you have the <sgtty.h> header file. */
798 /* #undef HAVE_SGTTY_H */
800 /* Define to 1 if you have the <shadow.h> header file. */
801 /* #undef HAVE_SHADOW_H */
803 /* Define to 1 if you have the <siad.h> header file. */
804 /* #undef HAVE_SIAD_H */
806 /* Define to 1 if you have the `sigaction' function. */
807 /* #define HAVE_SIGACTION 1 */
809 /* Define to 1 if you have the <signal.h> header file. */
810 #define HAVE_SIGNAL_H 1
812 /* define if you have a working snprintf */
813 /* snprintf() and vsnprintf() do exist. But the implementations are
814 not C99 compliant. */
815 /* #define HAVE_SNPRINTF 1 */
817 /* Define to 1 if you have the `socket' function. */
818 #define HAVE_SOCKET 1
820 /* Define to 1 if the system has the type `socklen_t'. */
821 #define HAVE_SOCKLEN_T 1
823 /* Define to 1 if the system has the type `ssize_t'. */
824 /* #define HAVE_SSIZE_T 1 */
826 /* Define to 1 if you have the <standards.h> header file. */
827 /* #undef HAVE_STANDARDS_H */
829 /* Define to 1 if you have the <stdint.h> header file. */
830 /* #define HAVE_STDINT_H 1 */
832 /* Define to 1 if you have the <stdlib.h> header file. */
833 #define HAVE_STDLIB_H 1
835 /* Define if you have the function `strcasecmp'. */
836 #define HAVE_STRCASECMP 1
837 #define strcasecmp _stricmp
839 /* Define if you have the function `strdup'. */
840 #define HAVE_STRDUP 1
842 /* Define if you have the function `strerror'. */
843 #define HAVE_STRERROR 1
845 /* Define if you have the function `strftime'. */
846 #define HAVE_STRFTIME 1
848 /* Define to 1 if you have the <strings.h> header file. */
849 /* #define HAVE_STRINGS_H 1 */
851 /* Define to 1 if you have the <string.h> header file. */
852 #define HAVE_STRING_H 1
854 /* Define if you have the function `strlcat'. */
855 /* #define HAVE_STRLCAT 1 */
857 /* Define if you have the function `strlcpy'. */
858 /* #define HAVE_STRLCPY 1 */
860 /* Define if you have the function `strlwr'. */
861 #define HAVE_STRLWR 1
863 /* Define if you have the function `strncasecmp'. */
864 #define HAVE_STRNCASECMP 1
865 #define strncasecmp _strnicmp
867 /* Define if you have the function `strndup'. */
868 /* #define HAVE_STRNDUP 1 */
870 /* Define if you have the function `strnlen'. */
871 #define HAVE_STRNLEN 1
873 /* Define to 1 if you have the <stropts.h> header file. */
874 /* #undef HAVE_STROPTS_H */
876 /* Define if you have the function `strptime'. */
877 /* #define HAVE_STRPTIME 1 */
879 /* Define if you have the function `strsep'. */
880 /* #define HAVE_STRSEP 1 */
882 /* Define if you have the function `strsep_copy'. */
883 /* #undef HAVE_STRSEP_COPY */
885 /* Define to 1 if you have the `strstr' function. */
886 #define HAVE_STRSTR 1
888 /* Define to 1 if you have the `strsvis' function. */
889 /* #undef HAVE_STRSVIS */
891 /* Define if you have the function `strtok_r'. */
892 /* #define HAVE_STRTOK_R 1 */
894 /* Define to 1 if the system has the type `struct addrinfo'. */
895 #define HAVE_STRUCT_ADDRINFO 1
897 /* Define to 1 if the system has the type `struct ifaddrs'. */
898 /* #undef HAVE_STRUCT_IFADDRS */
900 /* Define to 1 if the system has the type `struct iovec'. */
901 /* #define HAVE_STRUCT_IOVEC 1 */
903 /* Define to 1 if the system has the type `struct msghdr'. */
904 /* #define HAVE_STRUCT_MSGHDR 1 */
906 /* Define to 1 if the system has the type `struct sockaddr'. */
907 #define HAVE_STRUCT_SOCKADDR 1
909 /* Define if struct sockaddr has field sa_len. */
910 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
912 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
913 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
915 /* define if you have struct spwd */
916 /* #undef HAVE_STRUCT_SPWD */
918 /* Define if struct tm has field tm_gmtoff. */
919 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
921 /* Define if struct tm has field tm_zone. */
922 /* #undef HAVE_STRUCT_TM_TM_ZONE */
924 /* Define if struct utmpx has field ut_exit. */
925 /* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
927 /* Define if struct utmpx has field ut_syslen. */
928 /* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
930 /* Define if struct utmp has field ut_addr. */
931 /* #define HAVE_STRUCT_UTMP_UT_ADDR 1 */
933 /* Define if struct utmp has field ut_host. */
934 /* #define HAVE_STRUCT_UTMP_UT_HOST 1 */
936 /* Define if struct utmp has field ut_id. */
937 /* #define HAVE_STRUCT_UTMP_UT_ID 1 */
939 /* Define if struct utmp has field ut_pid. */
940 /* #define HAVE_STRUCT_UTMP_UT_PID 1 */
942 /* Define if struct utmp has field ut_type. */
943 /* #define HAVE_STRUCT_UTMP_UT_TYPE 1 */
945 /* Define if struct utmp has field ut_user. */
946 /* #define HAVE_STRUCT_UTMP_UT_USER 1 */
948 /* define if struct winsize is declared in sys/termios.h */
949 /* #define HAVE_STRUCT_WINSIZE 1 */
951 /* Define to 1 if you have the `strunvis' function. */
952 /* #undef HAVE_STRUNVIS */
954 /* Define if you have the function `strupr'. */
955 #define HAVE_STRUPR 1
957 /* Define to 1 if you have the `strvis' function. */
958 /* #undef HAVE_STRVIS */
960 /* Define to 1 if you have the `strvisx' function. */
961 /* #undef HAVE_STRVISX */
963 /* Define to 1 if you have the `svis' function. */
964 /* #undef HAVE_SVIS */
966 /* Define if you have the function `swab'. */
969 /* Define to 1 if you have the `sysconf' function. */
970 /* #define HAVE_SYSCONF 1 */
972 /* Define to 1 if you have the `sysctl' function. */
973 /* #undef HAVE_SYSCTL */
975 /* syslog is provided for _win32 in lib/roken */
977 /* Define to 1 if you have the `syslog' function. */
978 #define HAVE_SYSLOG 1
980 /* Define to 1 if you have the <syslog.h> header file. */
981 #define HAVE_SYSLOG_H 1
983 /* Define to 1 if you have the <sys/bitypes.h> header file. */
984 /* #undef HAVE_SYS_BITYPES_H */
986 /* Define to 1 if you have the <sys/bswap.h> header file. */
987 /* #undef HAVE_SYS_BSWAP_H */
989 /* Define to 1 if you have the <sys/capability.h> header file. */
990 /* #undef HAVE_SYS_CAPABILITY_H */
992 /* Define to 1 if you have the <sys/category.h> header file. */
993 /* #undef HAVE_SYS_CATEGORY_H */
995 /* Define to 1 if you have the <sys/file.h> header file. */
996 /* #define HAVE_SYS_FILE_H 1 */
998 /* Define to 1 if you have the <sys/filio.h> header file. */
999 /* #undef HAVE_SYS_FILIO_H */
1001 /* Define to 1 if you have the <sys/ioccom.h> header file. */
1002 /* #undef HAVE_SYS_IOCCOM_H */
1004 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1005 /* #define HAVE_SYS_IOCTL_H 1 */
1007 /* Define to 1 if you have the <sys/mman.h> header file. */
1008 /* #define HAVE_SYS_MMAN_H 1 */
1010 /* Define to 1 if you have the <sys/param.h> header file. */
1011 /* #define HAVE_SYS_PARAM_H 1 */
1013 /* Define to 1 if you have the <sys/proc.h> header file. */
1014 /* #undef HAVE_SYS_PROC_H */
1016 /* Define to 1 if you have the <sys/ptyio.h> header file. */
1017 /* #undef HAVE_SYS_PTYIO_H */
1019 /* Define to 1 if you have the <sys/ptyvar.h> header file. */
1020 /* #undef HAVE_SYS_PTYVAR_H */
1022 /* Define to 1 if you have the <sys/pty.h> header file. */
1023 /* #undef HAVE_SYS_PTY_H */
1025 /* Define to 1 if you have the <sys/resource.h> header file. */
1026 /* #define HAVE_SYS_RESOURCE_H 1 */
1028 /* Define to 1 if you have the <sys/select.h> header file. */
1029 /* #define HAVE_SYS_SELECT_H 1 */
1031 /* Define to 1 if you have the <sys/socket.h> header file. */
1032 /* #define HAVE_SYS_SOCKET_H 1 */
1034 /* Define to 1 if you have the <sys/sockio.h> header file. */
1035 /* #undef HAVE_SYS_SOCKIO_H */
1037 /* Define to 1 if you have the <sys/stat.h> header file. */
1038 #define HAVE_SYS_STAT_H 1
1040 /* Define to 1 if you have the <sys/stream.h> header file. */
1041 /* #undef HAVE_SYS_STREAM_H */
1043 /* Define to 1 if you have the <sys/stropts.h> header file. */
1044 /* #undef HAVE_SYS_STROPTS_H */
1046 /* Define to 1 if you have the <sys/strtty.h> header file. */
1047 /* #undef HAVE_SYS_STRTTY_H */
1049 /* Define to 1 if you have the <sys/str_tty.h> header file. */
1050 /* #undef HAVE_SYS_STR_TTY_H */
1052 /* Define to 1 if you have the <sys/syscall.h> header file. */
1053 /* #undef HAVE_SYS_SYSCALL_H */
1055 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1056 /* #undef HAVE_SYS_SYSCTL_H */
1058 /* Define to 1 if you have the <sys/termio.h> header file. */
1059 /* #define HAVE_SYS_TERMIO_H 1 */
1061 /* Define to 1 if you have the <sys/timeb.h> header file. */
1062 #define HAVE_SYS_TIMEB_H 1
1064 /* Define to 1 if you have the <sys/times.h> header file. */
1065 /* #define HAVE_SYS_TIMES_H 1 */
1067 /* Define to 1 if you have the <sys/time.h> header file. */
1068 /* #define HAVE_SYS_TIME_H 1 */
1070 /* Define to 1 if you have the <sys/tty.h> header file. */
1071 /* #undef HAVE_SYS_TTY_H */
1073 /* Define to 1 if you have the <sys/types.h> header file. */
1074 #define HAVE_SYS_TYPES_H 1
1076 /* Define to 1 if you have the <sys/ucred.h> header file. */
1077 /* #undef HAVE_SYS_UCRED_H */
1079 /* Define to 1 if you have the <sys/uio.h> header file. */
1080 /* #define HAVE_SYS_UIO_H 1 */
1082 /* Define to 1 if you have the <sys/un.h> header file. */
1083 /* #define HAVE_SYS_UN_H 1 */
1085 /* Define to 1 if you have the <sys/utsname.h> header file. */
1086 /* #define HAVE_SYS_UTSNAME_H 1 */
1088 /* Define to 1 if you have the <sys/wait.h> header file. */
1089 /* #define HAVE_SYS_WAIT_H 1 */
1091 /* Define to 1 if you have the <termcap.h> header file. */
1092 /* #define HAVE_TERMCAP_H 1 */
1094 /* Define to 1 if you have the <termios.h> header file. */
1095 /* #define HAVE_TERMIOS_H 1 */
1097 /* Define to 1 if you have the <termio.h> header file. */
1098 /* #define HAVE_TERMIO_H 1 */
1100 /* Define to 1 if you have the <term.h> header file. */
1101 /* #undef HAVE_TERM_H */
1103 /* Define to 1 if you have the `tgetent' function. */
1104 /* #define HAVE_TGETENT 1 */
1106 /* Define if you have the function `timegm'. */
1107 /* #define HAVE_TIMEGM 1 */
1109 /* Define if you have the `timezone' variable. */
1110 #define HAVE_TIMEZONE 1
1112 /* Define to 1 if you have the <time.h> header file. */
1113 #define HAVE_TIME_H 1
1115 /* Define to 1 if you have the <tmpdir.h> header file. */
1116 /* #undef HAVE_TMPDIR_H */
1118 /* Define to 1 if you have the `ttyname' function. */
1119 /* #define HAVE_TTYNAME 1 */
1121 /* Define to 1 if you have the `ttyslot' function. */
1122 /* #define HAVE_TTYSLOT 1 */
1124 /* Define to 1 if you have the <udb.h> header file. */
1125 /* #undef HAVE_UDB_H */
1127 /* Define to 1 if the system has the type `uint16_t'. */
1128 /* #define HAVE_UINT16_T 1 */
1130 /* Define to 1 if the system has the type `uint32_t'. */
1131 /* #define HAVE_UINT32_T 1 */
1133 /* Define to 1 if the system has the type `uint64_t'. */
1134 /* #define HAVE_UINT64_T 1 */
1136 /* Define to 1 if the system has the type `uint8_t'. */
1137 /* #define HAVE_UINT8_T 1 */
1139 /* Define to 1 if the system has the type `uintptr_t'. */
1140 #define HAVE_UINTPTR_T 1
1142 /* Define to 1 if you have the `umask' function. */
1143 /* #define HAVE_UMASK 1 */
1145 /* Define to 1 if you have the `uname' function. */
1146 /* #define HAVE_UNAME 1 */
1148 /* Define to 1 if you have the <unistd.h> header file. */
1149 /* #define HAVE_UNISTD_H 1 */
1151 /* Define to 1 if you have the `unlockpt' function. */
1152 /* #define HAVE_UNLOCKPT 1 */
1154 /* Define if you have the function `unsetenv'. */
1155 /* #define HAVE_UNSETENV 1 */
1157 /* Define to 1 if you have the `unvis' function. */
1158 /* #undef HAVE_UNVIS */
1160 /* Define to 1 if you have the <userconf.h> header file. */
1161 /* #undef HAVE_USERCONF_H */
1163 /* Define to 1 if you have the <usersec.h> header file. */
1164 /* #undef HAVE_USERSEC_H */
1166 /* Define to 1 if you have the <util.h> header file. */
1167 /* #undef HAVE_UTIL_H */
1169 /* Define to 1 if you have the <utmpx.h> header file. */
1170 /* #define HAVE_UTMPX_H 1 */
1172 /* Define to 1 if you have the <utmp.h> header file. */
1173 /* #define HAVE_UTMP_H 1 */
1175 /* Define to 1 if the system has the type `u_int16_t'. */
1176 /* #define HAVE_U_INT16_T 1 */
1178 /* Define to 1 if the system has the type `u_int32_t'. */
1179 /* #define HAVE_U_INT32_T 1 */
1181 /* Define to 1 if the system has the type `u_int64_t'. */
1182 /* #define HAVE_U_INT64_T 1 */
1184 /* Define to 1 if the system has the type `u_int8_t'. */
1185 /* #define HAVE_U_INT8_T 1 */
1187 /* Define to 1 if you have the `vasnprintf' function. */
1188 /* #undef HAVE_VASNPRINTF */
1190 /* Define to 1 if you have the `vasprintf' function. */
1191 /* #define HAVE_VASPRINTF 1 */
1193 /* Define if you have the function `verr'. */
1194 /* #define HAVE_VERR 1 */
1196 /* Define if you have the function `verrx'. */
1197 /* #define HAVE_VERRX 1 */
1199 /* Define to 1 if you have the `vhangup' function. */
1200 /* #define HAVE_VHANGUP 1 */
1202 /* Define to 1 if you have the `vis' function. */
1203 /* #undef HAVE_VIS */
1205 /* Define to 1 if you have the <vis.h> header file. */
1206 /* #undef HAVE_VIS_H */
1208 /* define if you have a working vsnprintf */
1209 /* snprintf() and vsnprintf() do exist. But the implementations are
1210 not C99 compliant. */
1211 /* #define HAVE_VSNPRINTF 1 */
1213 /* Define if you have the function `vsyslog'. */
1214 #define HAVE_VSYSLOG 1
1216 /* Define if you have the function `vwarn'. */
1217 /* #define HAVE_VWARN 1 */
1219 /* Define if you have the function `vwarnx'. */
1220 /* #define HAVE_VWARNX 1 */
1222 /* Define if you have the function `warn'. */
1223 /* #define HAVE_WARN 1 */
1225 /* Define if you have the function `warnx'. */
1226 /* #define HAVE_WARNX 1 */
1228 /* Define if you have the function `writev'. */
1229 /* #define HAVE_WRITEV 1 */
1231 /* Defined if we have WinSock */
1232 #define HAVE_WINSOCK 1
1234 /* Defined if we have WinDNS */
1235 #define HAVE_WINDNS 1
1237 /* define if struct winsize has ws_xpixel */
1238 /* #define HAVE_WS_XPIXEL 1 */
1240 /* define if struct winsize has ws_ypixel */
1241 /* #define HAVE_WS_YPIXEL 1 */
1243 /* Define to 1 if you have the `XauFileName' function. */
1244 /* #undef HAVE_XAUFILENAME */
1246 /* Define to 1 if you have the `XauReadAuth' function. */
1247 /* #undef HAVE_XAUREADAUTH */
1249 /* Define to 1 if you have the `XauWriteAuth' function. */
1250 /* #undef HAVE_XAUWRITEAUTH */
1252 /* Define to 1 if you have the `yp_get_default_domain' function. */
1253 /* #undef HAVE_YP_GET_DEFAULT_DOMAIN */
1255 /* Define to 1 if you have the `_getpty' function. */
1256 /* #undef HAVE__GETPTY */
1258 /* Define if you have the `_res' variable. */
1259 /* #undef HAVE__RES */
1261 /* Define to 1 if you have the `_scrsize' function. */
1262 /* #undef HAVE__SCRSIZE */
1264 /* define if your compiler has __attribute__ */
1265 /* #define HAVE___ATTRIBUTE__ 1 */
1267 /* Define if you have the `__progname' variable. */
1268 /* #define HAVE___PROGNAME 1 */
1270 /* Define if you have the hesiod package. */
1273 /* Define if you are running IRIX 4. */
1276 /* define if the system is missing a prototype for asnprintf() */
1277 /* #define NEED_ASNPRINTF_PROTO 1 */
1279 /* define if the system is missing a prototype for asprintf() */
1280 /* #undef NEED_ASPRINTF_PROTO */
1282 /* define if the system is missing a prototype for crypt() */
1283 /* #undef NEED_CRYPT_PROTO */
1285 /* define if the system is missing a prototype for daemon() */
1286 /* #undef NEED_DAEMON_PROTO */
1288 /* define if the system is missing a prototype for gethostname() */
1289 /* #undef NEED_GETHOSTNAME_PROTO */
1291 /* define if the system is missing a prototype for getusershell() */
1292 /* #undef NEED_GETUSERSHELL_PROTO */
1294 /* define if the system is missing a prototype for glob() */
1295 /* #undef NEED_GLOB_PROTO */
1297 /* define if the system is missing a prototype for hstrerror() */
1298 /* #undef NEED_HSTRERROR_PROTO */
1300 /* define if the system is missing a prototype for inet_aton() */
1301 /* #undef NEED_INET_ATON_PROTO */
1303 /* define if the system is missing a prototype for iruserok() */
1304 /* #undef NEED_IRUSEROK_PROTO */
1306 /* define if the system is missing a prototype for mkstemp() */
1307 /* #define NEED_MKSTEMP_PROTO 1 */
1309 /* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1310 /* #undef NEED_SECKEYGETCSPHANDLE_PROTO */
1312 /* define if the system is missing a prototype for setenv() */
1313 #define NEED_SETENV_PROTO 1
1315 /* define if the system is missing a prototype for snprintf() */
1316 /* #undef NEED_SNPRINTF_PROTO */
1318 /* define if the system is missing a prototype for strndup() */
1319 /* #undef NEED_STRNDUP_PROTO */
1321 /* define if the system is missing a prototype for strsep() */
1322 /* #undef NEED_STRSEP_PROTO */
1324 /* define if the system is missing a prototype for strsvis() */
1325 /* #define NEED_STRSVIS_PROTO 1 */
1327 /* define if the system is missing a prototype for strtok_r() */
1328 #define NEED_STRTOK_R_PROTO 1
1330 /* define if the system is missing a prototype for strunvis() */
1331 /* #define NEED_STRUNVIS_PROTO 1 */
1333 /* define if the system is missing a prototype for strvisx() */
1334 /* #define NEED_STRVISX_PROTO 1 */
1336 /* define if the system is missing a prototype for strvis() */
1337 /* #define NEED_STRVIS_PROTO 1 */
1339 /* define if the system is missing a prototype for svis() */
1340 /* #define NEED_SVIS_PROTO 1 */
1342 /* define if the system is missing a prototype for unsetenv() */
1343 /* #undef NEED_UNSETENV_PROTO */
1345 /* define if the system is missing a prototype for unvis() */
1346 /* #define NEED_UNVIS_PROTO 1 */
1348 /* define if the system is missing a prototype for vasnprintf() */
1349 /* #define NEED_VASNPRINTF_PROTO 1 */
1351 /* define if the system is missing a prototype for vasprintf() */
1352 /* #undef NEED_VASPRINTF_PROTO */
1354 /* define if the system is missing a prototype for vis() */
1355 /* #define NEED_VIS_PROTO 1 */
1357 /* define if the system is missing a prototype for vsnprintf() */
1358 /* #undef NEED_VSNPRINTF_PROTO */
1360 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1361 /* #undef NO_MINUS_C_MINUS_O */
1363 /* Define if you don't want to use mmap. */
1366 /* Define if EGD rand method is not defined */
1367 #define NO_RAND_EGD_METHOD 1
1369 /* Define if the Unix rand method is not defined */
1370 #define NO_RAND_UNIX_METHOD 1
1372 /* Define if the Fortuna rand method is not defined */
1373 #define NO_RAND_FORTUNA_METHOD 1
1375 /* Define if PID files should not be used. */
1376 #define NO_PIDFILES 1
1378 /* Define if SIGPIPE is not supported */
1379 #define NO_SIGPIPE 1
1381 /* Define if SIGXCPU is not supported */
1382 #define NO_SIGXCPU 1
1384 /* Define if sleep() is not available */
1387 /* Define to 1 if Unix sockets (AF_UNIX) are not available. */
1388 #define NO_UNIX_SOCKETS 1
1390 /* Define to 1 if POSIX link/unlink operations should be avoided.
1391 This may be because the behavior of links are not not consistent
1392 with POSIX or because the filesystem may not support POSIX
1394 #define NO_POSIX_LINKS 1
1396 /* Define this to enable old environment option in telnet. */
1397 /* #define OLD_ENVIRON 1 */
1399 /* define if prototype of openlog is compatible with void openlog(const char
1401 #define OPENLOG_PROTO_COMPATIBLE 1
1403 /* Define if getlogin has POSIX flavour (and not BSD). */
1404 /* #define POSIX_GETLOGIN 1 */
1406 /* Define if getpwnam_r has POSIX flavour. */
1407 /* #define POSIX_GETPWNAM_R 1 */
1409 /* Define if you have the readline package. */
1412 /* Define if rename() does not unlink an existing file */
1413 #define RENAME_DOES_NOT_UNLINK 1
1415 /* Define if you want to use samba socket wrappers. */
1416 /* #undef SOCKET_WRAPPER_REPLACE */
1418 /* Define if a socket is not a file descriptor */
1419 #define SOCKET_IS_NOT_AN_FD 1
1421 /* Define if FD_SETSIZE check does not apply to this platform */
1422 #define NO_LIMIT_FD_SETSIZE 1
1424 /* Define to 1 if you have the ANSI C header files. */
1425 #define STDC_HEADERS 1
1427 /* Define if you have streams ptys. */
1428 /* #undef STREAMSPTY */
1430 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1431 /* #define TIME_WITH_SYS_TIME 1 */
1433 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1434 /* #undef TM_IN_SYS_TIME */
1436 /* define if target is big endian */
1437 /* #undef WORDS_BIGENDIAN */
1439 /* Define to 1 if the X Window System is missing or not being used. */
1440 #define X_DISPLAY_MISSING 1
1442 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1444 /* #undef YYTEXT_POINTER */
1446 /* Number of bits in a file offset, on hosts where this is settable. */
1447 /* #undef _FILE_OFFSET_BITS */
1449 /* Define to enable extensions on glibc-based systems such as Linux. */
1450 /* #define _GNU_SOURCE 1 */
1452 /* Define for large files, on AIX-style hosts. */
1453 /* #undef _LARGE_FILES */
1455 /* Set this to the default system lead string for telnetd
1456 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1457 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1461 /* Used with login -p */
1462 /* #undef LOGIN_ARGS */
1465 #include "roken_rename.h"
1468 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1469 #define AUTHENTICATION 1
1476 #define SYSCONFDIR "%{COMMONCONFIG}"
1478 #define LIBDIR "%{LIBDIR}"
1480 #endif /* RC_INVOKED */
1485 #define PACKAGE "@PACKAGE@"
1487 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
1489 #define PACKAGE_NAME "@PACKAGE_NAME@"
1491 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
1493 #define PACKAGE_TARNAME "@PACKAGE@"
1495 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
1497 #define PACKAGE_COMPANY "@PACKAGE_COMPANY@"
1499 #define PACKAGE_COPYRIGHT "@PACKAGE_COPYRIGHT@"
1501 #define VERSION "@PACKAGE_VERSION@"
1503 #define RC_PRODVER_MAJOR @MAJOR@
1505 #define RC_PRODVER_MINOR @MINOR@
1507 #define RC_PRODVER_AUX @AUX@
1509 #define RC_PRODVER_PATCH @PATCH@
1511 #define RC_PRODVER_C @MAJOR@,@MINOR@,@AUX@,@PATCH@
1513 #define RC_PRODVER_CS "@MAJOR@,@MINOR@,@AUX@,@PATCH@"
1515 #define RC_PRODVER_DS "@MAJOR@.@MINOR@.@AUX@.@PATCH@"
1517 #define RC_PRODUCT_NAME_0409 PACKAGE_NAME
1519 #define RC_PRODUCT_VER_0409 PACKAGE_VERSION
1521 #define RC_COMPANY_0409 PACKAGE_COMPANY
1523 #define RC_COPYRIGHT_0409 PACKAGE_COPYRIGHT
1527 #endif /* __CONFIG_H__ */