1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Always the empty-string on non-windows systems. On windows, should be 4 "__declspec(dllexport)". This way, when we compile the dll, we export our 5 functions/classes. It's safe to define this here because config.h is only 6 used internally, to compile the DLL, and every DLL source file #includes 7 "config.h" before anything else. */ 8 #undef GFLAGS_DLL_DECL 9 10 /* Namespace for Google classes */ 11 #undef GOOGLE_NAMESPACE 12 13 /* Define to 1 if you have the <dlfcn.h> header file. */ 14 #undef HAVE_DLFCN_H 15 16 /* Define to 1 if you have the <ext/rope> header file. */ 17 #undef HAVE_EXT_ROPE 18 19 /* Define to 1 if you have the <fnmatch.h> header file. */ 20 #undef HAVE_FNMATCH_H 21 22 /* Define to 1 if you have the <getopt.h> header file. */ 23 #undef HAVE_GETOPT_H 24 25 /* Define to 1 if you have the `gettimeofday' function. */ 26 #undef HAVE_GETTIMEOFDAY 27 28 /* Define to 1 if you have the <inttypes.h> header file. */ 29 #undef HAVE_INTTYPES_H 30 31 /* Define to 1 if you have the <malloc.h> header file. */ 32 #undef HAVE_MALLOC_H 33 34 /* Define to 1 if you have the `memalign' function. */ 35 #undef HAVE_MEMALIGN 36 37 /* Define to 1 if you have the <memory.h> header file. */ 38 #undef HAVE_MEMORY_H 39 40 /* Define to 1 if you have the `mprotect' function. */ 41 #undef HAVE_MPROTECT 42 43 /* define if the compiler implements namespaces */ 44 #undef HAVE_NAMESPACES 45 46 /* Define to 1 if you have the `posix_memalign' function. */ 47 #undef HAVE_POSIX_MEMALIGN 48 49 /* Define if you have POSIX threads libraries and header files. */ 50 #undef HAVE_PTHREAD 51 52 /* Define to 1 if you have the `putenv' function. */ 53 #undef HAVE_PUTENV 54 55 /* Define to 1 if you have the `QueryPerformanceCounter' function. */ 56 #undef HAVE_QUERYPERFORMANCECOUNTER 57 58 /* Define to 1 if you have the `setenv' function. */ 59 #undef HAVE_SETENV 60 61 /* Define to 1 if you have the <stdint.h> header file. */ 62 #undef HAVE_STDINT_H 63 64 /* Define to 1 if you have the <stdlib.h> header file. */ 65 #undef HAVE_STDLIB_H 66 67 /* Define to 1 if you have the <strings.h> header file. */ 68 #undef HAVE_STRINGS_H 69 70 /* Define to 1 if you have the <string.h> header file. */ 71 #undef HAVE_STRING_H 72 73 /* Define to 1 if you have the `strtoll' function. */ 74 #undef HAVE_STRTOLL 75 76 /* Define to 1 if you have the `strtoq' function. */ 77 #undef HAVE_STRTOQ 78 79 /* Define to 1 if you have the <sys/mman.h> header file. */ 80 #undef HAVE_SYS_MMAN_H 81 82 /* Define to 1 if you have the <sys/stat.h> header file. */ 83 #undef HAVE_SYS_STAT_H 84 85 /* Define to 1 if you have the <sys/time.h> header file. */ 86 #undef HAVE_SYS_TIME_H 87 88 /* Define to 1 if you have the <sys/types.h> header file. */ 89 #undef HAVE_SYS_TYPES_H 90 91 /* Define to 1 if you have the <unistd.h> header file. */ 92 #undef HAVE_UNISTD_H 93 94 /* Define to 1 if you have the <windows.h> header file. */ 95 #undef HAVE_WINDOWS_H 96 97 /* define if your compiler has __attribute__ */ 98 #undef HAVE___ATTRIBUTE__ 99 100 /* Define to the sub-directory in which libtool stores uninstalled libraries. 101 */ 102 #undef LT_OBJDIR 103 104 /* Name of package */ 105 #undef PACKAGE 106 107 /* Define to the address where bug reports for this package should be sent. */ 108 #undef PACKAGE_BUGREPORT 109 110 /* Define to the full name of this package. */ 111 #undef PACKAGE_NAME 112 113 /* Define to the full name and version of this package. */ 114 #undef PACKAGE_STRING 115 116 /* Define to the one symbol short name of this package. */ 117 #undef PACKAGE_TARNAME 118 119 /* Define to the home page for this package. */ 120 #undef PACKAGE_URL 121 122 /* Define to the version of this package. */ 123 #undef PACKAGE_VERSION 124 125 /* Define to necessary symbol if this constant uses a non-standard name on 126 your system. */ 127 #undef PTHREAD_CREATE_JOINABLE 128 129 /* Define to 1 if you have the ANSI C header files. */ 130 #undef STDC_HEADERS 131 132 /* the namespace where STL code like vector<> is defined */ 133 #undef STL_NAMESPACE 134 135 /* Use custom compare function instead of memcmp */ 136 #undef VCDIFF_USE_BLOCK_COMPARE_WORDS 137 138 /* Version number of package */ 139 #undef VERSION 140 141 /* Stops putting the code inside the Google namespace */ 142 #undef _END_GOOGLE_NAMESPACE_ 143 144 /* Puts following code inside the Google namespace */ 145 #undef _START_GOOGLE_NAMESPACE_ 146