Initialize gflags in signalhandler_unittest.
[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 if you have the `dladdr' function */
7 #undef HAVE_DLADDR
8
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #undef HAVE_DLFCN_H
11
12 /* Define to 1 if you have the <execinfo.h> header file. */
13 #undef HAVE_EXECINFO_H
14
15 /* Define if you have the `fcntl' function */
16 #undef HAVE_FCNTL
17
18 /* Define to 1 if you have the <glob.h> header file. */
19 #undef HAVE_GLOB_H
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the `pthread' library (-lpthread). */
25 #undef HAVE_LIBPTHREAD
26
27 /* Define to 1 if you have the <libunwind.h> header file. */
28 #undef HAVE_LIBUNWIND_H
29
30 /* define if you have google gflags library */
31 #undef HAVE_LIB_GFLAGS
32
33 /* define if you have libunwind */
34 #undef HAVE_LIB_UNWIND
35
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
38
39 /* define if the compiler implements namespaces */
40 #undef HAVE_NAMESPACES
41
42 /* Define if you have POSIX threads libraries and header files. */
43 #undef HAVE_PTHREAD
44
45 /* Define to 1 if you have the <pwd.h> header file. */
46 #undef HAVE_PWD_H
47
48 /* define if the compiler implements pthread_rwlock_* */
49 #undef HAVE_RWLOCK
50
51 /* Define if you have the `sigaltstack' function */
52 #undef HAVE_SIGALTSTACK
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #undef HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
65
66 /* Define to 1 if you have the <syscall.h> header file. */
67 #undef HAVE_SYSCALL_H
68
69 /* Define to 1 if you have the <syslog.h> header file. */
70 #undef HAVE_SYSLOG_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/syscall.h> header file. */
76 #undef HAVE_SYS_SYSCALL_H
77
78 /* Define to 1 if you have the <sys/time.h> header file. */
79 #undef HAVE_SYS_TIME_H
80
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
83
84 /* Define to 1 if you have the <sys/utsname.h> header file. */
85 #undef HAVE_SYS_UTSNAME_H
86
87 /* Define to 1 if you have the <ucontext.h> header file. */
88 #undef HAVE_UCONTEXT_H
89
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #undef HAVE_UNISTD_H
92
93 /* define if the compiler supports using expression for operator */
94 #undef HAVE_USING_OPERATOR
95
96 /* define if your compiler has __attribute__ */
97 #undef HAVE___ATTRIBUTE__
98
99 /* define if your compiler has __builtin_expect */
100 #undef HAVE___BUILTIN_EXPECT
101
102 /* define if your compiler has __sync_val_compare_and_swap */
103 #undef HAVE___SYNC_VAL_COMPARE_AND_SWAP
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 /* How to access the PC from a struct ucontext */
124 #undef PC_FROM_UCONTEXT
125
126 /* Define to necessary symbol if this constant uses a non-standard name on
127    your system. */
128 #undef PTHREAD_CREATE_JOINABLE
129
130 /* The size of `void *', as computed by sizeof. */
131 #undef SIZEOF_VOID_P
132
133 /* Define to 1 if you have the ANSI C header files. */
134 #undef STDC_HEADERS
135
136 /* the namespace where STL code like vector<> is defined */
137 #undef STL_NAMESPACE
138
139 /* Version number of package */
140 #undef VERSION
141
142 /* Stops putting the code inside the Google namespace */
143 #undef _END_GOOGLE_NAMESPACE_
144
145 /* Puts following code inside the Google namespace */
146 #undef _START_GOOGLE_NAMESPACE_