tacacs-F4.0.4.28/config.h.in (258 lines of code) (raw):

/* config.h.in. Generated from configure.ac by autoheader. */ /* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved */ #ifndef CONFIG_H #define CONFIG_H 1 /* define this to include support for RSA SecurID */ #undef ACECLNT /* define this to include ACL support */ #undef ACLS /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* define this if your o/s is AIX */ #undef AIX /* Define this if you have DES routines you can link to for ARAP (See the user guide for more details) */ #undef ARAP_DES /* 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 <crypt.h> header file. */ #undef HAVE_CRYPT_H /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `getdtablesize' function. */ #undef HAVE_GETDTABLESIZE /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H /* */ #undef HAVE_LIBWRAP /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* define if your system has libpam */ #undef HAVE_PAM /* Define to 1 if the system has the type `pid_t'. */ #undef HAVE_PID_T /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Define to 1 if you have the `random' function. */ #undef HAVE_RANDOM /* Define to 1 if you have the <shadow.h> header file. */ #undef HAVE_SHADOW_H /* Define to 1 if the system has the type `socklen_t'. */ #undef HAVE_SOCKLEN_T /* 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. */ #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 <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 `strrchr' function. */ #undef HAVE_STRRCHR /* Define to 1 if you have the <sysexits.h> header file. */ #undef HAVE_SYSEXITS_H /* Define to 1 if you have the <syslog.h> header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the <sys/resource.h> header file. */ #undef HAVE_SYS_RESOURCE_H /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H /* 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. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the <utmpx.h> header file. */ #undef HAVE_UTMPX_H /* Define to 1 if you have the <utmp.h> header file. */ #undef HAVE_UTMP_H /* Define to 1 if you have the `wait3' function. */ #undef HAVE_WAIT3 /* Define to 1 if you have the `wait4' function. */ #undef HAVE_WAIT4 /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID /* Define to 1 if you have the <wait.h> header file. */ #undef HAVE_WAIT_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 to 1 if `sizeof (long int)' = 8. Obsolete, use `SIZEOF_LONG_INT'. */ #undef LONG_64_BITS /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* 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 you need MSCHAP support */ #undef MSCHAP /* Define this if you have DES routines you can link to for MSCHAP (See the user guide for more details) */ #undef MSCHAP_DES /* define this if your o/s is NetBSD */ #undef NETBSD /* Name of package */ #undef PACKAGE /* 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 home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* define this to include profiling */ #undef PROFILE /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE /* define this if your o/s needs children reaped even though the SIGCHLD default is SIG_IGN */ #undef REAPCHILD /* define this if your o/s needs children reaped even with an explicit SIG_IGN */ #undef REAPSIGIGN /* define this if you find that your daemon quits after being sent more than one SIGUSR1. Some systems need to explicitly re-arm signals after they've been used once */ #undef REARMSIGNAL /* 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 /* The size of `long int', as computed by sizeof. */ #undef SIZEOF_LONG_INT /* 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 */ #undef UENABLE /* define this if your waitpid() takes an union wait status pointer */ #undef UNIONWAIT /* Version number of package */ #undef VERSION /* define this to set pedantic gcc warnings */ #undef WARN /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER /* 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 /* Some, eg: solaris 2.6, dont have socklen_t */ #ifndef HAVE_SOCKLEN_T # define socklen_t int #endif /* host specifics */ /* Define this if your password file does not contain age and comment fields. */ #define NO_PWAGE #if AIX /* * The only way to properly compile BSD stuff on AIX is to define a * "bsdcc" compiler on your system. See /usr/lpp/bos/bsdport on your * system for details. People who do NOT do this tell me that the code * still compiles but that it then doesn't behave correctly e.g. child * processes are not reaped correctly. Don't expect much sympathy if * you do this. */ # define _BSD 1 # define _BSD_INCLUDES # define NO_PWAGE #endif /* AIX */ #if LINUX # define NO_PWAGE # include <unistd.h> # ifdef GLIBC # define CONST_SYSERRLIST # endif #endif /* LINUX */ #if NETBSD # define NO_PWAGE # define CONST_SYSERRLIST #endif #if FREEBSD # define CONST_SYSERRLIST # define NO_PWAGE #endif #if BSDI # define NO_PWAGE #endif #endif /* CONFIG_H */