1 /***********************************************************************
2 * Copyright (c) 2009-2017, 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 **********************************************************************/
39 static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
42 /* If this file is being included by a resource script, don't bother
43 with anything other than the version macros. */
47 #define inline __inline
50 #define MaxHostNameLen (64+4)
51 #define MaxPathLen MAX_PATH
53 #ifndef MAXHOSTNAMELEN
54 #define MAXHOSTNAMELEN MaxHostNameLen
57 #define MAXPATHLEN MaxPathLen
63 #define KRB5_LIB_FUNCTION
64 #define KRB5_LIB_NORETURN_FUNCTION __declspec(noreturn)
65 #define KRB5_LIB_CALL __stdcall
66 #define KRB5_LIB_VARIABLE
68 #define KRB5_LIB_FUNCTION
69 #define KRB5_LIB_NORETURN_FUNCTION
71 #define KRB5_LIB_VARIABLE
77 #ifdef BUILD_HX509_LIB
80 #define HX509_LIB_FUNCTION
81 #define HX509_LIB_NORETURN_FUNCTION __declspec(noreturn)
82 #define HX509_LIB_CALL __stdcall
83 #define HX509_LIB_VARIABLE
85 #define HX509_LIB_FUNCTION
86 #define HX509_LIB_NORETURN_FUNCTION
87 #define HX509_LIB_CALL
88 #define HX509_LIB_VARIABLE
94 #ifdef BUILD_ROKEN_LIB
97 #define ROKEN_LIB_FUNCTION
98 #define ROKEN_LIB_NORETURN_FUNCTION __declspec(noreturn)
99 #define ROKEN_LIB_CALL __cdecl
100 #define ROKEN_LIB_VARIABLE
102 #define ROKEN_LIB_FUNCTION
103 #define ROKEN_LIB_NORETURN_FUNCTION
104 #define ROKEN_LIB_CALL
105 #define ROKEN_LIB_VARIABLE
111 #ifdef BUILD_GSSAPI_LIB
114 #define GSSAPI_LIB_FUNCTION
115 #define GSSAPI_LIB_NORETURN_FUNCTION __declspec(noreturn)
116 #define GSSAPI_LIB_CALL __stdcall
117 #define GSSAPI_LIB_VARIABLE
119 #define GSSAPI_LIB_FUNCTION
120 #define GSSAPI_LIB_NORETURN_FUNCTION
121 #define GSSAPI_LIB_CALL
122 #define GSSAPI_LIB_VARIABLE
131 #define KDC_LIB_FUNCTION
132 #define KDC_LIB_NORETURN_FUNCTION __declspec(noreturn)
133 #define KDC_LIB_CALL __stdcall
134 #define KDC_LIB_VARIABLE
136 #define KDC_LIB_FUNCTION
137 #define KDC_LIB_NORETURN_FUNCTION
139 #define KDC_LIB_VARIABLE
149 /* Define is backslashes act as path name delimiters */
150 #define BACKSLASH_PATH_DELIM 1
152 /* Path separator character */
155 /* Define if you want to use DES encryption in telnet. */
156 #define DES_ENCRYPTION 1
158 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
159 /* #undef ENV_HACK */
161 /* define if prototype of gethostbyaddr is compatible with struct hostent
162 *gethostbyaddr(const void *, size_t, int) */
163 /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
165 /* define if prototype of gethostbyname is compatible with struct hostent
166 *gethostbyname(const char *) */
167 #define GETHOSTBYNAME_PROTO_COMPATIBLE 1
169 /* define if prototype of getservbyname is compatible with struct servent
170 *getservbyname(const char *, const char *) */
171 #define GETSERVBYNAME_PROTO_COMPATIBLE 1
173 /* define if prototype of getsockname is compatible with int getsockname(int,
174 struct sockaddr*, socklen_t*) */
175 /* #undef GETSOCKNAME_PROTO_COMPATIBLE */
177 /* Define if you have the `altzone' variable. */
178 /* #undef HAVE_ALTZONE */
180 /* Define to 1 if you have the `arc4random' function. */
181 /* #undef HAVE_ARC4RANDOM */
183 /* Define to 1 if you have the <arpa/inet.h> header file. */
184 /* #undef HAVE_ARPA_INET_H */
186 /* Define to 1 if you have the <arpa/nameser.h> header file. */
187 /* #undef HAVE_ARPA_NAMESER_H */
189 /* Define to 1 if you have the <arpa/telnet.h> header file. */
190 /* #undef HAVE_ARPA_TELNET_H */
192 /* Define to 1 if you have the <asl.h> header file. */
193 /* #undef HAVE_ASL_H */
195 /* Define to 1 if you have the `asnprintf' function. */
196 /* #undef HAVE_ASNPRINTF */
198 /* Define to 1 if you have the `asprintf' function. */
199 /* #undef HAVE_ASPRINTF */
201 /* Define to 1 if you have the `atexit' function. */
202 #define HAVE_ATEXIT 1
204 /* Define to 1 if you have the <bind/bitypes.h> header file. */
205 /* #undef HAVE_BIND_BITYPES_H */
207 /* Define to 1 if you have the <bsdsetjmp.h> header file. */
208 /* #undef HAVE_BSDSETJMP_H */
210 /* Define to 1 if you have the `bswap16' function. */
211 /* #undef HAVE_BSWAP16 */
213 /* Define to 1 if you have the `bswap32' function. */
214 /* #undef HAVE_BSWAP32 */
216 /* Define to 1 if you have the <capability.h> header file. */
217 /* #undef HAVE_CAPABILITY_H */
219 /* Define to 1 if you have the `cap_set_proc' function. */
220 /* #undef HAVE_CAP_SET_PROC */
222 /* Define if the system defines 'CHAR' type */
225 /* Define if you have the function `chown'. */
228 /* Define if you have the function `closefrom'. */
229 /* #undef HAVE_CLOSEFROM */
231 /* Define to 1 if you have the <config.h> header file. */
232 /* #undef HAVE_CONFIG_H */
234 /* Define if <conio.h> is present on the system is should be used for
235 handling low level console operations. */
238 /* Define if you have the function `copyhostent'. */
239 /* #undef HAVE_COPYHOSTENT */
241 /* Define to 1 if you have the `crypt' function. */
242 /* #undef HAVE_CRYPT */
244 /* Define to 1 if you have the <crypt.h> header file. */
245 /* #ndef HAVE_CRYPT_H */
247 /* Define to 1 if you have the <curses.h> header file. */
248 /* #undef HAVE_CURSES_H */
250 /* Define if you have the function `daemon'. */
251 /* #define HAVE_DAEMON 1 */
253 /* define if you have a berkeley db1/2 library */
254 /* #undef HAVE_DB1 */
256 /* define if you have a berkeley db3/4 library */
257 /* #define HAVE_DB3 1 */
259 /* Define to 1 if you have the <db3/db.h> header file. */
260 /* #undef HAVE_DB3_DB_H */
262 /* Define to 1 if you have the <db4/db.h> header file. */
263 /* #define HAVE_DB4_DB_H 1 */
265 /* Define to 1 if you have the `dbm_firstkey' function. */
266 /* #define HAVE_DBM_FIRSTKEY 1 */
268 /* Define to 1 if you have the <dbm.h> header file. */
269 /* #undef HAVE_DBM_H */
271 /* Define to 1 if you have the `dbopen' function. */
272 /* #undef HAVE_DBOPEN */
274 /* Define to 1 if you have the <db_185.h> header file. */
275 /* #define HAVE_DB_185_H 1 */
277 /* Define to 1 if you have the `db_create' function. */
278 /* #define HAVE_DB_CREATE 1 */
280 /* Define to 1 if you have the <db.h> header file. */
281 /* #define HAVE_DB_H 1 */
283 /* define if you have ndbm compat in db */
284 /* #define HAVE_DB_NDBM 1 */
286 /* Define to 1 if you have the declaration of `altzone', and to 0 if you
288 /* #undef HAVE_DECL_ALTZONE */
290 /* Define to 1 if you have the declaration of `environ', and to 0 if you
292 #define HAVE_DECL_ENVIRON 1
294 /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
296 /* #undef HAVE_DECL_H_ERRLIST */
298 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
300 #define HAVE_DECL_H_ERRNO 1
302 /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
304 /* #undef HAVE_DECL_H_NERR */
306 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
308 /* #undef HAVE_DECL_OPTARG */
310 /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
312 /* #undef HAVE_DECL_OPTERR */
314 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
316 /* #undef HAVE_DECL_OPTIND */
318 /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
320 /* #undef HAVE_DECL_OPTOPT */
322 /* Define to 1 if you have the declaration of `timezone', and to 0 if you
324 #define HAVE_DECL_TIMEZONE 1
326 /* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
328 /* #undef HAVE_DECL__RES */
330 /* Define to 1 if you have the declaration of `__progname', and to 0 if you
332 #define HAVE_DECL___PROGNAME 0
334 /* Define to 1 if you have the <dirent.h> header file. */
335 /* MSVC doesn't provide a <dirent.h>, but we implement it in
337 #define HAVE_DIRENT_H 1
339 /* Define to 1 if you have the <dlfcn.h> header file. */
340 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
341 #define HAVE_DLFCN_H 1
343 /* Define to 1 if you have the `dlopen' function. */
344 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
345 #define HAVE_DLOPEN 1
347 /* Define to 1 if you have the `dladdr' function. */
348 /* MSVC doesn't provide a <dlfcn.h>, but we implement it in lib/roken. */
349 #define HAVE_DLADDR 1
351 /* Define to 1 if you have the `dn_expand' function. */
352 /* #undef HAVE_DN_EXPAND */
354 /* Define to 1 if you have the `door_create' function. */
355 /* #undef HAVE_DOOR_CREATE */
357 /* Define if you have the function `ecalloc'. */
358 /* #undef HAVE_ECALLOC */
360 /* Define to 1 if you have the `el_init' function. */
361 /* #undef HAVE_EL_INIT */
363 /* Define if you have the function `emalloc'. */
364 /* #undef HAVE_EMALLOC */
366 /* Define if you have the function `erealloc'. */
367 /* #undef HAVE_EREALLOC */
369 /* Define if you have the function `err'. */
372 /* Define to 1 if you have the <errno.h> header file. */
373 #define HAVE_ERRNO_H 1
375 /* Define if you have the function `errx'. */
378 /* Define to 1 if you have the <err.h> header file. */
381 /* Define if you have the function `estrdup'. */
382 /* #undef HAVE_ESTRDUP */
384 /* Define if you have the function `fchown'. */
385 /* #undef HAVE_FCHOWN */
387 /* Define to 1 if you have the `fcntl' function. */
388 /* #undef HAVE_FCNTL */
390 /* Define to 1 if you have the <fcntl.h> header file. */
391 #define HAVE_FCNTL_H 1
393 /* Define if you have the function `flock'. */
394 /* #undef HAVE_FLOCK */
396 /* Define if you have the function `fnmatch'. */
397 /* #undef HAVE_FNMATCH */
399 /* Define to 1 if you have the <fnmatch.h> header file. */
400 /* #undef HAVE_FNMATCH_H */
402 /* Define if you have the function `fseeko'. */
403 /* #undef HAVE_FSEEKO */
405 /* Define if you have the function `ftello'. */
406 /* #undef HAVE_FTELLO */
408 /* Define if you have the function `_fseeki64'. */
409 #define HAVE__FSEEKI64 1
411 /* Define if you have the function `_ftelli64'. */
412 #define HAVE__FTELLI64 1
414 /* Define if el_init takes four arguments. */
415 /* #undef HAVE_FOUR_VALUED_EL_INIT */
417 /* Have -framework Security */
418 /* #undef HAVE_FRAMEWORK_SECURITY */
420 /* Define to 1 if you have the `freeaddrinfo' function. */
421 #define HAVE_FREEADDRINFO 1
423 /* Define if you have the function `freehostent'. */
424 /* #undef HAVE_FREEHOSTENT */
426 /* Define to 1 if you have the `gai_strerror' function. */
427 #define HAVE_GAI_STRERROR 1
429 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
430 /* #undef HAVE_GDBM_NDBM_H */
432 /* Define to 1 if you have the `getaddrinfo' function. */
433 #define HAVE_GETADDRINFO 1
435 /* Define to 1 if you have the `getconfattr' function. */
436 /* #undef HAVE_GETCONFATTR */
438 /* Define if you have the function `getcwd'. */
439 #define HAVE_GETCWD 1
441 /* Define if you have the function `getdtablesize'. */
442 /* #define HAVE_GETDTABLESIZE 1 */
444 /* Define if you have the function `getegid'. */
445 /* #define HAVE_GETEGID 1 */
447 /* Define if you have the function `geteuid'. */
448 /* #define HAVE_GETEUID 1 */
450 /* Define if you have the function `getgid'. */
451 /* #define HAVE_GETGID 1 */
453 /* Define to 1 if you have the `gethostbyname2' function. */
454 /* #undef HAVE_GETHOSTBYNAME2 */
456 /* Define if you have the function `gethostname'. */
457 #define HAVE_GETHOSTNAME 1
459 /* Define if you have the function `getifaddrs'. */
460 /* #undef HAVE_GETIFADDRS */
462 /* Define if you have the function `getipnodebyaddr'. */
463 /* #undef HAVE_GETIPNODEBYADDR */
465 /* Define if you have the function `getipnodebyname'. */
466 /* #undef HAVE_GETIPNODEBYNAME */
468 /* Define to 1 if you have the `getlogin' function. */
469 /* #define HAVE_GETLOGIN 1 */
471 /* Define to 1 if you have the `getlogin_r' function. */
472 /* #define HAVE_GETLOGIN_R 1 */
474 /* Define if you have a working getmsg. */
475 /* #undef HAVE_GETMSG */
477 /* Define to 1 if you have the `getnameinfo' function. */
478 #define HAVE_GETNAMEINFO 1
480 /* Define if you have the function `getopt'. */
481 /* #define HAVE_GETOPT 1 */
483 /* Define to 1 if you have the `getpagesize' function. */
484 /* #define HAVE_GETPAGESIZE 1 */
486 /* Define to 1 if you have the `getpeereid' function. */
487 /* #define HAVE_GETPEEREID 1 */
489 /* Define to 1 if you have the `getpeerucred' function. */
490 /* #undef HAVE_GETPEERUCRED */
492 /* Define to 1 if you have the `getprogname' function. */
493 /* #define HAVE_GETPROGNAME 1 */
495 /* Define to 1 if you have the `getpwnam_r' function. */
496 /* #define HAVE_GETPWNAM_R 1 */
498 /* Define to 1 if you have the `getpwuid_r' function. */
499 /* #define HAVE_GETPWUID_R 1 */
501 /* Define to 1 if you have the `getrlimit' function. */
502 /* #define HAVE_GETRLIMIT 1 */
504 /* Define to 1 if you have the `getsockopt' function. */
505 #define HAVE_GETSOCKOPT 1
507 /* Define to 1 if you have the `getspnam' function. */
508 /* #undef HAVE_GETSPNAM */
510 /* Define if you have the function `gettimeofday'. */
511 /* #define HAVE_GETTIMEOFDAY 1 */
513 /* Define to 1 if you have the `getudbnam' function. */
514 /* #undef HAVE_GETUDBNAM */
516 /* Define if you have the function `getuid'. */
517 /* #define HAVE_GETUID 1 */
519 /* Define if you have the function `getusershell'. */
520 /* #define HAVE_GETUSERSHELL 1 */
522 /* Define to 1 if you have the `grantpt' function. */
523 /* #define HAVE_GRANTPT 1 */
525 /* Define to 1 if you have the <grp.h> header file. */
526 /* #define HAVE_GRP_H 1 */
528 /* Define to 1 if you have the `hstrerror' function. */
529 /* #define HAVE_HSTRERROR 1 */
531 /* Define if you have the `h_errlist' variable. */
532 /* #undef HAVE_H_ERRLIST */
534 /* Define if you have the `h_errno' variable. */
535 /* #define HAVE_H_ERRNO 1 */
537 /* Define if you have the `h_nerr' variable. */
538 /* #undef HAVE_H_NERR */
540 /* Define to 1 if you have the <ifaddrs.h> header file. */
541 /* #undef HAVE_IFADDRS_H */
543 /* Define if you have the in6addr_loopback variable */
544 /* #undef HAVE_IN6ADDR_LOOPBACK */
547 #define HAVE_INET_ADDR 1
550 /* #define HAVE_INET_ATON 1 */
553 /* #define HAVE_INET_NTOP 1 */
556 /* #define HAVE_INET_PTON 1 */
558 #if _WIN32_WINNT >= 0x0600
560 #define HAVE_INET_NTOP 1
562 #define HAVE_INET_PTON 1
566 /* Define if you have the function `initgroups'. */
567 /* #define HAVE_INITGROUPS 1 */
569 /* Define to 1 if you have the `initstate' function. */
570 /* #define HAVE_INITSTATE 1 */
572 /* Define if you have the function `innetgr'. */
573 /* #undef HAVE_INNETGR */
575 /* Define to 1 if the system has the type `int16_t'. */
576 /* #define HAVE_INT16_T 1 */
578 /* Define to 1 if the system has the type `int32_t'. */
579 /* #define HAVE_INT32_T 1 */
581 /* Define to 1 if the system has the type `int64_t'. */
582 /* #define HAVE_INT64_T 1 */
584 /* Define to 1 if the system has the type `int8_t'. */
585 /* #define HAVE_INT8_T 1 */
587 /* Define to 1 if you have the <inttypes.h> header file. */
588 /* #define HAVE_INTTYPES_H 1 */
590 /* Define to 1 if you have the <io.h> header file. */
593 /* Define if you have IPv6. */
596 /* Define to 1 if you have the `issetugid' function. */
597 /* #undef HAVE_ISSETUGID */
599 /* Define if you want to use the Kerberos Credentials Manager. */
600 /* #define HAVE_KCM 1 */
602 /* Define to 1 if you have the <libutil.h> header file. */
603 /* #undef HAVE_LIBUTIL_H */
605 /* Define to 1 if you have the <limits.h> header file. */
606 #define HAVE_LIMITS_H 1
608 /* Define to 1 if you have the `loadquery' function. */
609 /* #undef HAVE_LOADQUERY */
611 /* Define if you have the function `localtime_r'. */
612 /* #define HAVE_LOCALTIME_R 1 */
614 /* Define to 1 if you have the <locale.h> header file. */
615 #define HAVE_LOCALE_H 1
617 /* Define to 1 if the system has the type `long long'. */
618 #define HAVE_LONG_LONG 1
620 /* Define if you have the function `lstat'. */
621 /* #define HAVE_LSTAT 1 */
623 /* Define to 1 if you have the <maillock.h> header file. */
624 /* #undef HAVE_MAILLOCK_H */
626 /* Define if you have the function `memmove'. */
627 #define HAVE_MEMMOVE 1
629 /* Define to 1 if you have the <memory.h> header file. */
630 #define HAVE_MEMORY_H 1
632 /* Define if you have the function `mkstemp'. */
633 /* #define HAVE_MKSTEMP 1 */
635 /* Define to 1 if you have a working `mmap' system call. */
636 /* #undef HAVE_MMAP */
638 /* define if you have a ndbm library */
639 /* #undef HAVE_NDBM */
641 /* Define to 1 if you have the <ndbm.h> header file. */
642 /* #undef HAVE_NDBM_H */
644 /* Define to 1 if you have the <netdb.h> header file. */
645 /* #define HAVE_NETDB_H 1 */
647 /* Define to 1 if you have the <netgroup.h> header file. */
648 /* #undef HAVE_NETGROUP_H */
650 /* Define to 1 if you have the <netinet6/in6.h> header file. */
651 /* #undef HAVE_NETINET6_IN6_H */
653 /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
654 /* #undef HAVE_NETINET6_IN6_VAR_H */
656 /* Define to 1 if you have the <netinet/in6.h> header file. */
657 /* #undef HAVE_NETINET_IN6_H */
659 /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
660 /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
662 /* Define to 1 if you have the <netinet/in.h> header file. */
663 /* #define HAVE_NETINET_IN_H 1 */
665 /* Define to 1 if you have the <netinet/tcp.h> header file. */
666 /* #define HAVE_NETINET_TCP_H 1 */
668 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
669 /* #define HAVE_NETINET_IN_SYSTM_H 1 */
671 /* Define to 1 if you have the <netinet/ip.h> header file. */
672 /* #define HAVE_NETINET_IP_H 1 */
674 /* Define to 1 if you have the <netinet/tcp.h> header file. */
675 /* #define HAVE_NETINET_TCP_H 1 */
677 /* Define to 1 if you have the <net/if.h> header file. */
678 /* #define HAVE_NET_IF_H 1 */
680 /* Define if NDBM really is DB (creates files *.db) */
681 /* #define HAVE_NEW_DB 1 */
683 /* Define to 1 if you have the `on_exit' function. */
684 /* #define HAVE_ON_EXIT 1 */
686 /* Define to 1 if you have the '_onexit' function */
687 #define HAVE__ONEXIT 1
689 /* Define to 1 if you have the `openpty' function. */
690 /* #define HAVE_OPENPTY 1 */
692 /* define to 1 to use openssl's libcrypto as a (default) backend for libhcrypto */
693 /* #undef HAVE_HCRYPTO_W_OPENSSL */
695 /* Define to enable basic OSF C2 support. */
696 /* #undef HAVE_OSFC2 */
698 /* Define to 1 if you have the <paths.h> header file. */
699 /* #define HAVE_PATHS_H 1 */
701 /* Define to 1 if you have the `pidfile' function. */
702 /* #undef HAVE_PIDFILE */
704 /* Define to 1 if you have the `poll' function. */
705 /* #define HAVE_POLL 1 */
707 /* Define to 1 if you have the <poll.h> header file. */
708 /* #define HAVE_POLL_H 1 */
710 /* Define to 1 if you have the <pthread.h> header file. */
711 /* This option is added by the NTMakefile if we have a <pthread.h>. */
712 /* #define HAVE_PTHREAD_H 1 */
714 /* Define to 1 if you have the <pty.h> header file. */
715 /* #define HAVE_PTY_H 1 */
717 /* Define if you have the function `putenv'. */
718 #define HAVE_PUTENV 1
720 /* Define to 1 if you have the <pwd.h> header file. */
721 /* #define HAVE_PWD_H 1 */
723 /* Define to 1 if you have the `rand' function. */
726 /* Define to 1 if you have the `random' function. */
727 /* #define HAVE_RANDOM 1 */
729 /* Define if you have the function `rcmd'. */
730 /* #define HAVE_RCMD 1 */
732 /* Define if you have a readline compatible library. */
733 /* #define HAVE_READLINE 1 */
735 /* Define if you have the function `readv'. */
736 /* #define HAVE_READV 1 */
738 /* Define if you have the function `recvmsg'. */
739 /* #define HAVE_RECVMSG 1 */
741 /* Define to 1 if you have the <resolv.h> header file. */
742 /* #undef HAVE_RESOLV_H */
744 /* Define to 1 if you have the `res_ndestroy' function. */
745 /* #undef HAVE_RES_NDESTROY */
747 /* Define to 1 if you have the `res_nsearch' function. */
748 /* #undef HAVE_RES_NSEARCH */
750 /* Define to 1 if you have the `res_search' function. */
751 /* #undef HAVE_RES_SEARCH */
753 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
754 /* #undef HAVE_RPCSVC_YPCLNT_H */
756 /* Define to 1 if you have the <sac.h> header file. */
757 /* #undef HAVE_SAC_H */
759 /* Define to 1 if the system has the type `sa_family_t'. */
760 /* #define HAVE_SA_FAMILY_T 1 */
762 /* Define to 1 if you have the <security/pam_modules.h> header file. */
763 /* #undef HAVE_SECURITY_PAM_MODULES_H */
765 /* Define to 1 if you have the `select' function. */
766 #define HAVE_SELECT 1
768 /* Define if you have the function `sendmsg'. */
769 /* #define HAVE_SENDMSG 1 */
771 /* Define if you have the function `setegid'. */
772 /* #define HAVE_SETEGID 1 */
774 /* Define if you have the function `setenv'. */
775 #define HAVE_SETENV 1
777 /* Define if you have the function `seteuid'. */
778 /* #define HAVE_SETEUID 1 */
780 /* Define to 1 if you have the `setitimer' function. */
781 /* #define HAVE_SETITIMER 1 */
783 /* Define to 1 if you have the `setlim' function. */
784 /* #undef HAVE_SETLIM */
786 /* Define to 1 if you have the `setlogin' function. */
787 /* #undef HAVE_SETLOGIN */
789 /* Define to 1 if you have the `setprogname' function. */
790 /* #define HAVE_SETPROGNAME 1 */
792 /* Define to 1 if you have the `setregid' function. */
793 /* #define HAVE_SETREGID 1 */
795 /* Define to 1 if you have the `setresgid' function. */
796 /* #undef HAVE_SETRESGID */
798 /* Define to 1 if you have the `setresuid' function. */
799 /* #undef HAVE_SETRESUID */
801 /* Define to 1 if you have the `setreuid' function. */
802 /* #define HAVE_SETREUID 1 */
804 /* Define to 1 if you have the `setsid' function. */
805 /* #define HAVE_SETSID 1 */
807 /* Define to 1 if you have the `setsockopt' function. */
808 #define HAVE_SETSOCKOPT 1
810 /* Define to 1 if you have the `setstate' function. */
811 /* #define HAVE_SETSTATE 1 */
813 /* Define to 1 if you have the <sgtty.h> header file. */
814 /* #undef HAVE_SGTTY_H */
816 /* Define to 1 if you have the <shadow.h> header file. */
817 /* #undef HAVE_SHADOW_H */
819 /* Define to 1 if you have the <siad.h> header file. */
820 /* #undef HAVE_SIAD_H */
822 /* Define to 1 if you have the `sigaction' function. */
823 /* #define HAVE_SIGACTION 1 */
825 /* Define to 1 if you have the <signal.h> header file. */
826 #define HAVE_SIGNAL_H 1
828 /* define if you have a working snprintf */
829 /* snprintf() and vsnprintf() do exist. But the implementations are
830 not C99 compliant. */
831 /* #define HAVE_SNPRINTF 1 */
833 /* Define to 1 if the system has the type `socklen_t'. */
834 #define HAVE_SOCKLEN_T 1
836 /* Define to 1 if the system has the type `ssize_t'. */
837 /* #define HAVE_SSIZE_T 1 */
839 /* Define to 1 if you have the <standards.h> header file. */
840 /* #undef HAVE_STANDARDS_H */
842 /* Define to 1 if you have the <stdint.h> header file. */
843 /* #define HAVE_STDINT_H 1 */
845 /* Define to 1 if you have the <stdlib.h> header file. */
846 #define HAVE_STDLIB_H 1
848 /* Define if you have the function `strcasecmp'. */
849 #define HAVE_STRCASECMP 1
850 #define strcasecmp _stricmp
852 /* Define if you have the function `strdup'. */
853 #define HAVE_STRDUP 1
855 /* Define if you have the function `strerror'. */
856 #define HAVE_STRERROR 1
858 /* Define if you have the function `strftime'. */
859 /* #define HAVE_STRFTIME 1 */
861 /* Define to 1 if you have the <strings.h> header file. */
862 /* #define HAVE_STRINGS_H 1 */
864 /* Define to 1 if you have the <string.h> header file. */
865 #define HAVE_STRING_H 1
867 /* Define if you have the function `strlcat'. */
868 /* #define HAVE_STRLCAT 1 */
870 /* Define if you have the function `strlcpy'. */
871 /* #define HAVE_STRLCPY 1 */
873 /* Define if you have the function `strlwr'. */
874 #define HAVE_STRLWR 1
876 /* Define if you have the function `strncasecmp'. */
877 #define HAVE_STRNCASECMP 1
878 #define strncasecmp _strnicmp
880 /* Define if you have the function `strndup'. */
881 /* #define HAVE_STRNDUP 1 */
883 /* Define if you have the function `strnlen'. */
884 #define HAVE_STRNLEN 1
886 /* Define to 1 if you have the <stropts.h> header file. */
887 /* #undef HAVE_STROPTS_H */
889 /* Define if you have the function `strptime'. */
890 /* #define HAVE_STRPTIME 1 */
892 /* Define if you have the function `strsep'. */
893 /* #define HAVE_STRSEP 1 */
895 /* Define if you have the function `strsep_copy'. */
896 /* #undef HAVE_STRSEP_COPY */
898 /* Define to 1 if you have the `strsvis' function. */
899 /* #undef HAVE_STRSVIS */
901 /* Define if you have the function `strtok_r'. */
902 /* #define HAVE_STRTOK_R 1 */
904 #if defined(__has_include)
905 # if __has_include(<corecrt.h>)
911 #define HAVE_STRTOLL 1
912 #define HAVE_STRTOULL 1
915 /* Define to 1 if the system has the type `struct addrinfo'. */
916 #define HAVE_STRUCT_ADDRINFO 1
918 /* Define to 1 if the system has the type `struct ifaddrs'. */
919 /* #undef HAVE_STRUCT_IFADDRS */
921 /* Define to 1 if the system has the type `struct iovec'. */
922 /* #define HAVE_STRUCT_IOVEC 1 */
924 /* Define to 1 if the system has the type `struct msghdr'. */
925 /* #define HAVE_STRUCT_MSGHDR 1 */
927 /* Define to 1 if the system has the type `struct sockaddr'. */
928 #define HAVE_STRUCT_SOCKADDR 1
930 /* Define if struct sockaddr has field sa_len. */
931 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
933 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
934 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
936 /* define if you have struct spwd */
937 /* #undef HAVE_STRUCT_SPWD */
939 /* Define if struct tm has field tm_gmtoff. */
940 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
942 /* Define if struct tm has field tm_zone. */
943 /* #undef HAVE_STRUCT_TM_TM_ZONE */
945 /* define if struct winsize is declared in sys/termios.h */
946 /* #define HAVE_STRUCT_WINSIZE 1 */
948 /* Define to 1 if you have the `strunvis' function. */
949 /* #undef HAVE_STRUNVIS */
951 /* Define if you have the function `strupr'. */
952 #define HAVE_STRUPR 1
954 /* Define to 1 if you have the `strvis' function. */
955 /* #undef HAVE_STRVIS */
957 /* Define to 1 if you have the `strvisx' function. */
958 /* #undef HAVE_STRVISX */
960 /* Define to 1 if you have the `svis' function. */
961 /* #undef HAVE_SVIS */
963 /* Define if you have the function `swab'. */
966 /* Define to 1 if you have the `sysconf' function. */
967 /* #define HAVE_SYSCONF 1 */
969 /* Define to 1 if you have the `sysctl' function. */
970 /* #undef HAVE_SYSCTL */
972 /* syslog is provided for _win32 in lib/roken */
974 /* Define to 1 if you have the <syslog.h> header file. */
975 #define HAVE_SYSLOG_H 1
977 /* Define to 1 if you have the <sys/bitypes.h> header file. */
978 /* #undef HAVE_SYS_BITYPES_H */
980 /* Define to 1 if you have the <sys/bswap.h> header file. */
981 /* #undef HAVE_SYS_BSWAP_H */
983 /* Define to 1 if you have the <sys/capability.h> header file. */
984 /* #undef HAVE_SYS_CAPABILITY_H */
986 /* Define to 1 if you have the <sys/category.h> header file. */
987 /* #undef HAVE_SYS_CATEGORY_H */
989 /* Define to 1 if you have the <sys/file.h> header file. */
990 /* #define HAVE_SYS_FILE_H 1 */
992 /* Define to 1 if you have the <sys/filio.h> header file. */
993 /* #undef HAVE_SYS_FILIO_H */
995 /* Define to 1 if you have the <sys/ioccom.h> header file. */
996 /* #undef HAVE_SYS_IOCCOM_H */
998 /* Define to 1 if you have the <sys/ioctl.h> header file. */
999 /* #define HAVE_SYS_IOCTL_H 1 */
1001 /* Define to 1 if you have the <sys/mman.h> header file. */
1002 /* #define HAVE_SYS_MMAN_H 1 */
1004 /* Define to 1 if you have the <sys/param.h> header file. */
1005 /* #define HAVE_SYS_PARAM_H 1 */
1007 /* Define to 1 if you have the <sys/proc.h> header file. */
1008 /* #undef HAVE_SYS_PROC_H */
1010 /* Define to 1 if you have the <sys/ptyio.h> header file. */
1011 /* #undef HAVE_SYS_PTYIO_H */
1013 /* Define to 1 if you have the <sys/ptyvar.h> header file. */
1014 /* #undef HAVE_SYS_PTYVAR_H */
1016 /* Define to 1 if you have the <sys/pty.h> header file. */
1017 /* #undef HAVE_SYS_PTY_H */
1019 /* Define to 1 if you have the <sys/resource.h> header file. */
1020 /* #define HAVE_SYS_RESOURCE_H 1 */
1022 /* Define to 1 if you have the <sys/select.h> header file. */
1023 /* #define HAVE_SYS_SELECT_H 1 */
1025 /* Define to 1 if you have the <sys/socket.h> header file. */
1026 /* #define HAVE_SYS_SOCKET_H 1 */
1028 /* Define to 1 if you have the <sys/sockio.h> header file. */
1029 /* #undef HAVE_SYS_SOCKIO_H */
1031 /* Define to 1 if you have the <sys/stat.h> header file. */
1032 #define HAVE_SYS_STAT_H 1
1034 /* Define to 1 if you have the <sys/stream.h> header file. */
1035 /* #undef HAVE_SYS_STREAM_H */
1037 /* Define to 1 if you have the <sys/stropts.h> header file. */
1038 /* #undef HAVE_SYS_STROPTS_H */
1040 /* Define to 1 if you have the <sys/strtty.h> header file. */
1041 /* #undef HAVE_SYS_STRTTY_H */
1043 /* Define to 1 if you have the <sys/str_tty.h> header file. */
1044 /* #undef HAVE_SYS_STR_TTY_H */
1046 /* Define to 1 if you have the <sys/syscall.h> header file. */
1047 /* #undef HAVE_SYS_SYSCALL_H */
1049 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1050 /* #undef HAVE_SYS_SYSCTL_H */
1052 /* Define to 1 if you have the <sys/termio.h> header file. */
1053 /* #define HAVE_SYS_TERMIO_H 1 */
1055 /* Define to 1 if you have the <sys/timeb.h> header file. */
1056 #define HAVE_SYS_TIMEB_H 1
1058 /* Define to 1 if you have the <sys/times.h> header file. */
1059 /* #define HAVE_SYS_TIMES_H 1 */
1061 /* Define to 1 if you have the <sys/time.h> header file. */
1062 /* #define HAVE_SYS_TIME_H 1 */
1064 /* Define to 1 if you have the <sys/tty.h> header file. */
1065 /* #undef HAVE_SYS_TTY_H */
1067 /* Define to 1 if you have the <sys/types.h> header file. */
1068 #define HAVE_SYS_TYPES_H 1
1070 /* Define to 1 if you have the <sys/ucred.h> header file. */
1071 /* #undef HAVE_SYS_UCRED_H */
1073 /* Define to 1 if you have the <sys/uio.h> header file. */
1074 /* #define HAVE_SYS_UIO_H 1 */
1076 /* Define to 1 if you have the <sys/un.h> header file. */
1077 /* #define HAVE_SYS_UN_H 1 */
1079 /* Define to 1 if you have the <sys/utsname.h> header file. */
1080 /* #define HAVE_SYS_UTSNAME_H 1 */
1082 /* Define to 1 if you have the <sys/wait.h> header file. */
1083 /* #define HAVE_SYS_WAIT_H 1 */
1085 /* Define to 1 if you have the <termcap.h> header file. */
1086 /* #define HAVE_TERMCAP_H 1 */
1088 /* Define to 1 if you have the <termios.h> header file. */
1089 /* #define HAVE_TERMIOS_H 1 */
1091 /* Define to 1 if you have the <termio.h> header file. */
1092 /* #define HAVE_TERMIO_H 1 */
1094 /* Define to 1 if you have the <term.h> header file. */
1095 /* #undef HAVE_TERM_H */
1097 /* Define to 1 if you have the `tgetent' function. */
1098 /* #define HAVE_TGETENT 1 */
1100 /* Define if you have the function `timegm'. */
1101 /* #define HAVE_TIMEGM 1 */
1103 /* Define if you have the `timezone' variable. */
1104 #define HAVE_TIMEZONE 1
1106 /* Define to 1 if you have the <time.h> header file. */
1107 #define HAVE_TIME_H 1
1109 /* Define to 1 if you have the <tmpdir.h> header file. */
1110 /* #undef HAVE_TMPDIR_H */
1112 /* Define to 1 if you have the <udb.h> header file. */
1113 /* #undef HAVE_UDB_H */
1115 /* Define to 1 if the system has the type `uint16_t'. */
1116 /* #define HAVE_UINT16_T 1 */
1118 /* Define to 1 if the system has the type `uint32_t'. */
1119 /* #define HAVE_UINT32_T 1 */
1121 /* Define to 1 if the system has the type `uint64_t'. */
1122 /* #define HAVE_UINT64_T 1 */
1124 /* Define to 1 if the system has the type `uint8_t'. */
1125 /* #define HAVE_UINT8_T 1 */
1127 /* Define to 1 if the system has the type `uintptr_t'. */
1128 #define HAVE_UINTPTR_T 1
1130 /* Define to 1 if you have the `uname' function. */
1131 /* #define HAVE_UNAME 1 */
1133 /* Define to 1 if you have the <unistd.h> header file. */
1134 /* #define HAVE_UNISTD_H 1 */
1136 /* Define to 1 if you have the `unlockpt' function. */
1137 /* #define HAVE_UNLOCKPT 1 */
1139 /* Define if you have the function `unsetenv'. */
1140 /* #define HAVE_UNSETENV 1 */
1142 /* Define to 1 if you have the `unvis' function. */
1143 /* #undef HAVE_UNVIS */
1145 /* Define to 1 if you have the <userconf.h> header file. */
1146 /* #undef HAVE_USERCONF_H */
1148 /* Define to 1 if you have the <usersec.h> header file. */
1149 /* #undef HAVE_USERSEC_H */
1151 /* Define to 1 if you have the <util.h> header file. */
1152 /* #undef HAVE_UTIL_H */
1154 /* Define to 1 if the system has the type `u_int16_t'. */
1155 /* #define HAVE_U_INT16_T 1 */
1157 /* Define to 1 if the system has the type `u_int32_t'. */
1158 /* #define HAVE_U_INT32_T 1 */
1160 /* Define to 1 if the system has the type `u_int64_t'. */
1161 /* #define HAVE_U_INT64_T 1 */
1163 /* Define to 1 if the system has the type `u_int8_t'. */
1164 /* #define HAVE_U_INT8_T 1 */
1166 /* Define to 1 if you have the `vasnprintf' function. */
1167 /* #undef HAVE_VASNPRINTF */
1169 /* Define to 1 if you have the `vasprintf' function. */
1170 /* #define HAVE_VASPRINTF 1 */
1172 /* Define if you have the function `verr'. */
1173 /* #define HAVE_VERR 1 */
1175 /* Define if you have the function `verrx'. */
1176 /* #define HAVE_VERRX 1 */
1178 /* Define to 1 if you have the `vis' function. */
1179 /* #undef HAVE_VIS */
1181 /* Define to 1 if you have the <vis.h> header file. */
1182 /* #undef HAVE_VIS_H */
1184 /* define if you have a working vsnprintf */
1185 /* snprintf() and vsnprintf() do exist. But the implementations are
1186 not C99 compliant. */
1187 /* #define HAVE_VSNPRINTF 1 */
1189 /* Define if you have the function `vsyslog'. */
1190 #define HAVE_VSYSLOG 1
1192 /* Define if you have the function `vwarn'. */
1193 /* #define HAVE_VWARN 1 */
1195 /* Define if you have the function `vwarnx'. */
1196 /* #define HAVE_VWARNX 1 */
1198 /* Define if you have the function `warn'. */
1199 /* #define HAVE_WARN 1 */
1201 /* Define if you have the function `warnx'. */
1202 /* #define HAVE_WARNX 1 */
1204 /* Define if you have the function `writev'. */
1205 /* #define HAVE_WRITEV 1 */
1207 /* Defined if we have WinSock */
1208 #define HAVE_WINSOCK 1
1210 /* Defined if we have WinDNS */
1211 #define HAVE_WINDNS 1
1213 /* define if struct winsize has ws_xpixel */
1214 /* #define HAVE_WS_XPIXEL 1 */
1216 /* define if struct winsize has ws_ypixel */
1217 /* #define HAVE_WS_YPIXEL 1 */
1219 /* Define if you have the `_res' variable. */
1220 /* #undef HAVE__RES */
1222 /* Define to 1 if you have the `_scrsize' function. */
1223 /* #undef HAVE__SCRSIZE */
1225 /* define if your compiler has __attribute__ */
1226 /* #define HAVE___ATTRIBUTE__ 1 */
1228 /* Define if you have the `__progname' variable. */
1229 /* #define HAVE___PROGNAME 1 */
1231 /* Define if you are running IRIX 4. */
1234 /* define if the system is missing a prototype for asnprintf() */
1235 /* #define NEED_ASNPRINTF_PROTO 1 */
1237 /* define if the system is missing a prototype for asprintf() */
1238 /* #undef NEED_ASPRINTF_PROTO */
1240 /* define if the system is missing a prototype for crypt() */
1241 /* #undef NEED_CRYPT_PROTO */
1243 /* define if the system is missing a prototype for daemon() */
1244 /* #undef NEED_DAEMON_PROTO */
1246 /* define if the system is missing a prototype for gethostname() */
1247 /* #undef NEED_GETHOSTNAME_PROTO */
1249 /* define if the system is missing a prototype for getusershell() */
1250 /* #undef NEED_GETUSERSHELL_PROTO */
1252 /* define if the system is missing a prototype for glob() */
1253 /* #undef NEED_GLOB_PROTO */
1255 /* define if the system is missing a prototype for hstrerror() */
1256 /* #undef NEED_HSTRERROR_PROTO */
1258 /* define if the system is missing a prototype for inet_aton() */
1259 /* #undef NEED_INET_ATON_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 getlogin_r has POSIX flavour (and not BSD). */
1359 /* #define POSIX_GETLOGIN_R 1 */
1361 /* Define if getpwnam_r has POSIX flavour. */
1362 /* #define POSIX_GETPWNAM_R 1 */
1364 /* Define if getpwnam_r has POSIX flavour. */
1365 /* #define POSIX_GETPWUID_R 1 */
1367 /* Define if you have the readline package. */
1370 /* Define if rename() does not unlink an existing file */
1371 #define RENAME_DOES_NOT_UNLINK 1
1373 /* Define if you want to use samba socket wrappers. */
1374 /* #undef SOCKET_WRAPPER_REPLACE */
1376 /* Define if a socket is not a file descriptor */
1377 #define SOCKET_IS_NOT_AN_FD 1
1379 /* Define if FD_SETSIZE check does not apply to this platform */
1380 #define NO_LIMIT_FD_SETSIZE 1
1382 /* Define to 1 if you have the ANSI C header files. */
1383 #define STDC_HEADERS 1
1385 /* Define if you have streams ptys. */
1386 /* #undef STREAMSPTY */
1388 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1389 /* #define TIME_WITH_SYS_TIME 1 */
1391 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1392 /* #undef TM_IN_SYS_TIME */
1394 /* define if target is big endian */
1395 /* #undef WORDS_BIGENDIAN */
1397 /* Define to 1 if the X Window System is missing or not being used. */
1398 #define X_DISPLAY_MISSING 1
1400 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1402 /* #undef YYTEXT_POINTER */
1404 /* Number of bits in a file offset, on hosts where this is settable. */
1405 /* #undef _FILE_OFFSET_BITS */
1407 /* Define to enable extensions on glibc-based systems such as Linux. */
1408 /* #define _GNU_SOURCE 1 */
1410 /* Define for large files, on AIX-style hosts. */
1411 /* #undef _LARGE_FILES */
1413 /* Set this to the default system lead string for telnetd
1414 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1415 * %v=os-version, %t=tty, %h=hostname, %d=date and time
1419 /* Used with login -p */
1420 /* #undef LOGIN_ARGS */
1422 /* The size of `time_t', as computed by sizeof. */
1423 #if defined (_USE_64BIT_TIME_T) || !defined( _USE_32BIT_TIME_T)
1424 #define SIZEOF_TIME_T 8
1426 #define SIZEOF_TIME_T 4
1430 #include "roken_rename.h"
1433 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1434 #define AUTHENTICATION 1
1441 #define SYSCONFDIR "%{COMMONCONFIG}"
1443 #define LIBDIR "%{LIBDIR}"
1445 #define CLIENT_KEYTAB_DEFAULT "FILE:%{LOCAL_APPDATA}\\Kerberos\\client.keytab"
1447 #endif /* RC_INVOKED */
1452 #define PACKAGE "@PACKAGE@"
1454 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
1456 #define PACKAGE_NAME "@PACKAGE_NAME@"
1458 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
1460 #define PACKAGE_TARNAME "@PACKAGE@"
1462 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
1464 #define PACKAGE_COMPANY "@PACKAGE_COMPANY@"
1466 #define PACKAGE_COPYRIGHT "@PACKAGE_COPYRIGHT@"
1468 #define VERSION "@PACKAGE_VERSION@"
1470 #define RC_PRODVER_MAJOR @MAJOR@
1472 #define RC_PRODVER_MINOR @MINOR@
1474 #define RC_PRODVER_AUX @AUX@
1476 #define RC_PRODVER_PATCH @PATCH@
1478 #define RC_PRODVER_C @MAJOR@,@MINOR@,@AUX@,@PATCH@
1480 #define RC_PRODVER_CS "@MAJOR@,@MINOR@,@AUX@,@PATCH@"
1482 #define RC_PRODVER_DS "@MAJOR@.@MINOR@.@AUX@.@PATCH@"
1484 #define RC_PRODUCT_NAME_0409 PACKAGE_NAME
1486 #define RC_PRODUCT_VER_0409 PACKAGE_VERSION
1488 #define RC_COMPANY_0409 PACKAGE_COMPANY
1490 #define RC_COPYRIGHT_0409 PACKAGE_COPYRIGHT
1494 #endif /* __CONFIG_H__ */