1 /* wiredtiger_config.h.  Generated from config.hin by configure.  */
2 /* build_posix/config.hin.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 to pause for debugger attach on failure. */
8 /* #undef HAVE_ATTACH */
9 
10 /* Build the LevelDB API with Basho LevelDB support. */
11 /* #undef HAVE_BASHOLEVELDB */
12 
13 /* Snappy support automatically loaded. */
14 /* #undef HAVE_BUILTIN_EXTENSION_SNAPPY */
15 
16 /* Zlib support automatically loaded. */
17 /* #undef HAVE_BUILTIN_EXTENSION_ZLIB */
18 
19 /* Define to 1 if you have the `clock_gettime' function. */
20 #define HAVE_CLOCK_GETTIME 1
21 
22 /* Define to 1 for diagnostic tests. */
23 /* #undef HAVE_DIAGNOSTIC */
24 
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #define HAVE_DLFCN_H 1
27 
28 /* Define to 1 if you have the `fallocate' function. */
29 /* #undef HAVE_FALLOCATE */
30 
31 /* Define to 1 if you have the `fcntl' function. */
32 #define HAVE_FCNTL 1
33 
34 /* Define to 1 if you have the `fdatasync' function. */
35 /* #undef HAVE_FDATASYNC */
36 
37 /* Define to 1 if you have the `fread_unlocked' function. */
38 /* #undef HAVE_FREAD_UNLOCKED */
39 
40 /* Define to 1 if you have the `ftruncate' function. */
41 #define HAVE_FTRUNCATE 1
42 
43 /* Define to 1 if you have the `gettimeofday' function. */
44 #define HAVE_GETTIMEOFDAY 1
45 
46 /* Build the LevelDB API with HyperLevelDB support. */
47 /* #undef HAVE_HYPERLEVELDB */
48 
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #define HAVE_INTTYPES_H 1
51 
52 /* Define to 1 if you have the `bz2' library (-lbz2). */
53 /* #undef HAVE_LIBBZ2 */
54 
55 /* Define to 1 if you have the `dl' library (-ldl). */
56 /* #undef HAVE_LIBDL */
57 
58 /* Define to 1 if you have the `pthread' library (-lpthread). */
59 #define HAVE_LIBPTHREAD 1
60 
61 /* Define to 1 if you have the `rt' library (-lrt). */
62 #define HAVE_LIBRT 1
63 
64 /* Define to 1 if you have the `snappy' library (-lsnappy). */
65 /* #undef HAVE_LIBSNAPPY */
66 
67 /* Define to 1 if you have the `z' library (-lz). */
68 /* #undef HAVE_LIBZ */
69 
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72 
73 /* Define to 1 if you have the `posix_fadvise' function. */
74 #define HAVE_POSIX_FADVISE 1
75 
76 /* Define to 1 if you have the `posix_fallocate' function. */
77 #define HAVE_POSIX_FALLOCATE 1
78 
79 /* Define to 1 if you have the `posix_madvise' function. */
80 #define HAVE_POSIX_MADVISE 1
81 
82 /* Define to 1 if you have the `posix_memalign' function. */
83 #define HAVE_POSIX_MEMALIGN 1
84 
85 /* Define to 1 if you have the <pthread_np.h> header file. */
86 #define HAVE_PTHREAD_NP_H 1
87 
88 /* Build the LevelDB API with RocksDB support. */
89 /* #undef HAVE_ROCKSDB */
90 
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #define HAVE_STDINT_H 1
93 
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #define HAVE_STDLIB_H 1
96 
97 /* Define to 1 if you have the <strings.h> header file. */
98 #define HAVE_STRINGS_H 1
99 
100 /* Define to 1 if you have the <string.h> header file. */
101 #define HAVE_STRING_H 1
102 
103 /* Define to 1 if you have the `strtouq' function. */
104 #define HAVE_STRTOUQ 1
105 
106 /* Define to 1 if you have the `sync_file_range' function. */
107 /* #undef HAVE_SYNC_FILE_RANGE */
108 
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #define HAVE_SYS_STAT_H 1
111 
112 /* Define to 1 if you have the <sys/types.h> header file. */
113 #define HAVE_SYS_TYPES_H 1
114 
115 /* Define to 1 if you have the <unistd.h> header file. */
116 #define HAVE_UNISTD_H 1
117 
118 /* Enable verbose message configuration. */
119 /* #undef HAVE_VERBOSE */
120 
121 /* Define to 1 if you have the <x86intrin.h> header file. */
122 /* #undef HAVE_X86INTRIN_H */
123 
124 /* Spinlock type from mutex.h. */
125 #define SPINLOCK_TYPE SPINLOCK_PTHREAD_MUTEX
126 
127 /* Define to 1 if you have the ANSI C header files. */
128 #define STDC_HEADERS 1
129 
130 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
131    significant byte first (like Motorola and SPARC, unlike Intel). */
132 #if defined AC_APPLE_UNIVERSAL_BUILD
133 # if defined __BIG_ENDIAN__
134 #  define WORDS_BIGENDIAN 1
135 # endif
136 #else
137 # ifndef WORDS_BIGENDIAN
138 /* #  undef WORDS_BIGENDIAN */
139 # endif
140 #endif
141 
142 /* Default alignment of buffers used for I/O */
143 #define WT_BUFFER_ALIGNMENT_DEFAULT 0
144 
145 /* Size of a transaction timestamp in bytes */
146 #define WT_TIMESTAMP_SIZE 8
147 
148 /* Enable large inode numbers on Mac OS X 10.5.  */
149 #ifndef _DARWIN_USE_64_BIT_INODE
150 # define _DARWIN_USE_64_BIT_INODE 1
151 #endif
152 
153 /* Number of bits in a file offset, on hosts where this is settable. */
154 /* #undef _FILE_OFFSET_BITS */
155 
156 /* Define for large files, on AIX-style hosts. */
157 /* #undef _LARGE_FILES */
158