/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define if using `alloca.c'. */ #undef C_ALLOCA /* Define to support non-standard packets of ssh2 */ #undef DATAFELLOWS_WORKAROUNDS /* Define to enable sanity checking on memory allocation and casting */ #undef DEBUG_ALLOC /* Define to enable tracing */ #undef DEBUG_TRACE /* Define if the `getpgrp' function takes no argument. */ #undef GETPGRP_VOID /* Define if AI_NUMERICHOST exists */ #undef HAVE_AI_NUMERICHOST /* Define if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define if you have the header file. */ #undef HAVE_ARGP_H /* Define if you have the `cfmakeraw' function. */ #undef HAVE_CFMAKERAW /* Define if you have the header file. */ #undef HAVE_CRYPT_H /* Define if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the `gai_strerror' function. */ #undef HAVE_GAI_STRERROR /* Define if the compiler understands __attribute__ */ #undef HAVE_GCC_ATTRIBUTE /* Define if the compiler understands __FUNCTION__ */ #undef HAVE_GCC_FUNCTION /* Define if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO /* Define if you have the `getnameinfo' function. */ #undef HAVE_GETNAMEINFO /* Define if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE /* Define if you have the `getspnam' function. */ #undef HAVE_GETSPNAM /* Define if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Define if you have the header file. */ #undef HAVE_GMP2_GMP_H /* Define if you have the header file. */ #undef HAVE_GMP_H /* Define if you have the `inet_aton' function. */ #undef HAVE_INET_ATON /* Define if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if you have the header file. */ #undef HAVE_KRB5_H /* Define if you have the `crypt' library (-lcrypt). */ #undef HAVE_LIBCRYPT /* Define if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if you have the `util' library (-lutil). */ #undef HAVE_LIBUTIL /* Define if you have the header file. */ #undef HAVE_LIBUTIL_H /* Define if you have the `Xau' library (-lXau). */ #undef HAVE_LIBXAU /* Define if you have the `xnet' library (-lxnet). */ #undef HAVE_LIBXNET /* Define if you have the `z' library (-lz). */ #undef HAVE_LIBZ /* Define if you have the `login' function. */ #undef HAVE_LOGIN /* Define if you have the `logout' function. */ #undef HAVE_LOGOUT /* Define if you have the `logwtmp' function. */ #undef HAVE_LOGWTMP /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the `memxor' function. */ #undef HAVE_MEMXOR /* Define if you have the `openpty' function. */ #undef HAVE_OPENPTY /* Define if you have the `poll' function. */ #undef HAVE_POLL /* Define if you have the header file. */ #undef HAVE_POLL_H /* Define if you have the header file. */ #undef HAVE_PTY_H /* Define if you have the `select' function. */ #undef HAVE_SELECT /* Define if you have the header file. */ #undef HAVE_SHADOW_H /* Define if you have the `socket' function. */ #undef HAVE_SOCKET /* Define if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define if you have the header file. */ #undef HAVE_STRINGS_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_STROPTS_H /* Define if you have the `strsignal' function. */ #undef HAVE_STRSIGNAL /* Define if you have the `strtol' function. */ #undef HAVE_STRTOL /* Define if `ut_addr' is member of `struct utmp'. */ #undef HAVE_STRUCT_UTMP_UT_ADDR /* Define if `ut_addr_v6' is member of `struct utmp'. */ #undef HAVE_STRUCT_UTMP_UT_ADDR_V6 /* Define if `ut_host' is member of `struct utmp'. */ #undef HAVE_STRUCT_UTMP_UT_HOST /* Define if `ut_name' is member of `struct utmp'. */ #undef HAVE_STRUCT_UTMP_UT_NAME /* Define if `ut_user' is member of `struct utmp'. */ #undef HAVE_STRUCT_UTMP_UT_USER /* Define if you have the `syslog' function. */ #undef HAVE_SYSLOG /* Define if you have the header file. */ #undef HAVE_SYSLOG_H /* Define if you have the header file. */ #undef HAVE_SYS_POLL_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if a we have working UNIX98 pty handling */ #undef HAVE_UNIX98_PTYS /* Define if you have the header file. */ #undef HAVE_UTMPX_H /* Define if you have the header file. */ #undef HAVE_UTMP_H /* Define if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* Define if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define if you have the header file. */ #undef HAVE_X11_XAUTH_H /* Define if you have the header file. */ #undef HAVE_ZLIB_H /* The name of this software distribution */ #undef PACKAGE /* The installation prefix */ #undef PREFIX /* Traditional BSD pty handling */ #undef PTY_BSD_SCHEME /* Possible first characters in a /dev/ptyXX name */ #undef PTY_BSD_SCHEME_FIRST_CHARS /* Possible second characters in a /dev/ptyXX name */ #undef PTY_BSD_SCHEME_SECOND_CHARS /* sbin directory */ #undef SBINDIR /* Define to indicate that shutdown seems to work properly */ #undef SHUTDOWN_WORKS_WITH_UNIX_SOCKETS /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* Location of the SSH1 daemon */ #undef SSHD1 /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* The version of this software distribution */ #undef VERSION /* Define to enable authentication agent forwarding */ #undef WITH_AGENT_FORWARD /* Use gcov */ #undef WITH_GCOV /* For Ipv6 support */ #undef WITH_IPV6 /* For kerberos */ #undef WITH_KERBEROS /* Define to enable pty support */ #undef WITH_PTY_SUPPORT /* Define if SRP should be supported */ #undef WITH_SRP /* Define to enable fallback to SSH1 */ #undef WITH_SSH1_FALLBACK /* Define to enable tcp forwarding */ #undef WITH_TCP_FORWARD /* For utmp support */ #undef WITH_UTMP /* Define to enable x11 forwarding */ #undef WITH_X11_FORWARD /* Define if zlib should be used */ #undef WITH_ZLIB /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `int' if doesn't define. */ #undef gid_t /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ #undef inline /* Define to `unsigned' if does not define. */ #undef size_t /* Length type used by getsockopt */ #undef socklen_t /* Define to `int' if doesn't define. */ #undef uid_t