1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7 /* Define to 1 if the compiler supports __builtin_ctz and friends. */
8 #define HAVE_BUILTIN_CTZ 1
10 /* Define to 1 if the compiler supports __builtin_expect. */
11 #define HAVE_BUILTIN_EXPECT 1
13 /* Define to 1 if you have the <byteswap.h> header file. */
14 #define HAVE_BYTESWAP_H 1
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
19 /* Use the gflags package for command-line parsing. */
20 /* #undef HAVE_GFLAGS */
22 /* Defined when Google Test is available. */
23 /* #undef HAVE_GTEST */
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
28 /* Define to 1 if you have the `fastlz' library (-lfastlz). */
29 /* #undef HAVE_LIBFASTLZ */
31 /* Define to 1 if you have the `lzf' library (-llzf). */
32 /* #undef HAVE_LIBLZF */
34 /* Define to 1 if you have the `lzo2' library (-llzo2). */
35 /* #undef HAVE_LIBLZO2 */
37 /* Define to 1 if you have the `quicklz' library (-lquicklz). */
38 /* #undef HAVE_LIBQUICKLZ */
40 /* Define to 1 if you have the `z' library (-lz). */
43 /* Define to 1 if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_H 1
46 /* Define to 1 if you have the <stddef.h> header file. */
47 #define HAVE_STDDEF_H 1
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
55 /* Define to 1 if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
61 /* Define to 1 if you have the <sys/byteswap.h> header file. */
62 /* #undef HAVE_SYS_BYTESWAP_H */
64 /* Define to 1 if you have the <sys/endian.h> header file. */
65 /* #undef HAVE_SYS_ENDIAN_H */
67 /* Define to 1 if you have the <sys/mman.h> header file. */
68 #define HAVE_SYS_MMAN_H 1
70 /* Define to 1 if you have the <sys/resource.h> header file. */
71 #define HAVE_SYS_RESOURCE_H 1
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
76 /* Define to 1 if you have the <sys/time.h> header file. */
77 #define HAVE_SYS_TIME_H 1
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
85 /* Define to 1 if you have the <windows.h> header file. */
86 /* #undef HAVE_WINDOWS_H */
88 /* Define to the sub-directory in which libtool stores uninstalled libraries.
90 #define LT_OBJDIR ".libs/"
93 #define PACKAGE "snappy"
95 /* Define to the address where bug reports for this package should be sent. */
96 #define PACKAGE_BUGREPORT ""
98 /* Define to the full name of this package. */
99 #define PACKAGE_NAME "snappy"
101 /* Define to the full name and version of this package. */
102 #define PACKAGE_STRING "snappy 1.1.0"
104 /* Define to the one symbol short name of this package. */
105 #define PACKAGE_TARNAME "snappy"
107 /* Define to the home page for this package. */
108 #define PACKAGE_URL ""
110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "1.1.0"
113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1
116 /* Version number of package */
117 #define VERSION "1.1.0"
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
126 # ifndef WORDS_BIGENDIAN
127 /* # undef WORDS_BIGENDIAN */
131 /* Define to `unsigned int' if <sys/types.h> does not define. */
134 /* Define to `int' if <sys/types.h> does not define. */