Blame config.in

Packit e8bc57
/* config.in.  Generated from configure.ac by autoheader.  */
Packit e8bc57
Packit e8bc57
/* Default charset is CP866 rather than iso-8859-1 */
Packit e8bc57
#undef CP866
Packit e8bc57
Packit e8bc57
/* Define name of current directory (C string) */
Packit e8bc57
#undef CURDIR_S
Packit e8bc57
Packit e8bc57
/* database file extension */
Packit e8bc57
#undef DB_EXT
Packit e8bc57
Packit e8bc57
/* database type */
Packit e8bc57
#undef DB_TYPE
Packit e8bc57
Packit e8bc57
/* Use specified charset */
Packit e8bc57
#undef DEFAULT_CHARSET
Packit e8bc57
Packit e8bc57
/* Define directory separator (C character) */
Packit e8bc57
#undef DIRSEP_C
Packit e8bc57
Packit e8bc57
/* Define directory separator (C string) */
Packit e8bc57
#undef DIRSEP_S
Packit e8bc57
Packit e8bc57
/* Disable transactional mode in Berkeley DB */
Packit e8bc57
#undef DISABLE_TRANSACTIONS
Packit e8bc57
Packit e8bc57
/* Disable converting character sets to Unicode */
Packit e8bc57
#undef DISABLE_UNICODE
Packit e8bc57
Packit e8bc57
/* Enable Berkeley DB datastore */
Packit e8bc57
#undef ENABLE_DB_DATASTORE
Packit e8bc57
Packit e8bc57
/* Enable kyotocabinet datastore */
Packit e8bc57
#undef ENABLE_KYOTOCABINET_DATASTORE
Packit e8bc57
Packit e8bc57
/* Enable LMDB datastore */
Packit e8bc57
#undef ENABLE_LMDB_DATASTORE
Packit e8bc57
Packit e8bc57
/* Enable memory usage debugging */
Packit e8bc57
#undef ENABLE_MEMDEBUG
Packit e8bc57
Packit e8bc57
/* Enable qdbm datastore */
Packit e8bc57
#undef ENABLE_QDBM_DATASTORE
Packit e8bc57
Packit e8bc57
/* Enable sqlite3 datastore */
Packit e8bc57
#undef ENABLE_SQLITE_DATASTORE
Packit e8bc57
Packit e8bc57
/* Enable tokyocabinet datastore */
Packit e8bc57
#undef ENABLE_TOKYOCABINET_DATASTORE
Packit e8bc57
Packit e8bc57
/* Force transactional mode in Berkeley DB */
Packit e8bc57
#undef ENABLE_TRANSACTIONS
Packit e8bc57
Packit e8bc57
/* Enable converting character sets to Unicode */
Packit e8bc57
#undef ENABLE_UNICODE
Packit e8bc57
Packit e8bc57
/* Define file extension separator (C string) */
Packit e8bc57
#undef EXTSEP_S
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `arc4random' function. */
Packit e8bc57
#undef HAVE_ARC4RANDOM
Packit e8bc57
Packit e8bc57
/* Have suitable db.h header */
Packit e8bc57
#undef HAVE_DB_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `db_create', and to 0 if you
Packit e8bc57
   don't. */
Packit e8bc57
#undef HAVE_DECL_DB_CREATE
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
Packit e8bc57
   */
Packit e8bc57
#undef HAVE_DECL_GETOPT
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `optreset', and to 0 if you
Packit e8bc57
   don't. */
Packit e8bc57
#undef HAVE_DECL_OPTRESET
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `O_DSYNC', and to 0 if you
Packit e8bc57
   don't. */
Packit e8bc57
#undef HAVE_DECL_O_DSYNC
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `O_FSYNC', and to 0 if you
Packit e8bc57
   don't. */
Packit e8bc57
#undef HAVE_DECL_O_FSYNC
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the declaration of `O_SYNC', and to 0 if you don't.
Packit e8bc57
   */
Packit e8bc57
#undef HAVE_DECL_O_SYNC
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
Packit e8bc57
   */
