00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00005 */ 00006 #define HAVE_DIRENT_H 1 00007 00008 /* Define to 1 if you have the <dlfcn.h> header file. */ 00009 #define HAVE_DLFCN_H 1 00010 00011 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00012 /* #undef HAVE_DOPRNT */ 00013 00014 /* Define to 1 if you have the <fcntl.h> header file. */ 00015 #define HAVE_FCNTL_H 1 00016 00017 /* Define to 1 if you have the <float.h> header file. */ 00018 #define HAVE_FLOAT_H 1 00019 00020 /* Define to 1 if support __sync_add_and_fetch() on 32-bit integers */ 00021 /* #undef HAVE_GCC_ATOMIC32 */ 00022 00023 /* Define to 1 if support __sync_add_and_fetch() on 64-bit integers */ 00024 /* #undef HAVE_GCC_ATOMIC64 */ 00025 00026 /* Define to 1 if you have the `gettimeofday' function. */ 00027 #define HAVE_GETTIMEOFDAY 1 00028 00029 /* Define to 1 if you have the <inttypes.h> header file. */ 00030 #define HAVE_INTTYPES_H 1 00031 00032 /* Define to 1 if you have the `m' library (-lm). */ 00033 #define HAVE_LIBM 1 00034 00035 /* Define to 1 if you have the `rt' library (-lrt). */ 00036 /* #undef HAVE_LIBRT */ 00037 00038 /* Define to 1 if you have the <limits.h> header file. */ 00039 #define HAVE_LIMITS_H 1 00040 00041 /* Define to 1 if you have the <memory.h> header file. */ 00042 #define HAVE_MEMORY_H 1 00043 00044 /* Define to 1 if you have the `mkdir' function. */ 00045 #define HAVE_MKDIR 1 00046 00047 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00048 /* #undef HAVE_NDIR_H */ 00049 00050 /* Define to 1 if nextafter is defined in math.h and is in libm. */ 00051 #define HAVE_NEXTAFTER 1 00052 00053 /* Define if you have POSIX threads libraries and header files. */ 00054 #define HAVE_PTHREAD 1 00055 00056 /* Define to 1 if you have the <stdint.h> header file. */ 00057 #define HAVE_STDINT_H 1 00058 00059 /* Define to 1 if you have the <stdlib.h> header file. */ 00060 #define HAVE_STDLIB_H 1 00061 00062 /* Define to 1 if you have the <strings.h> header file. */ 00063 #define HAVE_STRINGS_H 1 00064 00065 /* Define to 1 if you have the <string.h> header file. */ 00066 #define HAVE_STRING_H 1 00067 00068 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00069 */ 00070 /* #undef HAVE_SYS_DIR_H */ 00071 00072 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00073 */ 00074 /* #undef HAVE_SYS_NDIR_H */ 00075 00076 /* Define to 1 if you have the <sys/stat.h> header file. */ 00077 #define HAVE_SYS_STAT_H 1 00078 00079 /* Define to 1 if you have the <sys/types.h> header file. */ 00080 #define HAVE_SYS_TYPES_H 1 00081 00082 /* Define to 1 if you have the <unistd.h> header file. */ 00083 #define HAVE_UNISTD_H 1 00084 00085 /* Define to 1 if you have the <values.h> header file. */ 00086 /* #undef HAVE_VALUES_H */ 00087 00088 /* Define to 1 if you have the `vprintf' function. */ 00089 #define HAVE_VPRINTF 1 00090 00091 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00092 */ 00093 #define LT_OBJDIR ".libs/" 00094 00095 /* Define to the address where bug reports for this package should be sent. */ 00096 #define PACKAGE_BUGREPORT "[email protected]" 00097 00098 /* Define to the full name of this package. */ 00099 #define PACKAGE_NAME "FastBit" 00100 00101 /* Define to the full name and version of this package. */ 00102 #define PACKAGE_STRING "FastBit ibis1.0.9" 00103 00104 /* Define to the one symbol short name of this package. */ 00105 #define PACKAGE_TARNAME "fastbit" 00106 00107 /* Define to the version of this package. */ 00108 #define PACKAGE_VERSION "ibis1.0.9" 00109 00110 /* Define to 1 if you have the ANSI C header files. */ 00111 #define STDC_HEADERS 1
|
|