fe27e724643b1c790c7c5db813bb20b154f47997
[platform/upstream/glog.git] / src / config.h.in
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 <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <execinfo.h> header file. */
10 #undef HAVE_EXECINFO_H
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* define if you have google gflags library */
16 #undef HAVE_LIB_GFLAGS
17
18 /* Define to 1 if you have the <memory.h> header file. */
19 #undef HAVE_MEMORY_H
20
21 /* define if the compiler implements namespaces */
22 #undef HAVE_NAMESPACES
23
24 /* Define if you have POSIX threads libraries and header files. */
25 #undef HAVE_PTHREAD
26
27 /* define if the compiler implements pthread_rwlock_* */
28 #undef HAVE_RWLOCK
29
30 /* Define if you have the `sigaltstack' function */
31 #undef HAVE_SIGALTSTACK
32
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #undef HAVE_STDINT_H
35
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #undef HAVE_STDLIB_H
38
39 /* Define to 1 if you have the <strings.h> header file. */
40 #undef HAVE_STRINGS_H
41
42 /* Define to 1 if you have the <string.h> header file. */
43 #undef HAVE_STRING_H
44
45 /* Define to 1 if you have the <syscall.h> header file. */
46 #undef HAVE_SYSCALL_H
47
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #undef HAVE_SYS_STAT_H
50
51 /* Define to 1 if you have the <sys/syscall.h> header file. */
52 #undef HAVE_SYS_SYSCALL_H
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #undef HAVE_UNISTD_H
59
60 /* define if your compiler has __attribute__ */
61 #undef HAVE___ATTRIBUTE__
62
63 /* define if your compiler has __builtin_expect */
64 #undef HAVE___BUILTIN_EXPECT
65
66 /* Name of package */
67 #undef PACKAGE
68
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
71
72 /* Define to the full name of this package. */
73 #undef PACKAGE_NAME
74
75 /* Define to the full name and version of this package. */
76 #undef PACKAGE_STRING
77
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
80
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
83
84 /* Define to necessary symbol if this constant uses a non-standard name on
85    your system. */
86 #undef PTHREAD_CREATE_JOINABLE
87
88 /* The size of a `void *', as computed by sizeof. */
89 #undef SIZEOF_VOID_P
90
91 /* Define to 1 if you have the ANSI C header files. */
92 #undef STDC_HEADERS
93
94 /* the namespace where STL code like vector<> is defined */
95 #undef STL_NAMESPACE
96
97 /* Version number of package */
98 #undef VERSION
99
100 /* Stops putting the code inside the Google namespace */
101 #undef _END_GOOGLE_NAMESPACE_
102
103 /* Puts following code inside the Google namespace */
104 #undef _START_GOOGLE_NAMESPACE_