source: trunk/third/gettext/config.h.in @ 16931

Revision 16931, 8.1 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16930, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2/* Special definitions, processed by autoheader.
3   Copyright (C) 1995-1998, 2001 Free Software Foundation.
4   Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
5
6/* Default value for alignment of strings in .mo file.  */
7#define DEFAULT_OUTPUT_ALIGNMENT 1
8
9#ifndef PARAMS
10# if __STDC__
11#  define PARAMS(args) args
12# else
13#  define PARAMS(args) ()
14# endif
15#endif
16
17
18/* Define if using alloca.c.  */
19#undef C_ALLOCA
20
21/* Define to empty if the keyword does not work.  */
22#undef const
23
24/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
25   This function is required for alloca.c support on those systems.  */
26#undef CRAY_STACKSEG_END
27
28/* Define if you have alloca, as a function or macro.  */
29#undef HAVE_ALLOCA
30
31/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
32#undef HAVE_ALLOCA_H
33
34/* Define if you don't have vprintf but do have _doprnt.  */
35#undef HAVE_DOPRNT
36
37/* Define if you have a working `mmap' system call.  */
38#undef HAVE_MMAP
39
40/* Define if you have the vprintf function.  */
41#undef HAVE_VPRINTF
42
43/* Define as __inline if that's what the C compiler calls it.  */
44#undef inline
45
46/* Define to `long' if <sys/types.h> doesn't define.  */
47#undef off_t
48
49/* Define to `unsigned' if <sys/types.h> doesn't define.  */
50#undef size_t
51
52/* If using the C implementation of alloca, define if you know the
53   direction of stack growth for your system; otherwise it will be
54   automatically deduced at run-time.
55 STACK_DIRECTION > 0 => grows toward higher addresses
56 STACK_DIRECTION < 0 => grows toward lower addresses
57 STACK_DIRECTION = 0 => direction of growth unknown
58 */
59#undef STACK_DIRECTION
60
61/* Define if you have the ANSI C header files.  */
62#undef STDC_HEADERS
63
64/* Define if you have the __argz_count function.  */
65#undef HAVE___ARGZ_COUNT
66
67/* Define if you have the __argz_next function.  */
68#undef HAVE___ARGZ_NEXT
69
70/* Define if you have the __argz_stringify function.  */
71#undef HAVE___ARGZ_STRINGIFY
72
73/* Define if you have the dcgettext function.  */
74#undef HAVE_DCGETTEXT
75
76/* Define if you have the feof_unlocked function.  */
77#undef HAVE_FEOF_UNLOCKED
78
79/* Define if you have the fgets_unlocked function.  */
80#undef HAVE_FGETS_UNLOCKED
81
82/* Define if you have the getcwd function.  */
83#undef HAVE_GETCWD
84
85/* Define if you have the getdelim function.  */
86#undef HAVE_GETDELIM
87
88/* Define if you have the getegid function.  */
89#undef HAVE_GETEGID
90
91/* Define if you have the geteuid function.  */
92#undef HAVE_GETEUID
93
94/* Define if you have the getgid function.  */
95#undef HAVE_GETGID
96
97/* Define if you have the getpagesize function.  */
98#undef HAVE_GETPAGESIZE
99
100/* Define if you have the getuid function.  */
101#undef HAVE_GETUID
102
103/* Define if you have the isascii function.  */
104#undef HAVE_ISASCII
105
106/* Define if you have the iswcntrl function.  */
107#undef HAVE_ISWCNTRL
108
109/* Define if you have the iswprint function.  */
110#undef HAVE_ISWPRINT
111
112/* Define if you have the mblen function.  */
113#undef HAVE_MBLEN
114
115/* Define if you have the mbsinit function.  */
116#undef HAVE_MBSINIT
117
118/* Define if you have the memcpy function.  */
119#undef HAVE_MEMCPY
120
121/* Define if you have the memmove function.  */
122#undef HAVE_MEMMOVE
123
124/* Define if you have the mempcpy function.  */
125#undef HAVE_MEMPCPY
126
127/* Define if you have the memset function.  */
128#undef HAVE_MEMSET
129
130/* Define if you have the munmap function.  */
131#undef HAVE_MUNMAP
132
133/* Define if you have the putenv function.  */
134#undef HAVE_PUTENV
135
136/* Define if you have the setenv function.  */
137#undef HAVE_SETENV
138
139/* Define if you have the setlocale function.  */
140#undef HAVE_SETLOCALE
141
142/* Define if you have the stpcpy function.  */
143#undef HAVE_STPCPY
144
145/* Define if you have the stpncpy function.  */
146#undef HAVE_STPNCPY
147
148/* Define if you have the strcasecmp function.  */
149#undef HAVE_STRCASECMP
150
151/* Define if you have the strchr function.  */
152#undef HAVE_STRCHR
153
154/* Define if you have the strcspn function.  */
155#undef HAVE_STRCSPN
156
157/* Define if you have the strdup function.  */
158#undef HAVE_STRDUP
159
160/* Define if you have the strerror function.  */
161#undef HAVE_STRERROR
162
163/* Define if you have the strncasecmp function.  */
164#undef HAVE_STRNCASECMP
165
166/* Define if you have the strstr function.  */
167#undef HAVE_STRSTR
168
169/* Define if you have the strtoul function.  */
170#undef HAVE_STRTOUL
171
172/* Define if you have the tsearch function.  */
173#undef HAVE_TSEARCH
174
175/* Define if you have the uname function.  */
176#undef HAVE_UNAME
177
178/* Define if you have the vasprintf function.  */
179#undef HAVE_VASPRINTF
180
181/* Define if you have the wcwidth function.  */
182#undef HAVE_WCWIDTH
183
184/* Define if you have the <argz.h> header file.  */
185#undef HAVE_ARGZ_H
186
187/* Define if you have the <dlfcn.h> header file.  */
188#undef HAVE_DLFCN_H
189
190/* Define if you have the <limits.h> header file.  */
191#undef HAVE_LIMITS_H
192
193/* Define if you have the <locale.h> header file.  */
194#undef HAVE_LOCALE_H
195
196/* Define if you have the <malloc.h> header file.  */
197#undef HAVE_MALLOC_H
198
199/* Define if you have the <nl_types.h> header file.  */
200#undef HAVE_NL_TYPES_H
201
202/* Define if you have the <stddef.h> header file.  */
203#undef HAVE_STDDEF_H
204
205/* Define if you have the <stdlib.h> header file.  */
206#undef HAVE_STDLIB_H
207
208/* Define if you have the <string.h> header file.  */
209#undef HAVE_STRING_H
210
211/* Define if you have the <sys/param.h> header file.  */
212#undef HAVE_SYS_PARAM_H
213
214/* Define if you have the <unistd.h> header file.  */
215#undef HAVE_UNISTD_H
216
217/* Define if you have the <values.h> header file.  */
218#undef HAVE_VALUES_H
219
220/* Define if you have the <wchar.h> header file.  */
221#undef HAVE_WCHAR_H
222
223/* Define if you have the <wctype.h> header file.  */
224#undef HAVE_WCTYPE_H
225
226/* Name of package */
227#undef PACKAGE
228
229/* Version number of package */
230#undef VERSION
231
232/* Make sure we see all GNU extensions. */
233#undef _GNU_SOURCE
234
235/* Define to empty if the C compiler doesn't support this keyword. */
236#undef signed
237
238/* Define if backslash-a works in C strings. */
239#undef HAVE_C_BACKSLASH_A
240
241/* Define if you have the unsigned long long type. */
242#undef HAVE_UNSIGNED_LONG_LONG
243
244/* Define if system has ptrdiff_t type */
245#undef HAVE_PTRDIFF_T
246
247/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
248   and declares uintmax_t.  */
249#undef HAVE_INTTYPES_H
250
251/* Define to unsigned long or unsigned long long
252   if <inttypes.h> doesn't define. */
253#undef uintmax_t
254
255/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
256#undef HAVE_MBRTOWC
257
258/* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise. */
259#undef HAVE_DECL_WCWIDTH
260
261/* Define to a type if <wchar.h> does not define. */
262#undef mbstate_t
263
264/* Define if you have the parse_printf_format() function. */
265#undef HAVE_PARSE_PRINTF_FORMAT
266
267/* Define as const if the declaration of setlocale() needs const. */
268#undef SETLOCALE_CONST
269
270/* Define if you have the iconv() function. */
271#undef HAVE_ICONV
272
273/* Define as const if the declaration of iconv() needs const. */
274#undef ICONV_CONST
275
276/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
277#undef HAVE_LANGINFO_CODESET
278
279/* Define if your <locale.h> file defines LC_MESSAGES. */
280#undef HAVE_LC_MESSAGES
281
282/* Define to 1 if translation of program messages to the user's native language
283   is requested. */
284#undef ENABLE_NLS
285
286/* Define if the GNU gettext() function is already present or preinstalled. */
287#undef HAVE_GETTEXT
288
289
290/* We don't test for the basename function but still want to use the
291   version in the libc when compiling for a system using glibc.  */
292#ifdef __GNU_LIBRARY__
293# define HAVE_BASENAME  1
294#endif
295
296
297/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
298   contains the characters not allowed.  */
299#ifndef MSDOS
300# define        INVALID_PATH_CHAR "\1\2\3\4\5\6\7\10\11\12\13\14\15\16\17\20\21\22\23\24\25\26\27\30\31\32\33\34\35\36\37 \177/"
301#else
302/* Something like this for MSDOG.  */
303# define        INVALID_PATH_CHAR "\1\2\3\4\5\6\7\10\11\12\13\14\15\16\17\20\21\22\23\24\25\26\27\30\31\32\33\34\35\36\37 \177\\:."
304#endif
305
306/* This is the page width for the message_print function.  It should
307   not be set to more than 79 characters (Emacs users will appreciate
308   it).  It is used to wrap the msgid and msgstr strings, and also to
309   wrap the file position (#:) comments.  */
310#define PAGE_WIDTH 79
Note: See TracBrowser for help on using the repository browser.