1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
11 /* Define to 1 if you have `alloca', as a function or macro. */
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
20 #define HAVE_DECL__SNPRINTF 1
22 /* Define to 1 if you have the <dlfcn.h> header file. */
25 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
31 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
32 declares uintmax_t. */
33 #undef HAVE_INTTYPES_H_WITH_UINTMAX
35 /* Define if you have the 'long double' type. */
36 #define HAVE_LONG_DOUBLE 1
38 /* Define if you have the 'long long' type. */
41 /* Define to 1 if you have the <memory.h> header file. */
44 /* Define if your printf() function supports format strings with positions. */
45 #undef HAVE_POSIX_PRINTF
47 /* Define to 1 if you have the `snprintf' function. */
48 #define HAVE_SNPRINTF 1
50 /* Define to 1 if you have the <stdint.h> header file. */
53 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
55 #undef HAVE_STDINT_H_WITH_UINTMAX
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #define HAVE_STDLIB_H 1
60 /* Define to 1 if you have the <strings.h> header file. */
63 /* Define to 1 if you have the <string.h> header file. */
64 #define HAVE_STRING_H 1
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
72 /* Define to 1 if you have the <unistd.h> header file. */
75 /* Define to 1 if you have the `vasprintf' function. */
78 /* Define if you have the 'wchar_t' type. */
79 #define HAVE_WCHAR_T 1
81 /* Define to 1 if you have the `wcslen' function. */
84 /* Define if you have the 'wint_t' type. */
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
93 /* Define to the full name of this package. */
96 /* Define to the full name and version of this package. */
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
102 /* Define to the version of this package. */
103 #undef PACKAGE_VERSION
105 /* Define as the maximum value of type 'size_t', if the system doesn't define
107 #define SIZE_MAX 4294967295U
109 /* If using the C implementation of alloca, define if you know the
110 direction of stack growth for your system; otherwise it will be
111 automatically deduced at run-time.
112 STACK_DIRECTION > 0 => grows toward higher addresses
113 STACK_DIRECTION < 0 => grows toward lower addresses
114 STACK_DIRECTION = 0 => direction of growth unknown */
115 #undef STACK_DIRECTION
117 /* Define to 1 if you have the ANSI C header files. */
120 /* Version number of package */
123 /* Define to empty if `const' does not conform to ANSI C. */
126 /* Define to `__inline__' or `__inline' if that's what the C compiler
127 calls it, or to nothing if 'inline' is not supported under any name. */
129 #define inline __inline
132 /* Define as the type of the result of subtracting two pointers, if the system
133 doesn't define it. */
136 /* Define to empty if the C compiler doesn't support this keyword. */
139 /* Define to `unsigned' if <sys/types.h> does not define. */