source: trunk/third/libiconv/config.h_vms @ 20454

Revision 20454, 7.9 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20453, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in 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 as good substitute value for EILSEQ. */
12#undef EILSEQ
13
14/* Define to 1 to enable a few rarely used encodings. */
15#undef ENABLE_EXTRA
16
17/* Define to 1 if translation of program messages to the user's native
18   language is requested. */
19#define ENABLE_NLS 1
20
21/* Define to 1 if the package shall run at any location in the filesystem. */
22#define ENABLE_RELOCATABLE 1
23
24/* Define to 1 if you have `alloca', as a function or macro. */
25#define HAVE_ALLOCA 1
26
27/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
28   */
29#undef HAVE_ALLOCA_H
30
31/* Define to 1 if you have the `canonicalize_file_name' function. */
32#undef HAVE_CANONICALIZE_FILE_NAME
33
34/* Define if the GNU dcgettext() function is already present or preinstalled.
35   */
36#undef HAVE_DCGETTEXT
37
38/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
39   you don't. */
40#undef HAVE_DECL_CLEARERR_UNLOCKED
41
42/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
43   don't. */
44#undef HAVE_DECL_FEOF_UNLOCKED
45
46/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
47   you don't. */
48#undef HAVE_DECL_FERROR_UNLOCKED
49
50/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
51   you don't. */
52#undef HAVE_DECL_FFLUSH_UNLOCKED
53
54/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
55   you don't. */
56#undef HAVE_DECL_FGETS_UNLOCKED
57
58/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
59   you don't. */
60#undef HAVE_DECL_FPUTC_UNLOCKED
61
62/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
63   you don't. */
64#undef HAVE_DECL_FPUTS_UNLOCKED
65
66/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
67   you don't. */
68#undef HAVE_DECL_FREAD_UNLOCKED
69
70/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
71   you don't. */
72#undef HAVE_DECL_FWRITE_UNLOCKED
73
74/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
75   you don't. */
76#undef HAVE_DECL_GETCHAR_UNLOCKED
77
78/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
79   don't. */
80#undef HAVE_DECL_GETC_UNLOCKED
81
82/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
83   you don't. */
84#undef HAVE_DECL_PUTCHAR_UNLOCKED
85
86/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
87   don't. */
88#undef HAVE_DECL_PUTC_UNLOCKED
89
90/* Define to 1 if you have the declaration of `strerror', and to 0 if you
91   don't. */
92#define HAVE_DECL_STRERROR 1
93
94/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
95   don't. */
96#undef HAVE_DECL_STRERROR_R
97
98/* Define to 1 if you have the <dlfcn.h> header file. */
99#define HAVE_DLFCN_H 1
100
101/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
102#undef HAVE_DOPRNT
103
104/* Define if you have the declaration of environ. */
105#undef HAVE_ENVIRON_DECL
106
107/* Define if you have the declaration of errno. */
108#define HAVE_ERRNO_DECL 1
109
110/* Define to 1 if you have the functions error() and error_at_line(). */
111#undef HAVE_ERROR_AT_LINE
112
113/* Define to 1 if you have the `getcwd' function. */
114#define HAVE_GETCWD 1
115
116/* Define to 1 if you have the `getc_unlocked' function. */
117#undef HAVE_GETC_UNLOCKED
118
119/* Define if the GNU gettext() function is already present or preinstalled. */
120#undef HAVE_GETTEXT
121
122/* Define if you have the iconv() function. */
123#define HAVE_ICONV 1
124
125/* Define to 1 if you have the <inttypes.h> header file. */
126#define HAVE_INTTYPES_H 1
127
128/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
129#define HAVE_LANGINFO_CODESET 1
130
131/* Define to 1 if you have the <locale.h> header file. */
132#define HAVE_LOCALE_H 1
133
134/* Define to 1 if you have the `mbrtowc' function. */
135#define HAVE_MBRTOWC 1
136
137/* Define to 1 if you have the `mbsinit' function. */
138#define HAVE_MBSINIT 1
139
140/* Define to 1 if you have the `memmove' function. */
141#define HAVE_MEMMOVE 1
142
143/* Define to 1 if you have the <memory.h> header file. */
144#define HAVE_MEMORY_H 1
145
146/* Define to 1 if you have the `readlink' function. */
147#undef HAVE_READLINK
148
149/* Define to 1 if you have the <search.h> header file. */
150#undef HAVE_SEARCH_H
151
152/* Define to 1 if you have the `setenv' function. */
153#define HAVE_SETENV 1
154
155/* Define to 1 if you have the `setlocale' function. */
156#define HAVE_SETLOCALE 1
157
158/* Define if you have a working <stdbool.h> header file. */
159#define HAVE_STDBOOL_H 1
160
161/* Define to 1 if you have the <stddef.h> header file. */
162#define HAVE_STDDEF_H 1
163
164/* Define to 1 if you have the <stdint.h> header file. */
165#undef HAVE_STDINT_H
166
167/* Define to 1 if you have the <stdlib.h> header file. */
168#define HAVE_STDLIB_H 1
169
170/* Define to 1 if you have the `strerror' function. */
171#define HAVE_STRERROR 1
172
173/* Define to 1 if you have the `strerror_r' function. */
174#undef HAVE_STRERROR_R
175
176/* Define to 1 if you have the <strings.h> header file. */
177#define HAVE_STRINGS_H 1
178
179/* Define to 1 if you have the <string.h> header file. */
180#define HAVE_STRING_H 1
181
182/* Define to 1 if you have the <sys/param.h> header file. */
183#define HAVE_SYS_PARAM_H 1
184
185/* Define to 1 if you have the <sys/stat.h> header file. */
186#define HAVE_SYS_STAT_H 1
187
188/* Define to 1 if you have the <sys/types.h> header file. */
189#define HAVE_SYS_TYPES_H 1
190
191/* Define to 1 if you have the `tsearch' function. */
192#undef HAVE_TSEARCH
193
194/* Define to 1 if you have the <unistd.h> header file. */
195#define HAVE_UNISTD_H 1
196
197/* Define to 1 if you have the `unsetenv' function. */
198#define HAVE_UNSETENV 1
199
200/* Define to 1 if you have the `vprintf' function. */
201#define HAVE_VPRINTF 1
202
203/* Define to 1 if you have the <wchar.h> header file. */
204#define HAVE_WCHAR_H 1
205
206/* Define to 1 if you have the `wcrtomb' function. */
207#define HAVE_WCRTOMB 1
208
209/* Define as const if the declaration of iconv() needs const. */
210#define ICONV_CONST
211
212/* Define to the value of ${prefix}, as a string. */
213
214/* Name of package */
215#undef PACKAGE
216
217/* Define to the address where bug reports for this package should be sent. */
218#undef PACKAGE_BUGREPORT
219
220/* Define to the full name of this package. */
221#undef PACKAGE_NAME
222
223/* Define to the full name and version of this package. */
224#undef PACKAGE_STRING
225
226/* Define to the one symbol short name of this package. */
227#undef PACKAGE_TARNAME
228
229/* Define to the version of this package. */
230#undef PACKAGE_VERSION
231
232/* If using the C implementation of alloca, define if you know the
233   direction of stack growth for your system; otherwise it will be
234   automatically deduced at run-time.
235        STACK_DIRECTION > 0 => grows toward higher addresses
236        STACK_DIRECTION < 0 => grows toward lower addresses
237        STACK_DIRECTION = 0 => direction of growth unknown */
238#undef STACK_DIRECTION
239
240/* Define to 1 if you have the ANSI C header files. */
241#define STDC_HEADERS 1
242
243/* Define to 1 if strerror_r returns char *. */
244#undef STRERROR_R_CHAR_P
245
246/* Version number of package */
247#undef VERSION
248
249/* Define if the machine's byte ordering is little endian. */
250#define WORDS_LITTLEENDIAN 1
251
252/* Define to 1 if on AIX 3.
253   System headers sometimes define this.
254   We just want to avoid a redefinition error message.  */
255#ifndef _ALL_SOURCE
256# undef _ALL_SOURCE
257#endif
258
259/* Enable GNU extensions on systems that have them.  */
260#ifndef _GNU_SOURCE
261# undef _GNU_SOURCE
262#endif
263
264/* Define to 1 if on MINIX. */
265#undef _MINIX
266
267/* Define to 2 if the system does not provide POSIX.1 features except with
268   this defined. */
269#undef _POSIX_1_SOURCE
270
271/* Define to 1 if you need to in order for `stat' and other things to work. */
272#undef _POSIX_SOURCE
273
274/* Define to a type if <wchar.h> does not define. */
275#undef mbstate_t
276
277/* Define to a replacement function name for realpath(). */
278#define realpath rpl_realpath
279
280/* Define as a signed type of the same size as size_t. */
281#undef ssize_t
Note: See TracBrowser for help on using the repository browser.