]> git.cworth.org Git - apitrace/blob - thirdparty/snappy/config.h.in
ac468d9c5c6c6d392e2baadf68899e5906e2f283
[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 #undef HAVE_BUILTIN_CTZ
8
9 /* Define to 1 if the compiler supports __builtin_expect. */
10 #undef HAVE_BUILTIN_EXPECT
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H
14
15 /* Use the gflags package for command-line parsing. */
16 #undef HAVE_GFLAGS
17
18 /* Defined when Google Test is available. */
19 #undef HAVE_GTEST
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the `fastlz' library (-lfastlz). */
25 #undef HAVE_LIBFASTLZ
26
27 /* Define to 1 if you have the `lzf' library (-llzf). */
28 #undef HAVE_LIBLZF
29
30 /* Define to 1 if you have the `lzo2' library (-llzo2). */
31 #undef HAVE_LIBLZO2
32
33 /* Define to 1 if you have the `quicklz' library (-lquicklz). */
34 #undef HAVE_LIBQUICKLZ
35
36 /* Define to 1 if you have the `z' library (-lz). */
37 #undef HAVE_LIBZ
38
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
41
42 /* Define to 1 if you have the <stddef.h> header file. */
43 #undef HAVE_STDDEF_H
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 <sys/mman.h> header file. */
58 #undef HAVE_SYS_MMAN_H
59
60 /* Define to 1 if you have the <sys/resource.h> header file. */
61 #undef HAVE_SYS_RESOURCE_H
62
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_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 <unistd.h> header file. */
70 #undef HAVE_UNISTD_H
71
72 /* Define to 1 if you have the <windows.h> header file. */
73 #undef 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 #if defined AC_APPLE_UNIVERSAL_BUILD
109 # if defined __BIG_ENDIAN__
110 #  define WORDS_BIGENDIAN 1
111 # endif
112 #else
113 # ifndef WORDS_BIGENDIAN
114 #  undef WORDS_BIGENDIAN
115 # endif
116 #endif