1311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
3732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Always the empty-string on non-windows systems. On windows, should be
4732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   "__declspec(dllexport)". This way, when we compile the dll, we export our
5732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   functions/classes. It's safe to define this here because config.h is only
6732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   used internally, to compile the DLL, and every DLL source file #includes
7732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   "config.h" before anything else. */
8732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef GFLAGS_DLL_DECL
9732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
10732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Namespace for Google classes */
11732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef GOOGLE_NAMESPACE
12732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
13311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <dlfcn.h> header file. */
14311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_DLFCN_H
15311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
16311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <ext/rope> header file. */
17311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_EXT_ROPE
18311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
19311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <fnmatch.h> header file. */
20311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_FNMATCH_H
21311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
22311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <getopt.h> header file. */
23311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_GETOPT_H
24311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
25311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `gettimeofday' function. */
26311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_GETTIMEOFDAY
27311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
28311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <inttypes.h> header file. */
29311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_INTTYPES_H
30311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
31311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <malloc.h> header file. */
32311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_MALLOC_H
33311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
34311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `memalign' function. */
35311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_MEMALIGN
36311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
37311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <memory.h> header file. */
38311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_MEMORY_H
39311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
40311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `mprotect' function. */
41311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_MPROTECT
42311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
43732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* define if the compiler implements namespaces */
44732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef HAVE_NAMESPACES
45732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
46311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `posix_memalign' function. */
47311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_POSIX_MEMALIGN
48311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
49732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define if you have POSIX threads libraries and header files. */
50732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef HAVE_PTHREAD
51732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
52732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define to 1 if you have the `putenv' function. */
53732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef HAVE_PUTENV
54732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
55311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `QueryPerformanceCounter' function. */
56311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_QUERYPERFORMANCECOUNTER
57311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
58732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define to 1 if you have the `setenv' function. */
59732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef HAVE_SETENV
60732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
61311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <stdint.h> header file. */
62311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STDINT_H
63311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
64311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <stdlib.h> header file. */
65311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STDLIB_H
66311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
67311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <strings.h> header file. */
68311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STRINGS_H
69311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
70311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <string.h> header file. */
71311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STRING_H
72311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
73311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `strtoll' function. */
74311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STRTOLL
75311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
76311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the `strtoq' function. */
77311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_STRTOQ
78311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
79311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <sys/mman.h> header file. */
80311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_SYS_MMAN_H
81311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
82311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <sys/stat.h> header file. */
83311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_SYS_STAT_H
84311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
85311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <sys/time.h> header file. */
86311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_SYS_TIME_H
87311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
88311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <sys/types.h> header file. */
89311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_SYS_TYPES_H
90311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
91311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <unistd.h> header file. */
92311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_UNISTD_H
93311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
94311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the <windows.h> header file. */
95311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef HAVE_WINDOWS_H
96311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
97baf44ead8ad43d5c600b7f89420905a7397489fbopenvcdiff/* define if your compiler has __attribute__ */
98baf44ead8ad43d5c600b7f89420905a7397489fbopenvcdiff#undef HAVE___ATTRIBUTE__
99baf44ead8ad43d5c600b7f89420905a7397489fbopenvcdiff
100732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define to the sub-directory in which libtool stores uninstalled libraries.
101732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   */
102732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef LT_OBJDIR
103311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
104311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Name of package */
105311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE
106311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
107311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to the address where bug reports for this package should be sent. */
108311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE_BUGREPORT
109311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
110311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to the full name of this package. */
111311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE_NAME
112311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
113311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to the full name and version of this package. */
114311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE_STRING
115311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
116311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to the one symbol short name of this package. */
117311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE_TARNAME
118311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
119732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define to the home page for this package. */
120732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef PACKAGE_URL
121732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
122311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to the version of this package. */
123311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef PACKAGE_VERSION
124311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
125732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Define to necessary symbol if this constant uses a non-standard name on
126732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com   your system. */
127732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef PTHREAD_CREATE_JOINABLE
128732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
129311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Define to 1 if you have the ANSI C header files. */
130311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef STDC_HEADERS
131311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
132732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* the namespace where STL code like vector<> is defined */
133732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef STL_NAMESPACE
134732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
135311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Use custom compare function instead of memcmp */
136311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef VCDIFF_USE_BLOCK_COMPARE_WORDS
137311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff
138311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff/* Version number of package */
139311c71486f5f6074e5ba62a7f4c5397c8700b868openvcdiff#undef VERSION
140732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
141732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Stops putting the code inside the Google namespace */
142732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef _END_GOOGLE_NAMESPACE_
143732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com
144732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com/* Puts following code inside the Google namespace */
145732fff248e662ec47aa27c124632f406f27b6c8dopenvcdiff@gmail.com#undef _START_GOOGLE_NAMESPACE_
146