/* config.h.in. Generated from configure.in by autoheader. */ #ifndef CONFIG_H #define CONFIG_H 1 /* define this to include ACL support */ #undef ACLS /* define this if your o/s is AIX */ #undef AIX /* define this to include debugging support */ #undef DBG /* define this if your o/s is FreeBSD */ #undef FREEBSD /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO /* Define to 1 if you have the header file. */ #undef HAVE_CRYPT_H /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* */ #undef HAVE_LIBWRAP /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* define if your system has libpam */ #undef HAVE_PAM /* Define to 1 if you have the header file. */ #undef HAVE_SHADOW_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define to 1 if you have the `strcspn' function. */ #undef HAVE_STRCSPN /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if cpp supports the ANSI # stringizing operator. */ #undef HAVE_STRINGIZE /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYSEXITS_H /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* define this if your o/s is HPux */ #undef HPUX /* define this to include libwrap (tcp_wrappers) support */ #undef LIBWRAP /* define this if your o/s is Linux */ #undef LINUX /* define this to include MAXSESS support to enforce a limit on maximum sessions per user */ #undef MAXSESS /* define this to include support to finger NASes for the number of sessions a user is using */ #undef MAXSESS_FINGER /* define this if your o/s is MIPS */ #undef MIPS /* define this if your o/s is NetBSD */ #undef NETBSD /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* define this to include profiling */ #undef PROFILE /* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* Define to 1 if the `setpgrp' function takes no argument. */ #undef SETPGRP_VOID /* define if your system has a shadow password file */ #undef SHADOW_PASSWORDS /* define this to include support for skey */ #undef SKEY /* define this if your o/s is Solaris */ #undef SOLARIS /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* define this to a GID for setgid() at run-time */ #undef TACPLUS_GROUPID /* define this to a UID for setuid() at run-time */ #undef TACPLUS_USERID /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* define this to include user-specific enable password support */ #undef UENABLE /* define this to set pedantic gcc warnings */ #undef WARN /* Define like PROTOTYPES; this can be used by system headers. */ #undef __PROTOTYPES /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif /* UENABLE requires ACLS */ #ifdef UENABLE # ifndef ACLS # define ACLS 1 # endif #endif /* MAXSESS_FINGER requires MAXSESS */ #ifdef MAXSESS_FINGER # ifndef MAXSESS # define MAXSESS 1 # endif #endif #endif /* CONFIG_H */