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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7   systems. This function is required for `alloca.c' support on those systems.
8   */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to 1 if you have `alloca', as a function or macro. */
15#undef HAVE_ALLOCA
16
17/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18   */
19#undef HAVE_ALLOCA_H
20
21/* Define to 1 if you have the `getopt' function. */
22#undef HAVE_GETOPT
23
24/* Define to 1 if you have the <getopt.h> header file. */
25#undef HAVE_GETOPT_H
26
27/* Define to 1 if you have the `getopt_long' function. */
28#undef HAVE_GETOPT_LONG
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `m' library (-lm). */
34#undef HAVE_LIBM
35
36/* Define to 1 if you have the `png' library (-lpng). */
37#undef HAVE_LIBPNG
38
39/* Define to 1 if you have the `z' library (-lz). */
40#undef HAVE_LIBZ
41
42/* Define to 1 if you have the <memory.h> header file. */
43#undef HAVE_MEMORY_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/stat.h> header file. */
58#undef HAVE_SYS_STAT_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#undef HAVE_SYS_TYPES_H
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#undef HAVE_UNISTD_H
65
66/* Name of package */
67#undef PACKAGE
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the home page for this package. */
82#undef PACKAGE_URL
83
84/* Define to the version of this package. */
85#undef PACKAGE_VERSION
86
87/* If using the C implementation of alloca, define if you know the
88   direction of stack growth for your system; otherwise it will be
89   automatically deduced at runtime.
90	STACK_DIRECTION > 0 => grows toward higher addresses
91	STACK_DIRECTION < 0 => grows toward lower addresses
92	STACK_DIRECTION = 0 => direction of growth unknown */
93#undef STACK_DIRECTION
94
95/* Define to 1 if you have the ANSI C header files. */
96#undef STDC_HEADERS
97
98/* Version number of package */
99#undef VERSION
100
101/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
102   significant byte first (like Motorola and SPARC, unlike Intel). */
103#if defined AC_APPLE_UNIVERSAL_BUILD
104# if defined __BIG_ENDIAN__
105#  define WORDS_BIGENDIAN 1
106# endif
107#else
108# ifndef WORDS_BIGENDIAN
109#  undef WORDS_BIGENDIAN
110# endif
111#endif
112
113/* Define to empty if `const' does not conform to ANSI C. */
114#undef const
115
116/* Define to `__inline__' or `__inline' if that's what the C compiler
117   calls it, or to nothing if 'inline' is not supported under any name.  */
118#ifndef __cplusplus
119#undef inline
120#endif
121
122/* Define to the equivalent of the C99 'restrict' keyword, or to
123   nothing if this is not supported.  Do not define if restrict is
124   supported directly.  */
125#undef restrict
126/* Work around a bug in Sun C++: it does not support _Restrict or
127   __restrict__, even though the corresponding Sun C compiler ends up with
128   "#define restrict _Restrict" or "#define restrict __restrict__" in the
129   previous line.  Perhaps some future version of Sun C++ will work with
130   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
131#if defined __SUNPRO_CC && !defined __RESTRICT
132# define _Restrict
133# define __restrict__
134#endif
135
136/* Define to `unsigned int' if <sys/types.h> does not define. */
137#undef size_t
138