comparison Resources/CMake/GoogleLogConfiguration.h @ 102:7593b57dc1bf

switch to google log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Oct 2012 16:28:13 +0200
parents
children 0186ac92810c
comparison
equal deleted inserted replaced
101:428784e59dcd 102:7593b57dc1bf
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Namespace for Google classes */
5 #define GOOGLE_NAMESPACE google
6
7 /* Define if you have the `dladdr' function */
8 /* #undef HAVE_DLADDR */
9
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12
13 /* Define to 1 if you have the <execinfo.h> header file. */
14 #define HAVE_EXECINFO_H 1
15
16 /* Define if you have the `fcntl' function */
17 #define HAVE_FCNTL 1
18
19 /* Define to 1 if you have the <glob.h> header file. */
20 #define HAVE_GLOB_H 1
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the `pthread' library (-lpthread). */
26 #define HAVE_LIBPTHREAD 1
27
28 /* Define to 1 if you have the <libunwind.h> header file. */
29 /* #undef HAVE_LIBUNWIND_H */
30
31 /* define if you have google gflags library */
32 /* #undef HAVE_LIB_GFLAGS */
33
34 /* define if you have google gmock library */
35 /* #undef HAVE_LIB_GMOCK */
36
37 /* define if you have google gtest library */
38 /* #undef HAVE_LIB_GTEST */
39
40 /* define if you have libunwind */
41 /* #undef HAVE_LIB_UNWIND */
42
43 /* Define to 1 if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_H 1
45
46 /* define if the compiler implements namespaces */
47 #define HAVE_NAMESPACES 1
48
49 /* Define if you have POSIX threads libraries and header files. */
50 #define HAVE_PTHREAD 1
51
52 /* Define to 1 if you have the <pwd.h> header file. */
53 #define HAVE_PWD_H 1
54
55 /* define if the compiler implements pthread_rwlock_* */
56 #define HAVE_RWLOCK 1
57
58 /* Define if you have the `sigaltstack' function */
59 #define HAVE_SIGALTSTACK 1
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72
73 /* Define to 1 if you have the <syscall.h> header file. */
74 #define HAVE_SYSCALL_H 1
75
76 /* Define to 1 if you have the <syslog.h> header file. */
77 #define HAVE_SYSLOG_H 1
78
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81
82 /* Define to 1 if you have the <sys/syscall.h> header file. */
83 #define HAVE_SYS_SYSCALL_H 1
84
85 /* Define to 1 if you have the <sys/time.h> header file. */
86 #define HAVE_SYS_TIME_H 1
87
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #define HAVE_SYS_TYPES_H 1
90
91 /* Define to 1 if you have the <sys/ucontext.h> header file. */
92 #define HAVE_SYS_UCONTEXT_H 1
93
94 /* Define to 1 if you have the <sys/utsname.h> header file. */
95 #define HAVE_SYS_UTSNAME_H 1
96
97 /* Define to 1 if you have the <ucontext.h> header file. */
98 #define HAVE_UCONTEXT_H 1
99
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #define HAVE_UNISTD_H 1
102
103 /* define if the compiler supports using expression for operator */
104 #define HAVE_USING_OPERATOR 1
105
106 /* define if your compiler has __attribute__ */
107 #define HAVE___ATTRIBUTE__ 1
108
109 /* define if your compiler has __builtin_expect */
110 #define HAVE___BUILTIN_EXPECT 1
111
112 /* define if your compiler has __sync_val_compare_and_swap */
113 #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
114
115 /* Define to the sub-directory in which libtool stores uninstalled libraries.
116 */
117 #define LT_OBJDIR ".libs/"
118
119 /* Name of package */
120 #define PACKAGE "glog"
121
122 /* Define to the address where bug reports for this package should be sent. */
123 #define PACKAGE_BUGREPORT "opensource@google.com"
124
125 /* Define to the full name of this package. */
126 #define PACKAGE_NAME "glog"
127
128 /* Define to the full name and version of this package. */
129 #define PACKAGE_STRING "glog 0.3.2"
130
131 /* Define to the one symbol short name of this package. */
132 #define PACKAGE_TARNAME "glog"
133
134 /* Define to the home page for this package. */
135 #define PACKAGE_URL ""
136
137 /* Define to the version of this package. */
138 #define PACKAGE_VERSION "0.3.2"
139
140 /* How to access the PC from a struct ucontext */
141 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
142
143 /* Define to necessary symbol if this constant uses a non-standard name on
144 your system. */
145 /* #undef PTHREAD_CREATE_JOINABLE */
146
147 /* The size of `void *', as computed by sizeof. */
148 #define SIZEOF_VOID_P 8
149
150 /* Define to 1 if you have the ANSI C header files. */
151 /* #undef STDC_HEADERS */
152
153 /* the namespace where STL code like vector<> is defined */
154 #define STL_NAMESPACE std
155
156 /* location of source code */
157 #define TEST_SRC_DIR "."
158
159 /* Version number of package */
160 #define VERSION "0.3.2"
161
162 /* Stops putting the code inside the Google namespace */
163 #define _END_GOOGLE_NAMESPACE_ }
164
165 /* Puts following code inside the Google namespace */
166 #define _START_GOOGLE_NAMESPACE_ namespace google {