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