]> git.cworth.org Git - apitrace/blob - thirdparty/snappy/config.h.in
Upgrade bundled snappy to version 1.0.4.
[apitrace] / thirdparty / snappy / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if the compiler supports __builtin_ctz and friends. */
7 #cmakedefine HAVE_BUILTIN_CTZ
8
9 /* Define to 1 if the compiler supports __builtin_expect. */
10 #cmakedefine HAVE_BUILTIN_EXPECT
11
12 /* Define to 1 if you have the <byteswap.h> header file. */
13 #cmakedefine HAVE_BYTESWAP_H
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #cmakedefine HAVE_DLFCN_H
17
18 /* Use the gflags package for command-line parsing. */
19 #cmakedefine HAVE_GFLAGS
20
21 /* Defined when Google Test is available. */
22 #cmakedefine HAVE_GTEST
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #cmakedefine HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the `fastlz' library (-lfastlz). */
28 #cmakedefine HAVE_LIBFASTLZ
29
30 /* Define to 1 if you have the `lzf' library (-llzf). */
31 #cmakedefine HAVE_LIBLZF
32
33 /* Define to 1 if you have the `lzo2' library (-llzo2). */
34 #cmakedefine HAVE_LIBLZO2
35
36 /* Define to 1 if you have the `quicklz' library (-lquicklz). */
37 #cmakedefine HAVE_LIBQUICKLZ
38
39 /* Define to 1 if you have the `z' library (-lz). */
40 #cmakedefine HAVE_LIBZ
41
42 /* Define to 1 if you have the <memory.h> header file. */
43 #cmakedefine HAVE_MEMORY_H
44
45 /* Define to 1 if you have the <stddef.h> header file. */
46 #cmakedefine HAVE_STDDEF_H
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #cmakedefine HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #cmakedefine HAVE_STDLIB_H
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #cmakedefine HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #cmakedefine HAVE_STRING_H
59
60 /* Define to 1 if you have the <sys/byteswap.h> header file. */
61 #cmakedefine HAVE_SYS_BYTESWAP_H
62
63 /* Define to 1 if you have the <sys/endian.h> header file. */
64 #cmakedefine HAVE_SYS_ENDIAN_H
65
66 /* Define to 1 if you have the <sys/mman.h> header file. */
67 #cmakedefine HAVE_SYS_MMAN_H
68
69 /* Define to 1 if you have the <sys/resource.h> header file. */
70 #cmakedefine HAVE_SYS_RESOURCE_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #cmakedefine HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #cmakedefine HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #cmakedefine HAVE_UNISTD_H
80
81 /* Define to 1 if you have the <windows.h> header file. */
82 #cmakedefine HAVE_WINDOWS_H
83
84 /* Define to the sub-directory in which libtool stores uninstalled libraries.
85    */
86 #undef LT_OBJDIR
87
88 /* Name of package */
89 #undef PACKAGE
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
93
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
96
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
99
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
102
103 /* Define to the home page for this package. */
104 #undef PACKAGE_URL
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* Define to 1 if you have the ANSI C header files. */
110 #undef STDC_HEADERS
111
112 /* Version number of package */
113 #undef VERSION
114
115 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
116    significant byte first (like Motorola and SPARC, unlike Intel). */
117 #cmakedefine WORDS_BIGENDIAN