config.h.in revision bdd62c531bbdea115a3a7e71bba91c19dd319cc4
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Namespace for Google classes */
4#undef GOOGLE_NAMESPACE
5
6/* Define to 1 if you have the <assert.h> header file. */
7#undef HAVE_ASSERT_H
8
9/* Define to 1 if you have the `calloc' function. */
10#undef HAVE_CALLOC
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the `exit' function. */
16#undef HAVE_EXIT
17
18/* Define to 1 if you have the `fprintf' function. */
19#undef HAVE_FPRINTF
20
21/* Define to 1 if you have the `free' function. */
22#undef HAVE_FREE
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the `longjmp' function. */
28#undef HAVE_LONGJMP
29
30/* Define to 1 if you have the `malloc' function. */
31#undef HAVE_MALLOC
32
33/* Define to 1 if you have the <malloc.h> header file. */
34#undef HAVE_MALLOC_H
35
36/* Define to 1 if you have the `memcpy' function. */
37#undef HAVE_MEMCPY
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the `memset' function. */
43#undef HAVE_MEMSET
44
45/* define if the compiler implements namespaces */
46#undef HAVE_NAMESPACES
47
48/* Define to 1 if you have the `printf' function. */
49#undef HAVE_PRINTF
50
51/* Define to 1 if you have the `setjmp' function. */
52#undef HAVE_SETJMP
53
54/* Define to 1 if you have the <setjmp.h> header file. */
55#undef HAVE_SETJMP_H
56
57/* Define to 1 if you have the `signal' function. */
58#undef HAVE_SIGNAL
59
60/* Define to 1 if you have the <signal.h> header file. */
61#undef HAVE_SIGNAL_H
62
63/* Define to 1 if you have the `snprintf' function. */
64#undef HAVE_SNPRINTF
65
66/* Define to 1 if you have the <stdarg.h> header file. */
67#undef HAVE_STDARG_H
68
69/* Define to 1 if you have the <stddef.h> header file. */
70#undef HAVE_STDDEF_H
71
72/* Define to 1 if you have the <stdint.h> header file. */
73#undef HAVE_STDINT_H
74
75/* Define to 1 if you have the <stdio.h> header file. */
76#undef HAVE_STDIO_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
81/* Define to 1 if you have the `strcmp' function. */
82#undef HAVE_STRCMP
83
84/* Define to 1 if you have the `strcpy' function. */
85#undef HAVE_STRCPY
86
87/* Define to 1 if you have the <strings.h> header file. */
88#undef HAVE_STRINGS_H
89
90/* Define to 1 if you have the <string.h> header file. */
91#undef HAVE_STRING_H
92
93/* Define to 1 if you have the <sys/stat.h> header file. */
94#undef HAVE_SYS_STAT_H
95
96/* Define to 1 if you have the <sys/types.h> header file. */
97#undef HAVE_SYS_TYPES_H
98
99/* Define to 1 if you have the <unistd.h> header file. */
100#undef HAVE_UNISTD_H
101
102/* Define to 1 if you have the `vsnprintf' function. */
103#undef HAVE_VSNPRINTF
104
105/* Name of package */
106#undef PACKAGE
107
108/* Define to the address where bug reports for this package should be sent. */
109#undef PACKAGE_BUGREPORT
110
111/* Define to the full name of this package. */
112#undef PACKAGE_NAME
113
114/* Define to the full name and version of this package. */
115#undef PACKAGE_STRING
116
117/* Define to the one symbol short name of this package. */
118#undef PACKAGE_TARNAME
119
120/* Define to the version of this package. */
121#undef PACKAGE_VERSION
122
123/* Define to 1 if you have the ANSI C header files. */
124#undef STDC_HEADERS
125
126/* the namespace where STL code like vector<> is defined */
127#undef STL_NAMESPACE
128
129/* Version number of package */
130#undef VERSION
131
132/* Stops putting the code inside the Google namespace */
133#undef _END_GOOGLE_NAMESPACE_
134
135/* Puts following code inside the Google namespace */
136#undef _START_GOOGLE_NAMESPACE_
137