123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* "Regular expressions are supported and enabled" */
- #undef ENABLE_REGEX
- /* Subunit protocol result output */
- #undef ENABLE_SUBUNIT
- /* Define to 1 if you have the `alarm' function. */
- #undef HAVE_ALARM
- /* Define to 1 if you have the `clock_gettime' function. */
- #undef HAVE_CLOCK_GETTIME
- /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
- */
- #undef HAVE_DECL_ALARM
- /* Define to 1 if you have the declaration of `clock_gettime', and to 0 if you
- don't. */
- #undef HAVE_DECL_CLOCK_GETTIME
- /* Define to 1 if you have the declaration of `getline', and to 0 if you
- don't. */
- #undef HAVE_DECL_GETLINE
- /* Define to 1 if you have the declaration of `gettimeofday', and to 0 if you
- don't. */
- #undef HAVE_DECL_GETTIMEOFDAY
- /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
- don't. */
- #undef HAVE_DECL_LOCALTIME_R
- /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
- */
- #undef HAVE_DECL_SETENV
- /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
- */
- #undef HAVE_DECL_STRDUP
- /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
- don't. */
- #undef HAVE_DECL_STRSIGNAL
- /* Define to 1 if you have the declaration of `timer_create', and to 0 if you
- don't. */
- #undef HAVE_DECL_TIMER_CREATE
- /* Define to 1 if you have the declaration of `timer_delete', and to 0 if you
- don't. */
- #undef HAVE_DECL_TIMER_DELETE
- /* Define to 1 if you have the declaration of `timer_settime', and to 0 if you
- don't. */
- #undef HAVE_DECL_TIMER_SETTIME
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Define to 1 if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define to 1 if you have the `fork' function. */
- #undef HAVE_FORK
- /* Define to 1 if you have the `getline' function. */
- #undef HAVE_GETLINE
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define to 1 if you have the `InitOnceBeginInitialize' function. */
- #undef HAVE_INITONCEBEGININITIALIZE
- /* Define to 1 if you have the `InitOnceComplete' function. */
- #undef HAVE_INITONCECOMPLETE
- /* Define to 1 if the system has the type `intmax_t'. */
- #undef HAVE_INTMAX_T
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `m' library (-lm). */
- #undef HAVE_LIBM
- /* Define to 1 if you have the `rt' library (-lrt). */
- #undef HAVE_LIBRT
- /* Define to 1 if you have the `localeconv' function. */
- #undef HAVE_LOCALECONV
- /* Define to 1 if you have the <locale.h> header file. */
- #undef HAVE_LOCALE_H
- /* Define to 1 if you have the `localtime_r' function. */
- #undef HAVE_LOCALTIME_R
- /* Define to 1 if the system has the type `long double'. */
- #undef HAVE_LONG_DOUBLE
- /* Define to 1 if the system has the type 'long long int'. */
- #undef HAVE_LONG_LONG_INT
- /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
- #undef HAVE_MALLOC
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `mkstemp' function. */
- #undef HAVE_MKSTEMP
- /* Define if you have POSIX threads libraries and header files. */
- #undef HAVE_PTHREAD
- /* Define to 1 if the system has the type `ptrdiff_t'. */
- #undef HAVE_PTRDIFF_T
- /* Define to 1 if your system has a GNU libc compatible `realloc' function,
- and to 0 otherwise. */
- #undef HAVE_REALLOC
- /* Define to 1 if you have the `regcomp' function. */
- #undef HAVE_REGCOMP
- /* "Regular expressions are supported" */
- #undef HAVE_REGEX
- /* Define to 1 if you have the `regexec' function. */
- #undef HAVE_REGEXEC
- /* Define to 1 if you have the <regex.h> header file. */
- #undef HAVE_REGEX_H
- /* Define to 1 if you have the `setitimer' function. */
- #undef HAVE_SETITIMER
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have a C99 compliant 'snprintf' function. */
- #undef HAVE_SNPRINTF
- /* Define to 1 if you have the <stdarg.h> header file. */
- #undef HAVE_STDARG_H
- /* Define to 1 if you have the <stddef.h> header file. */
- #undef HAVE_STDDEF_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 `strdup' function. */
- #undef HAVE_STRDUP
- /* 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 `strsignal' function. */
- #undef HAVE_STRSIGNAL
- /* Define to 1 if `it_interval' is a member of `struct itimerspec'. */
- #undef HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL
- /* Define to 1 if `it_value' is a member of `struct itimerspec'. */
- #undef HAVE_STRUCT_ITIMERSPEC_IT_VALUE
- /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
- #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
- /* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
- #undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
- /* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
- #undef HAVE_STRUCT_TIMESPEC_TV_NSEC
- /* Define to 1 if `tv_sec' is a member of `struct timespec'. */
- #undef HAVE_STRUCT_TIMESPEC_TV_SEC
- /* 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/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 <sys/wait.h> that is POSIX.1 compatible. */
- #undef HAVE_SYS_WAIT_H
- /* Define to 1 if you have the `timer_create' function. */
- #undef HAVE_TIMER_CREATE
- /* Define to 1 if you have the `timer_delete' function. */
- #undef HAVE_TIMER_DELETE
- /* Define to 1 if you have the `timer_settime' function. */
- #undef HAVE_TIMER_SETTIME
- /* Define to 1 if you have the <time.h> header file. */
- #undef HAVE_TIME_H
- /* Define to 1 if the system has the type `uintmax_t'. */
- #undef HAVE_UINTMAX_T
- /* 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 the system has the type 'unsigned long long int'. */
- #undef HAVE_UNSIGNED_LONG_LONG_INT
- /* Define to 1 if you have a C99 compliant 'vsnprintf' function. */
- #undef HAVE_VSNPRINTF
- /* Define to 1 if you have the <windows.h> header file. */
- #undef HAVE_WINDOWS_H
- /* Define to the sub-directory where libtool stores uninstalled libraries. */
- #undef LT_OBJDIR
- /* 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 to necessary symbol if this constant uses a non-standard name on
- your system. */
- #undef PTHREAD_CREATE_JOINABLE
- /* The size of `char', as computed by sizeof. */
- #undef SIZEOF_CHAR
- /* 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 `short', as computed by sizeof. */
- #undef SIZEOF_SHORT
- /* The size of `void*', as computed by sizeof. */
- #undef SIZEOF_VOIDP
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* "Need to define the itimerspec structure" */
- #undef STRUCT_ITIMERSPEC_DEFINITION_MISSING
- /* "Need to define the timespec structure" */
- #undef STRUCT_TIMESPEC_DEFINITION_MISSING
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Define to 1 if your <sys/time.h> declares `struct tm'. */
- #undef TM_IN_SYS_TIME
- /* Enable extensions on AIX 3, Interix. */
- #ifndef _ALL_SOURCE
- # undef _ALL_SOURCE
- #endif
- /* Enable GNU extensions on systems that have them. */
- #ifndef _GNU_SOURCE
- # undef _GNU_SOURCE
- #endif
- /* Enable threading extensions on Solaris. */
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # undef _POSIX_PTHREAD_SEMANTICS
- #endif
- /* Enable extensions on HP NonStop. */
- #ifndef _TANDEM_SOURCE
- # undef _TANDEM_SOURCE
- #endif
- /* Enable general extensions on Solaris. */
- #ifndef __EXTENSIONS__
- # undef __EXTENSIONS__
- #endif
- /* Version number of package */
- #undef VERSION
- /* 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 for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
- #define below would cause a syntax error. */
- #undef _UINT32_T
- /* clockid_t */
- #undef clockid_t
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
- not define. */
- #undef intmax_t
- /* Define to rpl_malloc if the replacement function should be used. */
- #undef malloc
- /* Define to `int' if <sys/types.h> does not define. */
- #undef pid_t
- /* Define to rpl_realloc if the replacement function should be used. */
- #undef realloc
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
- /* Define to rpl_snprintf if the replacement function should be used. */
- #undef snprintf
- /* timer_t */
- #undef timer_t
- /* Define to the type of an unsigned integer type of width exactly 32 bits if
- such a type exists and the standard includes do not define it. */
- #undef uint32_t
- /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
- do not define. */
- #undef uintmax_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
- /* Define to rpl_vsnprintf if the replacement function should be used. */
- #undef vsnprintf
|