Add -lpthread in addition to -pthread on Linux.
[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 to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the `pthread' library (-lpthread). */
19 #undef HAVE_LIBPTHREAD
20
21 /* Define to 1 if you have the <libunwind.h> header file. */
22 #undef HAVE_LIBUNWIND_H
23
24 /* define if you have google gflags library */
25 #undef HAVE_LIB_GFLAGS
26
27 /* define if you have libunwind */
28 #undef HAVE_LIB_UNWIND
29
30 /* Define to 1 if you have the <memory.h> header file. */
31 #undef HAVE_MEMORY_H
32
33 /* define if the compiler implements namespaces */
34 #undef HAVE_NAMESPACES
35
36 /* Define if you have POSIX threads libraries and header files. */
37 #undef HAVE_PTHREAD
38
39 /* define if the compiler implements pthread_rwlock_* */
40 #undef HAVE_RWLOCK
41
42 /* Define if you have the `sigaltstack' function */
43 #undef HAVE_SIGALTSTACK
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the <syscall.h> header file. */
58 #undef HAVE_SYSCALL_H
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/syscall.h> header file. */
64 #undef HAVE_SYS_SYSCALL_H
65
66 /* Define to 1 if you have the <sys/types.h> header file. */
67 #undef HAVE_SYS_TYPES_H
68
69 /* Define to 1 if you have the <ucontext.h> header file. */
70 #undef HAVE_UCONTEXT_H
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* define if the compiler supports using expression for operator */
76 #undef HAVE_USING_OPERATOR
77
78 /* define if your compiler has __attribute__ */
79 #undef HAVE___ATTRIBUTE__
80
81 /* define if your compiler has __builtin_expect */
82 #undef HAVE___BUILTIN_EXPECT
83
84 /* define if your compiler has __sync_val_compare_and_swap */
85 #undef HAVE___SYNC_VAL_COMPARE_AND_SWAP
86
87 /* Name of package */
88 #undef PACKAGE
89
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
92
93 /* Define to the full name of this package. */
94 #undef PACKAGE_NAME
95
96 /* Define to the full name and version of this package. */
97 #undef PACKAGE_STRING
98
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
101
102 /* Define to the version of this package. */
103 #undef PACKAGE_VERSION
104
105 /* How to access the PC from a struct ucontext */
106 #undef PC_FROM_UCONTEXT
107
108 /* Define to necessary symbol if this constant uses a non-standard name on
109    your system. */
110 #undef PTHREAD_CREATE_JOINABLE
111
112 /* The size of `void *', as computed by sizeof. */
113 #undef SIZEOF_VOID_P
114
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
117
118 /* the namespace where STL code like vector<> is defined */
119 #undef STL_NAMESPACE
120
121 /* Version number of package */
122 #undef VERSION
123
124 /* Stops putting the code inside the Google namespace */
125 #undef _END_GOOGLE_NAMESPACE_
126
127 /* Puts following code inside the Google namespace */
128 #undef _START_GOOGLE_NAMESPACE_