509 lines
13 KiB
C
509 lines
13 KiB
C
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
|
/* The normal alignment of `int', in bytes. */
|
|
#undef ALIGNOF_INT
|
|
|
|
/* The normal alignment of `long', in bytes. */
|
|
#undef ALIGNOF_LONG
|
|
|
|
/* The normal alignment of `long long', in bytes. */
|
|
#undef ALIGNOF_LONG_LONG
|
|
|
|
/* Compile with debug code */
|
|
#undef DEBUG
|
|
|
|
/* Enable use of /dev/urandom */
|
|
#undef ENABLE_DEV_URANDOM
|
|
|
|
/* this is the prefix for STL exception functions */
|
|
#undef EXCEPTION_NAMESPACE
|
|
|
|
/* Define to 1 if you have the `bind' function. */
|
|
#undef HAVE_BIND
|
|
|
|
/* Define to 1 if you have the <bits/signum.h> header file. */
|
|
#undef HAVE_BITS_SIGNUM_H
|
|
|
|
/* Define to 1 if you have the `broken_ac_check_func' function. */
|
|
#undef HAVE_BROKEN_AC_CHECK_FUNC
|
|
|
|
/* Define to 1 if you have the `chmod' function. */
|
|
#undef HAVE_CHMOD
|
|
|
|
/* Define to 1 if you have the `chown' function. */
|
|
#undef HAVE_CHOWN
|
|
|
|
/* Uses the Clang compiler */
|
|
#undef HAVE_CLANG
|
|
|
|
/* Define to 1 if you have the `close' function. */
|
|
#undef HAVE_CLOSE
|
|
|
|
/* Define to 1 if you have the `closedir' function. */
|
|
#undef HAVE_CLOSEDIR
|
|
|
|
/* Define to 1 if you have the `closelog' function. */
|
|
#undef HAVE_CLOSELOG
|
|
|
|
/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
|
|
#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H
|
|
|
|
/* Define to 1 if you have the `connect' function. */
|
|
#undef HAVE_CONNECT
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
*/
|
|
#undef HAVE_DIRENT_H
|
|
|
|
/* Define to 1 if you have the `door_create' function. */
|
|
#undef HAVE_DOOR_CREATE
|
|
|
|
/* Define to 1 if you have the <door.h> header file. */
|
|
#undef HAVE_DOOR_H
|
|
|
|
/* Define to 1 if you have the `execve' function. */
|
|
#undef HAVE_EXECVE
|
|
|
|
/* Define to 1 if you have the `fclose' function. */
|
|
#undef HAVE_FCLOSE
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define to 1 if you have the `fopen' function. */
|
|
#undef HAVE_FOPEN
|
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
#undef HAVE_FORK
|
|
|
|
/* Define to 1 if you have the `fread' function. */
|
|
#undef HAVE_FREAD
|
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
#undef HAVE_FSEEKO
|
|
|
|
/* Define to 1 if you have the `fstatat' function. */
|
|
#undef HAVE_FSTATAT
|
|
|
|
/* Uses the GNU gcc compiler */
|
|
#undef HAVE_GCC
|
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
/* Define to 1 if you have the `getgrgid' function. */
|
|
#undef HAVE_GETGRGID
|
|
|
|
/* Define to 1 if you have the `gethostbyname' function. */
|
|
#undef HAVE_GETHOSTBYNAME
|
|
|
|
/* Define to 1 if you have the `gethostid' function. */
|
|
#undef HAVE_GETHOSTID
|
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
/* Define to 1 if you have the `getuid' function. */
|
|
#undef HAVE_GETUID
|
|
|
|
/* Define to 1 if you have the <grp.h> header file. */
|
|
#undef HAVE_GRP_H
|
|
|
|
/* Uses the aCC compiler */
|
|
#undef HAVE_HP_ACC
|
|
|
|
/* Uses the gxlc++ compiler */
|
|
#undef HAVE_IBM_GXLC
|
|
|
|
/* Uses the IBM XL C++ compiler */
|
|
#undef HAVE_IBM_XLC
|
|
|
|
/* Define to 1 if you have the <iconv.h> header file. */
|
|
#undef HAVE_ICONV_H
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have the <langinfo.h> header file. */
|
|
#undef HAVE_LANGINFO_H
|
|
|
|
/* Define to 1 if you have the <limits> header file. */
|
|
#undef HAVE_LIMITS
|
|
|
|
/* Define to 1 if you have the `link' function. */
|
|
#undef HAVE_LINK
|
|
|
|
/* Define to 1 if you have the <locale> header file. */
|
|
#undef HAVE_LOCALE
|
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
|
#undef HAVE_LSTAT
|
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
#undef HAVE_MALLOC_H
|
|
|
|
/* Define to 1 if you have the `memcpy_s' function. */
|
|
#undef HAVE_MEMCPY_S
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if you have the `mkfifo' function. */
|
|
#undef HAVE_MKFIFO
|
|
|
|
/* Define to 1 if you have the `mknod' function. */
|
|
#undef HAVE_MKNOD
|
|
|
|
/* Define to 1 if you have the `mkstemp' function. */
|
|
#undef HAVE_MKSTEMP
|
|
|
|
/* Define to 1 if you have the `mktemp' function. */
|
|
#undef HAVE_MKTEMP
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
#undef HAVE_NDIR_H
|
|
|
|
/* Define to 1 if you have the `open' function. */
|
|
#undef HAVE_OPEN
|
|
|
|
/* Define to 1 if you have the `openat' function. */
|
|
#undef HAVE_OPENAT
|
|
|
|
/* Define to 1 if you have the `opendir' function. */
|
|
#undef HAVE_OPENDIR
|
|
|
|
/* Define to 1 if you have the `openlog' function. */
|
|
#undef HAVE_OPENLOG
|
|
|
|
/* Define to 1 if you have the <openssl/md5.h> header file. */
|
|
#undef HAVE_OPENSSL_MD5_H
|
|
|
|
/* Define to 1 if you have the <openssl/sha.h> header file. */
|
|
#undef HAVE_OPENSSL_SHA_H
|
|
|
|
/* Uses the sunCC compiler */
|
|
#undef HAVE_ORACLE_SUNCC
|
|
|
|
/* Define to 1 if you have the `popen' function. */
|
|
#undef HAVE_POPEN
|
|
|
|
/* Define to 1 if you have the `port_create' function. */
|
|
#undef HAVE_PORT_CREATE
|
|
|
|
/* Define to 1 if you have the <port.h> header file. */
|
|
#undef HAVE_PORT_H
|
|
|
|
/* Define to 1 if you have the `posix_fadvise' function. */
|
|
#undef HAVE_POSIX_FADVISE
|
|
|
|
/* Define to 1 if you have the `posix_spawn' function. */
|
|
#undef HAVE_POSIX_SPAWN
|
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
#undef HAVE_PWD_H
|
|
|
|
/* Define to 1 if you have the `read' function. */
|
|
#undef HAVE_READ
|
|
|
|
/* Define to 1 if you have the `readdir' function. */
|
|
#undef HAVE_READDIR
|
|
|
|
/* Define to 1 if you have the `readlink' function. */
|
|
#undef HAVE_READLINK
|
|
|
|
/* Define to 1 if you have the `readlinkat' function. */
|
|
#undef HAVE_READLINKAT
|
|
|
|
/* Define to 1 if you have the `setgid' function. */
|
|
#undef HAVE_SETGID
|
|
|
|
/* Define to 1 if you have the `setuid' function. */
|
|
#undef HAVE_SETUID
|
|
|
|
/* Define to 1 if you have the <signum.h> header file. */
|
|
#undef HAVE_SIGNUM_H
|
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
#undef HAVE_SOCKET
|
|
|
|
/* Define to 1 if you have the `stat' function. */
|
|
#undef HAVE_STAT
|
|
|
|
/* Define to 1 if you have the `statx' function. */
|
|
#undef HAVE_STATX
|
|
|
|
/* Define to 1 if you have the <stdarg.h> header file. */
|
|
#undef HAVE_STDARG_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 if STLport library is used */
|
|
#undef HAVE_STLPORT
|
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
|
#undef HAVE_STRFTIME
|
|
|
|
/* 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 `st_attrib' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_ATTRIB
|
|
|
|
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
|
|
|
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_BLOCKS
|
|
|
|
/* Define to 1 if `st_flag' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_FLAG
|
|
|
|
/* Define to 1 if `st_flags' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_FLAGS
|
|
|
|
/* Define to 1 if `st_gen' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_GEN
|
|
|
|
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_RDEV
|
|
|
|
/* Define to 1 if you have the `swab' function. */
|
|
#undef HAVE_SWAB
|
|
|
|
/* Define to 1 if you have the `symlink' function. */
|
|
#undef HAVE_SYMLINK
|
|
|
|
/* Define to 1 if you have the `syslog' function. */
|
|
#undef HAVE_SYSLOG
|
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
#undef HAVE_SYSLOG_H
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
*/
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
#undef HAVE_SYS_FILE_H
|
|
|
|
/* Define to 1 if you have the <sys/fs/vx_ioctl.h> header file. */
|
|
#undef HAVE_SYS_FS_VX_IOCTL_H
|
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
|
#undef HAVE_SYS_MOUNT_H
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
*/
|
|
#undef HAVE_SYS_NDIR_H
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
#undef HAVE_SYS_SELECT_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/statfs.h> header file. */
|
|
#undef HAVE_SYS_STATFS_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/syslog.h> header file. */
|
|
#undef HAVE_SYS_SYSLOG_H
|
|
|
|
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
|
|
#undef HAVE_SYS_SYSMACROS_H
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_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/unistd.h> header file. */
|
|
#undef HAVE_SYS_UNISTD_H
|
|
|
|
/* Define to 1 if you have the <sys/ustat.h> header file. */
|
|
#undef HAVE_SYS_USTAT_H
|
|
|
|
/* Define to 1 if you have the <sys/utsname.h> header file. */
|
|
#undef HAVE_SYS_UTSNAME_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 `tmpnam' function. */
|
|
#undef HAVE_TMPNAM
|
|
|
|
/* Define to 1 if you have the `tzset' function. */
|
|
#undef HAVE_TZSET
|
|
|
|
/* Define to 1 if the system has the type `uintptr_t'. */
|
|
#undef HAVE_UINTPTR_T
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the <varargs.h> header file. */
|
|
#undef HAVE_VARARGS_H
|
|
|
|
/* Define to 1 if you have the <wchar.h> header file. */
|
|
#undef HAVE_WCHAR_H
|
|
|
|
/* Define to 1 if you have the file `/dev/arandom'. */
|
|
#undef HAVE__DEV_ARANDOM
|
|
|
|
/* Define to 1 if you have the file `/dev/random'. */
|
|
#undef HAVE__DEV_RANDOM
|
|
|
|
/* Define to 1 if you have the file `/dev/urandom'. */
|
|
#undef HAVE__DEV_URANDOM
|
|
|
|
/* Define to 1 if you have the `_exit' function. */
|
|
#undef HAVE__EXIT
|
|
|
|
/* Compile without debug code */
|
|
#undef NDEBUG
|
|
|
|
/* 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
|
|
|
|
/* The size of `int', as computed by sizeof. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* The size of `time_t', as computed by sizeof. */
|
|
#undef SIZEOF_TIME_T
|
|
|
|
/* The size of `wchar_t', as computed by sizeof. */
|
|
#undef SIZEOF_WCHAR_T
|
|
|
|
/* Don't use gethostbyname() on Solaris */
|
|
#undef SOLARIS_NO_GETHOSTBYNAME
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Target OS */
|
|
#undef TARGET_OS
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Uses one's complement */
|
|
#undef USES_1S_COMPLEMENT
|
|
|
|
/* Uses two's complement */
|
|
#undef USES_2S_COMPLEMENT
|
|
|
|
/* Uses signed magnitute */
|
|
#undef USES_SIGNED_MAGNITUDE
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* 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
|
|
|
|
/* 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 to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|
|
|
|
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
|
|
#ifndef __CHAR_UNSIGNED__
|
|
# undef __CHAR_UNSIGNED__
|
|
#endif
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef gid_t
|
|
|
|
/* Define to the equivalent of the C99 'restrict' keyword, or to
|
|
nothing if this is not supported. Do not define if restrict is
|
|
supported directly. */
|
|
#undef restrict
|
|
/* Work around a bug in Sun C++: it does not support _Restrict or
|
|
__restrict__, even though the corresponding Sun C compiler ends up with
|
|
"#define restrict _Restrict" or "#define restrict __restrict__" in the
|
|
previous line. Perhaps some future version of Sun C++ will work with
|
|
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
|
#if defined __SUNPRO_CC && !defined __RESTRICT
|
|
# define _Restrict
|
|
# define __restrict__
|
|
#endif
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
#undef size_t
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef uid_t
|
|
|
|
/* Define to the type of an unsigned integer type wide enough to hold a
|
|
pointer, if such a type exists, and if the system does not define it. */
|
|
#undef uintptr_t
|
|
|
|
#include "core/fixups.h"
|