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