00001 /* src/fastbit-config.h. Generated from fastbit-config.h.in by configure. */ 00002 /* src/fastbit-config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* define the null values used */ 00005 #define FASTBIT_DOUBLE_NULL std::numeric_limits<double>::quiet_NaN() 00006 00007 /* define the null values used */ 00008 #define FASTBIT_FLOAT_NULL std::numeric_limits<float>::quiet_NaN() 00009 00010 /* Define an integer version of FastBit IBIS version number */ 00011 #define FASTBIT_IBIS_INT_VERSION 1020410 00012 00013 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00014 */ 00015 #define HAVE_DIRENT_H 1 00016 00017 /* Define to 1 if you have the <dlfcn.h> header file. */ 00018 #define HAVE_DLFCN_H 1 00019 00020 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00021 /* #undef HAVE_DOPRNT */ 00022 00023 /* Define to 1 if support __sync_add_and_fetch() on 32-bit integers */ 00024 #define HAVE_GCC_ATOMIC32 1 00025 00026 /* Define to 1 if support __sync_add_and_fetch() on 64-bit integers */ 00027 #define HAVE_GCC_ATOMIC64 1 00028 00029 /* Set to 1 if getpwuid compiles and runs correctly */ 00030 #define HAVE_GETPWUID 1 00031 00032 /* Set to 1 if getpwuid_r compiles and runs correctly */ 00033 #define HAVE_GETPWUID_R 1 00034 00035 /* Define to 1 if you have the `gettimeofday' function. */ 00036 #define HAVE_GETTIMEOFDAY 1 00037 00038 /* Define to 1 if you have the <inttypes.h> header file. */ 00039 #define HAVE_INTTYPES_H 1 00040 00041 /* Define to 1 if you have the `m' library (-lm). */ 00042 #define HAVE_LIBM 1 00043 00044 /* Define to 1 if you have the `rt' library (-lrt). */ 00045 #define HAVE_LIBRT 1 00046 00047 /* Define to 1 if you have the <memory.h> header file. */ 00048 #define HAVE_MEMORY_H 1 00049 00050 /* Define to 1 if you have the `mkdir' function. */ 00051 #define HAVE_MKDIR 1 00052 00053 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00054 /* #undef HAVE_NDIR_H */ 00055 00056 /* Define to 1 if nextafter is defined in math.h and is in libm. */ 00057 #define HAVE_NEXTAFTER 1 00058 00059 /* Define if you have POSIX threads libraries and header files. */ 00060 #define HAVE_PTHREAD 1 00061 00062 /* Define to 1 if you have the <stdint.h> header file. */ 00063 #define HAVE_STDINT_H 1 00064 00065 /* Define to 1 if you have the <stdlib.h> header file. */ 00066 #define HAVE_STDLIB_H 1 00067 00068 /* Define to 1 if you have the <strings.h> header file. */ 00069 #define HAVE_STRINGS_H 1 00070 00071 /* Define to 1 if you have the <string.h> header file. */ 00072 #define HAVE_STRING_H 1 00073 00074 /* Set to 1 if strtoll is defined in stdlib.h */ 00075 #define HAVE_STRTOLL 1 00076 00077 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00078 */ 00079 /* #undef HAVE_SYS_DIR_H */ 00080 00081 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00082 */ 00083 /* #undef HAVE_SYS_NDIR_H */ 00084 00085 /* Define to 1 if you have the <sys/stat.h> header file. */ 00086 #define HAVE_SYS_STAT_H 1 00087 00088 /* Define to 1 if you have the <sys/types.h> header file. */ 00089 #define HAVE_SYS_TYPES_H 1 00090 00091 /* Define to 1 if you have the <unistd.h> header file. */ 00092 #define HAVE_UNISTD_H 1 00093 00094 /* Define to 1 if you have the `vprintf' function. */ 00095 #define HAVE_VPRINTF 1 00096 00097 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00098 */ 00099 #define LT_OBJDIR ".libs/" 00100 00101 /* Define to the address where bug reports for this package should be sent. */ 00102 #define FASTBIT_BUGREPORT "fastbit-users@hpcrdm.lbl.gov" 00103 00104 /* Define to the full name of this package. */ 00105 #define FASTBIT_NAME "FastBit" 00106 00107 /* Define to the full name and version of this package. */ 00108 #define FASTBIT_STRING "FastBit ibis1.2.4.10" 00109 00110 /* Define to the one symbol short name of this package. */ 00111 #define FASTBIT_TARNAME "fastbit" 00112 00113 /* FastBit web site */ 00114 #define FASTBIT_URL "http://sdm.lbl.gov/fastbit/" 00115 00116 /* Define to the version of this package. */ 00117 #define FASTBIT_VERSION "ibis1.2.4.10" 00118 00119 /* Define to 1 if you have the ANSI C header files. */ 00120 #define STDC_HEADERS 1
![]() |