Packit e8bc57
#undef HAVE_DIRENT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
Packit e8bc57
#undef HAVE_DOPRNT
Packit e8bc57
Packit e8bc57
/* Define to 1 if your compiler supports extern inline storage class. */
Packit e8bc57
#undef HAVE_EXTERN_INLINE
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <fcntl.h> header file. */
Packit e8bc57
#undef HAVE_FCNTL_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <float.h> header file. */
Packit e8bc57
#undef HAVE_FLOAT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `getopt_long' function. */
Packit e8bc57
#undef HAVE_GETOPT_LONG
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `getpagesize' function. */
Packit e8bc57
#undef HAVE_GETPAGESIZE
Packit e8bc57
Packit e8bc57
/* Define if you have GNU Scientific Library 1.0 or newer */
Packit e8bc57
#undef HAVE_GSL_10
Packit e8bc57
Packit e8bc57
/* Define if you have GNU Scientific Library 1.4 or newer */
Packit e8bc57
#undef HAVE_GSL_14
Packit e8bc57
Packit e8bc57
/* Define if you have the iconv() function. */
Packit e8bc57
#undef HAVE_ICONV
Packit e8bc57
Packit e8bc57
/* define to 1 if 'inline' is supported */
Packit e8bc57
#undef HAVE_INLINE
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `int16_t'. */
Packit e8bc57
#undef HAVE_INT16_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `int32_t'. */
Packit e8bc57
#undef HAVE_INT32_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <inttypes.h> header file. */
Packit e8bc57
#undef HAVE_INTTYPES_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `m' library (-lm). */
Packit e8bc57
#undef HAVE_LIBM
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <limits.h> header file. */
Packit e8bc57
#undef HAVE_LIMITS_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `memcpy' function. */
Packit e8bc57
#undef HAVE_MEMCPY
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `memmove' function. */
Packit e8bc57
#undef HAVE_MEMMOVE
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <memory.h> header file. */
Packit e8bc57
#undef HAVE_MEMORY_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have a working `mmap' system call. */
Packit e8bc57
#undef HAVE_MMAP
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
Packit e8bc57
#undef HAVE_NDIR_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <qdbm/depot.h> header file. */
Packit e8bc57
#undef HAVE_QDBM_DEPOT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `rlim_t'. */
Packit e8bc57
#undef HAVE_RLIM_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `sig_atomic_t'. */
Packit e8bc57
#undef HAVE_SIG_ATOMIC_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `snprintf' function. */
Packit e8bc57
#undef HAVE_SNPRINTF
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sqlite3.h> header file. */
Packit e8bc57
#undef HAVE_SQLITE3_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `ssize_t'. */
Packit e8bc57
#undef HAVE_SSIZE_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <stdarg.h> header file. */
Packit e8bc57
#undef HAVE_STDARG_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if stdbool.h conforms to C99. */
Packit e8bc57
#undef HAVE_STDBOOL_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <stdint.h> header file. */
Packit e8bc57
#undef HAVE_STDINT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <stdlib.h> header file. */
Packit e8bc57
#undef HAVE_STDLIB_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strchr' function. */
Packit e8bc57
#undef HAVE_STRCHR
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strerror' function. */
Packit e8bc57
#undef HAVE_STRERROR
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <strings.h> header file. */
Packit e8bc57
#undef HAVE_STRINGS_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <string.h> header file. */
Packit e8bc57
#undef HAVE_STRING_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strlcat' function. */
Packit e8bc57
#undef HAVE_STRLCAT
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strlcpy' function. */
Packit e8bc57
#undef HAVE_STRLCPY
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strrchr' function. */
Packit e8bc57
#undef HAVE_STRRCHR
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `strtoul' function. */
Packit e8bc57
#undef HAVE_STRTOUL
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <syslog.h> header file. */
Packit e8bc57
#undef HAVE_SYSLOG_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
Packit e8bc57
   */
Packit e8bc57
#undef HAVE_SYS_DIR_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
Packit e8bc57
   */
Packit e8bc57
#undef HAVE_SYS_NDIR_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/param.h> header file. */
Packit e8bc57
#undef HAVE_SYS_PARAM_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/select.h> header file. */
Packit e8bc57
#undef HAVE_SYS_SELECT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit e8bc57
#undef HAVE_SYS_SOCKET_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit e8bc57
#undef HAVE_SYS_STAT_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/time.h> header file. */
Packit e8bc57
#undef HAVE_SYS_TIME_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <sys/types.h> header file. */
Packit e8bc57
#undef HAVE_SYS_TYPES_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `uint'. */
Packit e8bc57
#undef HAVE_UINT
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `uint16_t'. */
Packit e8bc57
#undef HAVE_UINT16_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `uint32_t'. */
Packit e8bc57
#undef HAVE_UINT32_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `ulong'. */
Packit e8bc57
#undef HAVE_ULONG
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <unistd.h> header file. */
Packit e8bc57
#undef HAVE_UNISTD_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `u_int16_t'. */
Packit e8bc57
#undef HAVE_U_INT16_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `u_int32_t'. */
Packit e8bc57
#undef HAVE_U_INT32_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `u_int8_t'. */
Packit e8bc57
#undef HAVE_U_INT8_T
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the <values.h> header file. */
Packit e8bc57
#undef HAVE_VALUES_H
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `vprintf' function. */
Packit e8bc57
#undef HAVE_VPRINTF
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the `vsnprintf' function. */
Packit e8bc57
#undef HAVE_VSNPRINTF
Packit e8bc57
Packit e8bc57
/* Define to 1 if the system has the type `_Bool'. */
Packit e8bc57
#undef HAVE__BOOL
Packit e8bc57
Packit e8bc57
/* Define as const if the declaration of iconv() needs const. */
Packit e8bc57
#undef ICONV_CONST
Packit e8bc57
Packit e8bc57
/* path to LEX */
Packit e8bc57
#undef LEX
Packit e8bc57
Packit e8bc57
/* Define to 1 if trio is to be included. */
Packit e8bc57
#undef NEEDTRIO
Packit e8bc57
Packit e8bc57
/* Name of package */
Packit e8bc57
#undef PACKAGE
Packit e8bc57
Packit e8bc57
/* Define to the address where bug reports for this package should be sent. */
Packit e8bc57
#undef PACKAGE_BUGREPORT
Packit e8bc57
Packit e8bc57
/* Define to the full name of this package. */
Packit e8bc57
#undef PACKAGE_NAME
Packit e8bc57
Packit e8bc57
/* Define to the full name and version of this package. */
Packit e8bc57
#undef PACKAGE_STRING
Packit e8bc57
Packit e8bc57
/* Define to the one symbol short name of this package. */
Packit e8bc57
#undef PACKAGE_TARNAME
Packit e8bc57
Packit e8bc57
/* Define to the home page for this package. */
Packit e8bc57
#undef PACKAGE_URL
Packit e8bc57
Packit e8bc57
/* Define to the version of this package. */
Packit e8bc57
#undef PACKAGE_VERSION
Packit e8bc57
Packit e8bc57
/* Define to the type of arg 1 for `select'. */
Packit e8bc57
#undef SELECT_TYPE_ARG1
Packit e8bc57
Packit e8bc57
/* Define to the type of args 2, 3 and 4 for `select'. */
Packit e8bc57
#undef SELECT_TYPE_ARG234
Packit e8bc57
Packit e8bc57
/* Define to the type of arg 5 for `select'. */
Packit e8bc57
#undef SELECT_TYPE_ARG5
Packit e8bc57
Packit e8bc57
/* The size of `int', as computed by sizeof. */
Packit e8bc57
#undef SIZEOF_INT
Packit e8bc57
Packit e8bc57
/* The size of `long', as computed by sizeof. */
Packit e8bc57
#undef SIZEOF_LONG
Packit e8bc57
Packit e8bc57
/* The size of `short', as computed by sizeof. */
Packit e8bc57
#undef SIZEOF_SHORT
Packit e8bc57
Packit e8bc57
/* The size of `size_t', as computed by sizeof. */
Packit e8bc57
#undef SIZEOF_SIZE_T
Packit e8bc57
Packit e8bc57
/* Use specified header name instead of "X-Bogosity" */
Packit e8bc57
#undef SPAM_HEADER_NAME
Packit e8bc57
Packit e8bc57
/* Define to 1 if you have the ANSI C header files. */
Packit e8bc57
#undef STDC_HEADERS
Packit e8bc57
Packit e8bc57
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit e8bc57
#undef TIME_WITH_SYS_TIME
Packit e8bc57
Packit e8bc57
/* Enable extensions on AIX 3, Interix.  */
Packit e8bc57
#ifndef _ALL_SOURCE
Packit e8bc57
# undef _ALL_SOURCE
Packit e8bc57
#endif
Packit e8bc57
/* Enable GNU extensions on systems that have them.  */
Packit e8bc57
#ifndef _GNU_SOURCE
Packit e8bc57
# undef _GNU_SOURCE
Packit e8bc57
#endif
Packit e8bc57
/* Enable threading extensions on Solaris.  */
Packit e8bc57
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit e8bc57
# undef _POSIX_PTHREAD_SEMANTICS
Packit e8bc57
#endif
Packit e8bc57
/* Enable extensions on HP NonStop.  */
Packit e8bc57
#ifndef _TANDEM_SOURCE
Packit e8bc57
# undef _TANDEM_SOURCE
Packit e8bc57
#endif
Packit e8bc57
/* Enable general extensions on Solaris.  */
Packit e8bc57
#ifndef __EXTENSIONS__
Packit e8bc57
# undef __EXTENSIONS__
Packit e8bc57
#endif
Packit e8bc57
Packit e8bc57
Packit e8bc57
/* transactions enabled/disabled flag */
Packit e8bc57
#undef USE_TRANSACTIONS
Packit e8bc57
Packit e8bc57
/* Unicode enabled/disabled flag */
Packit e8bc57
#undef USE_UNICODE
Packit e8bc57
Packit e8bc57
/* Version number of package */
Packit e8bc57
#undef VERSION
Packit e8bc57
Packit e8bc57
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Packit e8bc57
   `char[]'. */
Packit e8bc57
#undef YYTEXT_POINTER
Packit e8bc57
Packit e8bc57
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit e8bc57
#ifndef _DARWIN_USE_64_BIT_INODE
Packit e8bc57
# define _DARWIN_USE_64_BIT_INODE 1
Packit e8bc57
#endif
Packit e8bc57
Packit e8bc57
/* Number of bits in a file offset, on hosts where this is settable. */
Packit e8bc57
#undef _FILE_OFFSET_BITS
Packit e8bc57
Packit e8bc57
/* Define for large files, on AIX-style hosts. */
Packit e8bc57
#undef _LARGE_FILES
Packit e8bc57
Packit e8bc57
/* Define to 1 if on MINIX. */
Packit e8bc57
#undef _MINIX
Packit e8bc57
Packit e8bc57
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit e8bc57
   this defined. */
Packit e8bc57
#undef _POSIX_1_SOURCE
Packit e8bc57
Packit e8bc57
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit e8bc57
#undef _POSIX_SOURCE
Packit e8bc57
Packit e8bc57
/* Define __NO_CTYPE to 1 to avoid GLIBC_2.3-specific ctype.h functions. */
Packit e8bc57
#undef __NO_CTYPE
Packit e8bc57
Packit e8bc57
/* Define to empty if `const' does not conform to ANSI C. */
Packit e8bc57
#undef const
Packit e8bc57
Packit e8bc57
/* Define to `int' if <sys/types.h> doesn't define. */
Packit e8bc57
#undef gid_t
Packit e8bc57
Packit e8bc57
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit e8bc57
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit e8bc57
#ifndef __cplusplus
Packit e8bc57
#undef inline
Packit e8bc57
#endif
Packit e8bc57
Packit e8bc57
/* Define to `int' if <sys/types.h> does not define. */
Packit e8bc57
#undef pid_t
Packit e8bc57
Packit e8bc57
/* Define to the equivalent of the C99 'restrict' keyword, or to
Packit e8bc57
   nothing if this is not supported.  Do not define if restrict is
Packit e8bc57
   supported directly.  */
