1/* config.h.in. Generated from configure.in by autoheader. */ 2 3/* Define to 1 if you have the <fcntl.h> header file. */ 4#undef HAVE_FCNTL_H 5 6/* Define to 1 if you have the `fseeko64' function. */ 7#undef HAVE_FSEEKO64 8 9/* Define to 1 if you have the `gettimeofday' function. */ 10#undef HAVE_GETTIMEOFDAY 11 12/* Define to 1 if you have the <inttypes.h> header file. */ 13#undef HAVE_INTTYPES_H 14 15/* Define to 1 if you have the `m' library (-lm). */ 16#undef HAVE_LIBM 17 18/* Define to 1 if you have the `pthread' library (-lpthread). */ 19#undef HAVE_LIBPTHREAD 20 21/* Define to 1 if you have the <limits.h> header file. */ 22#undef HAVE_LIMITS_H 23 24/* Define to 1 if you have the `lrand48_r' function. */ 25#undef HAVE_LRAND48_R 26 27/* Define to 1 if you have the <memory.h> header file. */ 28#undef HAVE_MEMORY_H 29 30/* Define to 1 if you have the `mkdir' function. */ 31#undef HAVE_MKDIR 32 33/* Define to 1 if you have the `open64' function. */ 34#undef HAVE_OPEN64 35 36/* Define to 1 if you have the <pthread.h> header file. */ 37#undef HAVE_PTHREAD_H 38 39/* Define to 1 if you have the `srand48_r' function. */ 40#undef HAVE_SRAND48_R 41 42/* Define to 1 if you have the `stat64' function. */ 43#undef HAVE_STAT64 44 45/* Define to 1 if you have the <stdint.h> header file. */ 46#undef HAVE_STDINT_H 47 48/* Define to 1 if you have the <stdlib.h> header file. */ 49#undef HAVE_STDLIB_H 50 51/* Define to 1 if you have the `strerror' function. */ 52#undef HAVE_STRERROR 53 54/* Define to 1 if you have the <strings.h> header file. */ 55#undef HAVE_STRINGS_H 56 57/* Define to 1 if you have the <string.h> header file. */ 58#undef HAVE_STRING_H 59 60/* Define to 1 if you have the `system' function. */ 61#undef HAVE_SYSTEM 62 63/* Define to 1 if you have the <sys/limits.h> header file. */ 64#undef HAVE_SYS_LIMITS_H 65 66/* Define to 1 if you have the <sys/stat.h> header file. */ 67#undef HAVE_SYS_STAT_H 68 69/* Define to 1 if you have the <sys/time.h> header file. */ 70#undef HAVE_SYS_TIME_H 71 72/* Define to 1 if you have the <sys/types.h> header file. */ 73#undef HAVE_SYS_TYPES_H 74 75/* Define to 1 if you have the <sys/vfs.h> header file. */ 76#undef HAVE_SYS_VFS_H 77 78/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 79#undef HAVE_SYS_WAIT_H 80 81/* Define to 1 if you have the <unistd.h> header file. */ 82#undef HAVE_UNISTD_H 83 84/* Name of package */ 85#undef PACKAGE 86 87/* Define to the address where bug reports for this package should be sent. */ 88#undef PACKAGE_BUGREPORT 89 90/* Define to the full name of this package. */ 91#undef PACKAGE_NAME 92 93/* Define to the full name and version of this package. */ 94#undef PACKAGE_STRING 95 96/* Define to the one symbol short name of this package. */ 97#undef PACKAGE_TARNAME 98 99/* Define to the version of this package. */ 100#undef PACKAGE_VERSION 101 102/* Define to 1 if the C compiler supports function prototypes. */ 103#undef PROTOTYPES 104 105/* Define to 1 if the `setvbuf' function takes the buffering type as its 106 second argument and the buffer pointer as the third, as on System V before 107 release 3. */ 108#undef SETVBUF_REVERSED 109 110/* Define to 1 if you have the ANSI C header files. */ 111#undef STDC_HEADERS 112 113/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 114#undef TIME_WITH_SYS_TIME 115 116/* Version number of package */ 117#undef VERSION 118 119/* Define to 1 if on AIX 3. 120 System headers sometimes define this. 121 We just want to avoid a redefinition error message. */ 122#ifndef _ALL_SOURCE 123# undef _ALL_SOURCE 124#endif 125 126/* Define like PROTOTYPES; this can be used by system headers. */ 127#undef __PROTOTYPES 128 129/* Define to empty if `const' does not conform to ANSI C. */ 130#undef const 131