source: trunk/third/libiconv/config.h.msvc @ 20454

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