Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-runtime / libasprintf / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
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.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
13
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15    */
16 #undef HAVE_ALLOCA_H
17
18 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
19    don't. */
20 #undef HAVE_DECL__SNPRINTF
21
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #undef HAVE_DLFCN_H
24
25 /* Define to 1 if you have the <errno.h> header file. */
26 #undef HAVE_ERRNO_H
27
28 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
29 #undef HAVE_INTMAX_T
30
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #undef HAVE_INTTYPES_H
33
34 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
35    declares uintmax_t. */
36 #undef HAVE_INTTYPES_H_WITH_UINTMAX
37
38 /* Define to 1 if the system has the type `long long int'. */
39 #undef HAVE_LONG_LONG_INT
40
41 /* Define to 1 if you have the `mbrtowc' function. */
42 #undef HAVE_MBRTOWC
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #undef HAVE_MEMORY_H
46
47 /* Define if your printf() function supports format strings with positions. */
48 #undef HAVE_POSIX_PRINTF
49
50 /* Define to 1 if you have the `snprintf' function. */
51 #undef HAVE_SNPRINTF
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #undef HAVE_STDINT_H
55
56 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
57    uintmax_t. */
58 #undef HAVE_STDINT_H_WITH_UINTMAX
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 `strnlen' function. */
70 #undef HAVE_STRNLEN
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Define to 1 if you have the `vasprintf' function. */
82 #undef HAVE_VASPRINTF
83
84 /* Define if you have the 'wchar_t' type. */
85 #undef HAVE_WCHAR_T
86
87 /* Define to 1 if you have the `wcrtomb' function. */
88 #undef HAVE_WCRTOMB
89
90 /* Define to 1 if you have the `wcslen' function. */
91 #undef HAVE_WCSLEN
92
93 /* Define to 1 if you have the `wcsnlen' function. */
94 #undef HAVE_WCSNLEN
95
96 /* Define if you have the 'wint_t' type. */
97 #undef HAVE_WINT_T
98
99 /* Define to the sub-directory in which libtool stores uninstalled libraries.
100    */
101 #undef LT_OBJDIR
102
103 /* Name of package */
104 #undef PACKAGE
105
106 /* Define to the address where bug reports for this package should be sent. */
107 #undef PACKAGE_BUGREPORT
108
109 /* Define to the full name of this package. */
110 #undef PACKAGE_NAME
111
112 /* Define to the full name and version of this package. */
113 #undef PACKAGE_STRING
114
115 /* Define to the one symbol short name of this package. */
116 #undef PACKAGE_TARNAME
117
118 /* Define to the home page for this package. */
119 #undef PACKAGE_URL
120
121 /* Define to the version of this package. */
122 #undef PACKAGE_VERSION
123
124 /* Define as the maximum value of type 'size_t', if the system doesn't define
125    it. */
126 #ifndef SIZE_MAX
127 # undef SIZE_MAX
128 #endif
129
130 /* If using the C implementation of alloca, define if you know the
131    direction of stack growth for your system; otherwise it will be
132    automatically deduced at runtime.
133         STACK_DIRECTION > 0 => grows toward higher addresses
134         STACK_DIRECTION < 0 => grows toward lower addresses
135         STACK_DIRECTION = 0 => direction of growth unknown */
136 #undef STACK_DIRECTION
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Version number of package */
142 #undef VERSION
143
144 /* Define to `__inline__' or `__inline' if that's what the C compiler
145    calls it, or to nothing if 'inline' is not supported under any name.  */
146 #ifndef __cplusplus
147 #undef inline
148 #endif
149
150 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
151    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
152    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
153    __APPLE__ && __MACH__ test for MacOS X.
154    __APPLE_CC__ tests for the Apple compiler and its version.
155    __STDC_VERSION__ tests for the C99 mode.  */
156 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
157 # define __GNUC_STDC_INLINE__ 1
158 #endif
159
160 /* Define as the type of the result of subtracting two pointers, if the system
161    doesn't define it. */
162 #undef ptrdiff_t
163
164 /* Define to `unsigned int' if <sys/types.h> does not define. */
165 #undef size_t
166
167 /* Define as a marker that can be attached to declarations that might not
168     be used.  This helps to reduce warnings, such as from
169     GCC -Wunused-parameter.  */
170 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
171 # define _GL_UNUSED __attribute__ ((__unused__))
172 #else
173 # define _GL_UNUSED
174 #endif
175 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
176    is a misnomer outside of parameter lists.  */
177 #define _UNUSED_PARAMETER_ _GL_UNUSED
178