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