/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ #ifndef _CRYPT_CONFIG_H #define _CRYPT_CONFIG_H 1 /* Define to 1 if crypt and crypt_r should return a "failure token" on failure, or 0 if they should return NULL. */ #define ENABLE_FAILURE_TOKENS 1 /* Define as 1 if the obsolete APIs (fcrypt, encrypt, setkey) should be included, 0 otherwise. */ #define ENABLE_OBSOLETE_API 0 /* Define to 1 if fcrypt, encrypt{,_r}, setkey{,_r} should set errno to ENOSYS, or 0 if they should perform real operations. */ #define ENABLE_OBSOLETE_API_ENOSYS 0 /* Define as an #if expression that is true when compiling for a big-endian CPU. */ #define ENDIANNESS_IS_BIG (BYTE_ORDER == BIG_ENDIAN) /* Define as an #if expression that is true when compiling for a little-endian CPU. */ #define ENDIANNESS_IS_LITTLE (BYTE_ORDER == LITTLE_ENDIAN) /* Define as an #if expression that is true when compiling for a PDP-endian CPU. */ #define ENDIANNESS_IS_PDP (BYTE_ORDER == PDP_ENDIAN) /* Define to 1 if you have the `arc4random_buf' function. */ /* #undef HAVE_ARC4RANDOM_BUF */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ENDIAN_H 1 /* Define to 1 if you have the `explicit_bzero' function. */ #define HAVE_EXPLICIT_BZERO 1 /* Define to 1 if you have the `explicit_memset' function. */ /* #undef HAVE_EXPLICIT_MEMSET */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `getentropy' function. */ #define HAVE_GETENTROPY 1 /* Define to 1 if you have the `getrandom' function. */ #define HAVE_GETRANDOM 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if -Wl,--wrap,SYMBOL can be used to intercept calls to SYMBOL at link time. */ #define HAVE_LD_WRAP 1 /* Define if stddef.h provides max_align_t. */ #define HAVE_MAX_ALIGN_T 1 /* Define to 1 if you have the `memset_s' function. */ /* #undef HAVE_MEMSET_S */ /* Define to 1 if you have the `open64' function. */ #define HAVE_OPEN64 1 /* Define if defines static_assert. */ #define HAVE_STATIC_ASSERT_IN_ASSERT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Always define to 1, for backward compatibility. You can assume exists. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Always define to 1, for backward compatibility. You can assume exists. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `syscall' function. */ #define HAVE_SYSCALL 1 /* Define if defines __BEGIN_DECLS and __END_DECLS. */ #define HAVE_SYS_CDEFS_BEGIN_END_DECLS 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_CDEFS_H 1 /* Define if defines __THROW. */ #define HAVE_SYS_CDEFS_THROW 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_ENDIAN_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_RANDOM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if the compiler supports the _Static_assert intrinsic. */ /* #undef HAVE__STATIC_ASSERT */ /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "libxcrypt" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "https://github.com/besser82/libxcrypt/issues" /* Define to the full name of this package. */ #define PACKAGE_NAME "xcrypt" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "xcrypt 4.4.15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libxcrypt" /* Define to the home page for this package. */ #define PACKAGE_URL "https://github.com/besser82/libxcrypt" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.4.15" /* Always define to 1, for backward compatibility. You can assume the C90 standard headers exist. */ #define STDC_HEADERS 1 /* Define as the lowest compatibility symbol version that is actually included in libcrypt.so. */ #define SYMVER_FLOOR XCRYPT_2.0 /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # define _POSIX_PTHREAD_SEMANTICS 1 #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # define _TANDEM_SOURCE 1 #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif /* Enable general extensions on OSX. */ #ifndef _DARWIN_C_SOURCE # define _DARWIN_C_SOURCE 1 #endif /* Version number of package */ #define VERSION "4.4.15" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define to 1 if on MINIX. */ /* #undef _MINIX */ /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */ /* Define to 1 if you need to in order for `stat' and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as a type specifier which sets the alignment of a variable or type to N bytes. */ #define alignas(n) _Alignas(n) /* Define as an expression which evaluates to the alignment of THING. Must be computed at compile time (an "integer constant expression"). */ #define alignof(thing) _Alignof(thing) #endif /* config.h */