1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Chafa major version */
4#undef CHAFA_MAJOR_VERSION
5
6/* Chafa micro version */
7#undef CHAFA_MICRO_VERSION
8
9/* Chafa minor version */
10#undef CHAFA_MINOR_VERSION
11
12/* Package version string */
13#undef CHAFA_VERSION
14
15/* Define if AVX2 intrinsics work. */
16#undef HAVE_AVX2_INTRINSICS
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define if gcc x86 feature builtins work. */
22#undef HAVE_GCC_X86_FEATURE_BUILTINS
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the <MagickWand/MagickWand.h> header file. */
28#undef HAVE_MAGICKWAND_MAGICKWAND_H
29
30/* Define if we have MagickAutoOrientImage. */
31#undef HAVE_MAGICK_AUTO_ORIENT_IMAGE
32
33/* Define if MagickResizeImage takes 4 arguments. */
34#undef HAVE_MAGICK_RESIZE_IMAGE_4
35
36/* Define if MagickResizeImage takes 5 arguments. */
37#undef HAVE_MAGICK_RESIZE_IMAGE_5
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 `mmap' function. */
43#undef HAVE_MMAP
44
45/* Define if MMX intrinsics work. */
46#undef HAVE_MMX_INTRINSICS
47
48/* Define if 32bit popcnt intrinsics work. */
49#undef HAVE_POPCNT32_INTRINSICS
50
51/* Define if 64bit popcnt intrinsics work. */
52#undef HAVE_POPCNT64_INTRINSICS
53
54/* Define if SSE 4.1 intrinsics work. */
55#undef HAVE_SSE41_INTRINSICS
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#undef HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to 1 if you have the <wand/MagickWand.h> header file. */
79#undef HAVE_WAND_MAGICKWAND_H
80
81/* Define to the sub-directory where libtool stores uninstalled libraries. */
82#undef LT_OBJDIR
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the home page for this package. */
100#undef PACKAGE_URL
101
102/* Define to the version of this package. */
103#undef PACKAGE_VERSION
104
105/* Define to 1 if you have the ANSI C header files. */
106#undef STDC_HEADERS
107
108/* Version number of package */
109#undef VERSION
110
111/* defines how to decorate public symbols while building */
112#undef _CHAFA_EXTERN
113
114/* Define to empty if `const' does not conform to ANSI C. */
115#undef const
116