1/* config.h.in.  Generated from configure.in 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 <dlfcn.h> header file. */
22#undef HAVE_DLFCN_H
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 <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#undef HAVE_STDINT_H
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#undef HAVE_STDLIB_H
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if you have the <sys/stat.h> header file. */
43#undef HAVE_SYS_STAT_H
44
45/* Define to 1 if you have the <sys/types.h> header file. */
46#undef HAVE_SYS_TYPES_H
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#undef HAVE_UNISTD_H
50
51/* Define to the sub-directory in which libtool stores uninstalled libraries.
52   */
53#undef LT_OBJDIR
54
55/* Name of package */
56#undef PACKAGE
57
58/* Define to the address where bug reports for this package should be sent. */
59#undef PACKAGE_BUGREPORT
60
61/* Define to the full name of this package. */
62#undef PACKAGE_NAME
63
64/* Define to the full name and version of this package. */
65#undef PACKAGE_STRING
66
67/* Define to the one symbol short name of this package. */
68#undef PACKAGE_TARNAME
69
70/* Define to the version of this package. */
71#undef PACKAGE_VERSION
72
73/* The size of `char', as computed by sizeof. */
74#undef SIZEOF_CHAR
75
76/* The size of `int', as computed by sizeof. */
77#undef SIZEOF_INT
78
79/* The size of `long', as computed by sizeof. */
80#undef SIZEOF_LONG
81
82/* The size of `short', as computed by sizeof. */
83#undef SIZEOF_SHORT
84
85/* If using the C implementation of alloca, define if you know the
86   direction of stack growth for your system; otherwise it will be
87   automatically deduced at runtime.
88	STACK_DIRECTION > 0 => grows toward higher addresses
89	STACK_DIRECTION < 0 => grows toward lower addresses
90	STACK_DIRECTION = 0 => direction of growth unknown */
91#undef STACK_DIRECTION
92
93/* Define to 1 if you have the ANSI C header files. */
94#undef STDC_HEADERS
95
96/* Version number of package */
97#undef VERSION
98
99/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
100   significant byte first (like Motorola and SPARC, unlike Intel). */
101#if defined AC_APPLE_UNIVERSAL_BUILD
102# if defined __BIG_ENDIAN__
103#  define WORDS_BIGENDIAN 1
104# endif
105#else
106# ifndef WORDS_BIGENDIAN
107#  undef WORDS_BIGENDIAN
108# endif
109#endif
110