OSDN Git Service

Another newlib fix.
[pf3gnuchains/gcc-fork.git] / intl / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work.  */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10    This function is required for alloca.c support on those systems.  */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro.  */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17 #undef HAVE_ALLOCA_H
18
19 /* Define if you have a working `mmap' system call.  */
20 #undef HAVE_MMAP
21
22 /* Define as __inline if that's what the C compiler calls it.  */
23 #undef inline
24
25 /* Define to `long' if <sys/types.h> doesn't define.  */
26 #undef off_t
27
28 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
29 #undef size_t
30
31 /* If using the C implementation of alloca, define if you know the
32    direction of stack growth for your system; otherwise it will be
33    automatically deduced at run-time.
34  STACK_DIRECTION > 0 => grows toward higher addresses
35  STACK_DIRECTION < 0 => grows toward lower addresses
36  STACK_DIRECTION = 0 => direction of growth unknown
37  */
38 #undef STACK_DIRECTION
39
40 /* Define if you have the ANSI C header files.  */
41 #undef STDC_HEADERS
42
43 /* Define if you have the __argz_count function.  */
44 #undef HAVE___ARGZ_COUNT
45
46 /* Define if you have the __argz_next function.  */
47 #undef HAVE___ARGZ_NEXT
48
49 /* Define if you have the __argz_stringify function.  */
50 #undef HAVE___ARGZ_STRINGIFY
51
52 /* Define if you have the __fsetlocking function.  */
53 #undef HAVE___FSETLOCKING
54
55 /* Define if you have the feof_unlocked function.  */
56 #undef HAVE_FEOF_UNLOCKED
57
58 /* Define if you have the fgets_unlocked function.  */
59 #undef HAVE_FGETS_UNLOCKED
60
61 /* Define if you have the getc_unlocked function.  */
62 #undef HAVE_GETC_UNLOCKED
63
64 /* Define if you have the getcwd function.  */
65 #undef HAVE_GETCWD
66
67 /* Define if you have the getegid function.  */
68 #undef HAVE_GETEGID
69
70 /* Define if you have the geteuid function.  */
71 #undef HAVE_GETEUID
72
73 /* Define if you have the getgid function.  */
74 #undef HAVE_GETGID
75
76 /* Define if you have the getpagesize function.  */
77 #undef HAVE_GETPAGESIZE
78
79 /* Define if you have the getuid function.  */
80 #undef HAVE_GETUID
81
82 /* Define if you have the mempcpy function.  */
83 #undef HAVE_MEMPCPY
84
85 /* Define if you have the munmap function.  */
86 #undef HAVE_MUNMAP
87
88 /* Define if you have the putenv function.  */
89 #undef HAVE_PUTENV
90
91 /* Define if you have the setenv function.  */
92 #undef HAVE_SETENV
93
94 /* Define if you have the setlocale function.  */
95 #undef HAVE_SETLOCALE
96
97 /* Define if you have the stpcpy function.  */
98 #undef HAVE_STPCPY
99
100 /* Define if you have the strcasecmp function.  */
101 #undef HAVE_STRCASECMP
102
103 /* Define if you have the strdup function.  */
104 #undef HAVE_STRDUP
105
106 /* Define if you have the strtoul function.  */
107 #undef HAVE_STRTOUL
108
109 /* Define if you have the tsearch function.  */
110 #undef HAVE_TSEARCH
111
112 /* Define if you have the <argz.h> header file.  */
113 #undef HAVE_ARGZ_H
114
115 /* Define if you have the <limits.h> header file.  */
116 #undef HAVE_LIMITS_H
117
118 /* Define if you have the <locale.h> header file.  */
119 #undef HAVE_LOCALE_H
120
121 /* Define if you have the <malloc.h> header file.  */
122 #undef HAVE_MALLOC_H
123
124 /* Define if you have the <nl_types.h> header file.  */
125 #undef HAVE_NL_TYPES_H
126
127 /* Define if you have the <stddef.h> header file.  */
128 #undef HAVE_STDDEF_H
129
130 /* Define if you have the <stdlib.h> header file.  */
131 #undef HAVE_STDLIB_H
132
133 /* Define if you have the <string.h> header file.  */
134 #undef HAVE_STRING_H
135
136 /* Define if you have the <sys/param.h> header file.  */
137 #undef HAVE_SYS_PARAM_H
138
139 /* Define if you have the <unistd.h> header file.  */
140 #undef HAVE_UNISTD_H
141
142 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
143        and declares uintmax_t.  */
144 #undef HAVE_INTTYPES_H_WITH_UINTMAX
145
146 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
147        and declares uintmax_t.  */
148 #undef HAVE_STDINT_H_WITH_UINTMAX
149
150 /* Define if you have the unsigned long long type. */
151 #undef HAVE_UNSIGNED_LONG_LONG
152
153 /* Define if integer division by zero raises signal SIGFPE. */
154 #undef INTDIV0_RAISES_SIGFPE
155
156 /* Define to unsigned long or unsigned long long
157        if <stdint.h> and <inttypes.h> don't define. */
158 #undef uintmax_t
159
160 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
161 #undef HAVE_UINTMAX_T
162
163 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
164 #undef HAVE_INTTYPES_H
165
166 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
167 #undef PRI_MACROS_BROKEN
168
169 /* Define if you have the iconv() function. */
170 #undef HAVE_ICONV
171
172 /* Define as const if the declaration of iconv() needs const. */
173 #undef ICONV_CONST
174
175 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
176 #undef HAVE_LANGINFO_CODESET
177
178 /* Define if your <locale.h> file defines LC_MESSAGES. */
179 #undef HAVE_LC_MESSAGES
180
181 /* Define to 1 if translation of program messages to the user's native language
182    is requested. */
183 #undef ENABLE_NLS
184
185 /* Define if the GNU gettext() function is already present or preinstalled. */
186 #undef HAVE_GETTEXT
187
188 /* Define if the GNU dcgettext() function is already present or preinstalled. */
189 #undef HAVE_DCGETTEXT
190
191 /* Define because this is libintl. */
192 #undef IN_LIBINTL
193
194 /* Define because this is a library. */
195 #undef IN_LIBRARY
196
197 /* Define because we depend on libiconv. */
198 #undef DEPENDS_ON_LIBICONV
199
200 /* Define to enable relocation. */
201 #undef ENABLE_RELOCATABLE
202
203 /* Define if there is no xmalloc. */
204 #undef NO_XMALLOC
205
206 /* Define this entry point correctly. */
207 #undef set_relocation_prefix
208
209 /* Define this entry point correctly. */
210 #undef relocate
211