/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
#ifndef CONFIG_H
#define CONFIG_H 1
/* define this to include ACL support */
#define ACLS 1
/* 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. */
#define HAVE_BZERO 1
/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* */
#define HAVE_LIBWRAP 1
/* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* define if your system has libpam */
#define HAVE_PAM 1
/* Define to 1 if you have the <shadow.h> header file. */
/* #undef HAVE_SHADOW_H */
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdlib.h> header file. */
/* #undef HAVE_STDLIB_H */
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strcspn' function. */
#define HAVE_STRCSPN 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if cpp supports the ANSI # stringizing operator. */
#define HAVE_STRINGIZE 1
/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */
/* Define to 1 if you have the <string.h> header file. */
/* #undef HAVE_STRING_H */
/* Define to 1 if you have the <sysexits.h> header file. */
#define HAVE_SYSEXITS_H 1
/* Define to 1 if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
/* #undef HAVE_SYS_STAT_H */
/* Define to 1 if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */
/* Define to 1 if you have the <sys/wait.h> header file. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* define this if your o/s is HPux */
/* #undef HPUX */
/* define this to include libwrap (tcp_wrappers) support */
#define LIBWRAP 1
/* 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. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define 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'). */
#define RETSIGTYPE int
/* 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 <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */
/* define this to include user-specific enable password support */
#define UENABLE 1
/* define this to set pedantic gcc warnings */
#define WARN 1
/* Define like PROTOTYPES; this can be used by system headers. */
/* #undef __PROTOTYPES */
/* Define to empty if `const' does not conform to ANSI C. */
#define 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
#define 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 */
syntax highlighted by Code2HTML, v. 0.9.1