fastbit-config.h
1 /* src/fastbit-config.h. Generated from fastbit-config.h.in by configure. */
2 /* src/fastbit-config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* define the null values used */
5 #define FASTBIT_DOUBLE_NULL std::numeric_limits<double>::quiet_NaN()
6 
7 /* define the null values used */
8 #define FASTBIT_FLOAT_NULL std::numeric_limits<float>::quiet_NaN()
9 
10 /* Define an integer version of FastBit IBIS version number */
11 #define FASTBIT_IBIS_INT_VERSION 0x0000300
12 
13 /* Compiler support <atomic> template */
14 #define HAVE_ATOMIC_TEMPLATE 2
15 
16 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17  */
18 #define HAVE_DIRENT_H 1
19 
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #define HAVE_DLFCN_H 1
22 
23 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
24 /* #undef HAVE_DOPRNT */
25 
26 /* Define to 1 if you have the `flock' function. */
27 #define HAVE_FLOCK 1
28 
29 /* Define to 1 if support __sync_add_and_fetch() on 32-bit integers */
30 #define HAVE_GCC_ATOMIC32 1
31 
32 /* Define to 1 if support __sync_add_and_fetch() on 64-bit integers */
33 #define HAVE_GCC_ATOMIC64 1
34 
35 /* Set to 1 if getpwuid compiles and runs correctly */
36 #define HAVE_GETPWUID 1
37 
38 /* Set to 1 if getpwuid_r compiles and runs correctly */
39 #define HAVE_GETPWUID_R 1
40 
41 /* Define to 1 if you have the `gettimeofday' function. */
42 #define HAVE_GETTIMEOFDAY 1
43 
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #define HAVE_INTTYPES_H 1
46 
47 /* Define to 1 if you have the `m' library (-lm). */
48 #define HAVE_LIBM 1
49 
50 /* Define to 1 if you have the `rt' library (-lrt). */
51 /* #undef HAVE_LIBRT */
52 
53 /* Define to 1 if you have the <memory.h> header file. */
54 #define HAVE_MEMORY_H 1
55 
56 /* Define to 1 if you have the `mkdir' function. */
57 #define HAVE_MKDIR 1
58 
59 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
60 /* #undef HAVE_NDIR_H */
61 
62 /* Define to 1 if nextafter is defined in math.h and is in libm. */
63 #define HAVE_NEXTAFTER 1
64 
65 /* Define if you have POSIX threads libraries and header files. */
66 #define HAVE_PTHREAD 1
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_H 1
70 
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H 1
73 
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
76 
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
79 
80 /* Define to 1 if you have the `strptime' function. */
81 #define HAVE_STRPTIME 1
82 
83 /* Set to 1 if strtoll is defined in stdlib.h */
84 #define HAVE_STRTOLL 1
85 
86 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
87  */
88 /* #undef HAVE_SYS_DIR_H */
89 
90 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
91  */
92 /* #undef HAVE_SYS_NDIR_H */
93 
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96 
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99 
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #define HAVE_UNISTD_H 1
102 
103 /* Compiler support std::unordered_map */
104 #define HAVE_UNORDERED_MAP 1
105 
106 /* Define to 1 if you have the `vprintf' function. */
107 #define HAVE_VPRINTF 1
108 
109 /* Define to the sub-directory in which libtool stores uninstalled libraries.
110  */
111 #define LT_OBJDIR ".libs/"
112 
113 /* Define to the address where bug reports for this package should be sent. */
114 #define FASTBIT_BUGREPORT "[email protected]"
115 
116 /* Define to the full name of this package. */
117 #define FASTBIT_NAME "FastBit"
118 
119 /* Define to the full name and version of this package. */
120 #define FASTBIT_STRING "FastBit 2.0.3.0"
121 
122 /* Define to the one symbol short name of this package. */
123 #define FASTBIT_TARNAME "fastbit"
124 
125 /* Define to the home page for this package. */
126 #define FASTBIT_URL ""
127 
128 /* Define to the version of this package. */
129 #define FASTBIT_VERSION "2.0.3.0"
130 
131 /* Define to 1 if you have the ANSI C header files. */
132 #define STDC_HEADERS 1

Make It A Bit Faster
Contact us
Disclaimers
FastBit source code
FastBit mailing list archive