Packit e8bc57
#undef restrict
Packit e8bc57
/* Work around a bug in Sun C++: it does not support _Restrict or
Packit e8bc57
   __restrict__, even though the corresponding Sun C compiler ends up with
Packit e8bc57
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
Packit e8bc57
   previous line.  Perhaps some future version of Sun C++ will work with
Packit e8bc57
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
Packit e8bc57
#if defined __SUNPRO_CC && !defined __RESTRICT
Packit e8bc57
# define _Restrict
Packit e8bc57
# define __restrict__
Packit e8bc57
#endif
Packit e8bc57
Packit e8bc57
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit e8bc57
#undef size_t
Packit e8bc57
Packit e8bc57
/* Define to trio_snprintf if your system lacks snprintf */
Packit e8bc57
#undef snprintf
Packit e8bc57
Packit e8bc57
/* Define to sqlite3_prepare if new interface missing (for sqlite < 3.3.9) */
Packit e8bc57
#undef sqlite3_prepare_v2
Packit e8bc57
Packit e8bc57
/* Define to `unsigned long' if <sys/types.h> does not define. */
Packit e8bc57
#undef u_long
Packit e8bc57
Packit e8bc57
/* Define to `int' if <sys/types.h> doesn't define. */
Packit e8bc57
#undef uid_t
Packit e8bc57
Packit e8bc57
/* Define to empty if the keyword `volatile' does not work. Warning: valid
Packit e8bc57
   code using `volatile' can become incorrect without. Disable with care. */
Packit e8bc57
#undef volatile
Packit e8bc57
Packit e8bc57
/* Define to trio_vsnprintf if your system lacks vsnprintf */
Packit e8bc57
#undef vsnprintf
Packit e8bc57
Packit e8bc57
Packit e8bc57
#ifdef HAVE_EXTENDED_PRECISION_REGISTERS
Packit e8bc57
#define GSL_COERCE_DBL(x) (gsl_coerce_double(x))
Packit e8bc57
#else
Packit e8bc57
#define GSL_COERCE_DBL(x) (x)
Packit e8bc57
#endif
Packit e8bc57