source: trunk/third/scrollkeeper/config.h.in @ 18218

Revision 18218, 6.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18217, 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, 1996, 1997 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 have a working `mmap' system call.  */
35#undef HAVE_MMAP
36
37/* Define as __inline if that's what the C compiler calls it.  */
38#undef inline
39
40/* Define to `long' if <sys/types.h> doesn't define.  */
41#undef off_t
42
43/* Define to `unsigned' if <sys/types.h> doesn't define.  */
44#undef size_t
45
46/* If using the C implementation of alloca, define if you know the
47   direction of stack growth for your system; otherwise it will be
48   automatically deduced at run-time.
49 STACK_DIRECTION > 0 => grows toward higher addresses
50 STACK_DIRECTION < 0 => grows toward lower addresses
51 STACK_DIRECTION = 0 => direction of growth unknown
52 */
53#undef STACK_DIRECTION
54
55/* Define if you have the ANSI C header files.  */
56#undef STDC_HEADERS
57
58/* Define if you have the __argz_count function.  */
59#undef HAVE___ARGZ_COUNT
60
61/* Define if you have the __argz_next function.  */
62#undef HAVE___ARGZ_NEXT
63
64/* Define if you have the __argz_stringify function.  */
65#undef HAVE___ARGZ_STRINGIFY
66
67/* Define if you have the dcgettext function.  */
68#undef HAVE_DCGETTEXT
69
70/* Define if you have the feof_unlocked function.  */
71#undef HAVE_FEOF_UNLOCKED
72
73/* Define if you have the fgets_unlocked function.  */
74#undef HAVE_FGETS_UNLOCKED
75
76/* Define if you have the getcwd function.  */
77#undef HAVE_GETCWD
78
79/* Define if you have the getegid function.  */
80#undef HAVE_GETEGID
81
82/* Define if you have the geteuid function.  */
83#undef HAVE_GETEUID
84
85/* Define if you have the getgid function.  */
86#undef HAVE_GETGID
87
88/* Define if you have the getpagesize function.  */
89#undef HAVE_GETPAGESIZE
90
91/* Define if you have the getuid function.  */
92#undef HAVE_GETUID
93
94/* Define if you have the getwd function.  */
95#undef HAVE_GETWD
96
97/* Define if you have the mempcpy function.  */
98#undef HAVE_MEMPCPY
99
100/* Define if you have the munmap function.  */
101#undef HAVE_MUNMAP
102
103/* Define if you have the putenv function.  */
104#undef HAVE_PUTENV
105
106/* Define if you have the setenv function.  */
107#undef HAVE_SETENV
108
109/* Define if you have the setlocale function.  */
110#undef HAVE_SETLOCALE
111
112/* Define if you have the stpcpy function.  */
113#undef HAVE_STPCPY
114
115/* Define if you have the strcasecmp function.  */
116#undef HAVE_STRCASECMP
117
118/* Define if you have the strchr function.  */
119#undef HAVE_STRCHR
120
121/* Define if you have the strdup function.  */
122#undef HAVE_STRDUP
123
124/* Define if you have the strtoul function.  */
125#undef HAVE_STRTOUL
126
127/* Define if you have the tsearch function.  */
128#undef HAVE_TSEARCH
129
130/* Define if you have the <argz.h> header file.  */
131#undef HAVE_ARGZ_H
132
133/* Define if you have the <dlfcn.h> header file.  */
134#undef HAVE_DLFCN_H
135
136/* Define if you have the <limits.h> header file.  */
137#undef HAVE_LIMITS_H
138
139/* Define if you have the <locale.h> header file.  */
140#undef HAVE_LOCALE_H
141
142/* Define if you have the <malloc.h> header file.  */
143#undef HAVE_MALLOC_H
144
145/* Define if you have the <nl_types.h> header file.  */
146#undef HAVE_NL_TYPES_H
147
148/* Define if you have the <stddef.h> header file.  */
149#undef HAVE_STDDEF_H
150
151/* Define if you have the <stdlib.h> header file.  */
152#undef HAVE_STDLIB_H
153
154/* Define if you have the <string.h> header file.  */
155#undef HAVE_STRING_H
156
157/* Define if you have the <sys/param.h> header file.  */
158#undef HAVE_SYS_PARAM_H
159
160/* Define if you have the <sys/stat.h> header file.  */
161#undef HAVE_SYS_STAT_H
162
163/* Define if you have the <sys/types.h> header file.  */
164#undef HAVE_SYS_TYPES_H
165
166/* Define if you have the <unistd.h> header file.  */
167#undef HAVE_UNISTD_H
168
169/* Name of package */
170#undef PACKAGE
171
172/* Version number of package */
173#undef VERSION
174
175/* Define if you have the iconv() function. */
176#undef HAVE_ICONV
177
178/* Define as const if the declaration of iconv() needs const. */
179#undef ICONV_CONST
180
181/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
182#undef HAVE_LANGINFO_CODESET
183
184/* Define if your <locale.h> file defines LC_MESSAGES. */
185#undef HAVE_LC_MESSAGES
186
187/* Define to 1 if translation of program messages to the user's native language
188   is requested. */
189#undef ENABLE_NLS
190
191/* Define if the GNU gettext() function is already present or preinstalled. */
192#undef HAVE_GETTEXT
193
194
195/* We don't test for the basename function but still want to use the
196   version in the libc when compiling for a system using glibc.  */
197#ifdef __GNU_LIBRARY__
198# define HAVE_BASENAME  1
199#endif
200
201/* On GNU systems we want to use the extensions.  */
202#ifndef _GNU_SOURCE
203# define _GNU_SOURCE    1
204#endif
205
206
207/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
208   contains the characters not allowed.  */
209#ifndef MSDOS
210# 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/"
211#else
212/* Something like this for MSDOG.  */
213# 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\\:."
214#endif
215
216/* Length from which starting on warnings about too long strings are given.
217   Several systems have limits for strings itself, more have problems with
218   strings in their tools (important here: gencat).  1024 bytes is a
219   conservative limit.  Because many translation let the message size grow
220   (German translations are always bigger) choose a length < 1024.  */
221#define WARN_ID_LEN 900
222
223/* This is the page width for the message_print function.  It should
224   not be set to more than 79 characters (Emacs users will appreciate
225   it).  It is used to wrap the msgid and msgstr strings, and also to
226   wrap the file position (#:) comments.  */
227#define PAGE_WIDTH 79
Note: See TracBrowser for help on using the repository browser.