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

Revision 15897, 5.3 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15896, 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 if you need to in order for stat and other things to work.  */
44#undef _POSIX_SOURCE
45
46/* Define to `unsigned' if <sys/types.h> doesn't define.  */
47#undef size_t
48
49/* If using the C implementation of alloca, define if you know the
50   direction of stack growth for your system; otherwise it will be
51   automatically deduced at run-time.
52 STACK_DIRECTION > 0 => grows toward higher addresses
53 STACK_DIRECTION < 0 => grows toward lower addresses
54 STACK_DIRECTION = 0 => direction of growth unknown
55 */
56#undef STACK_DIRECTION
57
58/* Define if you have the ANSI C header files.  */
59#undef STDC_HEADERS
60
61/* Define if your locale.h file contains LC_MESSAGES.  */
62#undef HAVE_LC_MESSAGES
63
64/* Define to 1 if NLS is requested.  */
65#undef ENABLE_NLS
66
67/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
68#undef HAVE_CATGETS
69
70/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
71#undef HAVE_GETTEXT
72
73/* Define as 1 if you have the stpcpy function.  */
74#undef HAVE_STPCPY
75
76/* Define if you have the __argz_count function.  */
77#undef HAVE___ARGZ_COUNT
78
79/* Define if you have the __argz_next function.  */
80#undef HAVE___ARGZ_NEXT
81
82/* Define if you have the __argz_stringify function.  */
83#undef HAVE___ARGZ_STRINGIFY
84
85/* Define if you have the dcgettext function.  */
86#undef HAVE_DCGETTEXT
87
88/* Define if you have the getcwd function.  */
89#undef HAVE_GETCWD
90
91/* Define if you have the getpagesize function.  */
92#undef HAVE_GETPAGESIZE
93
94/* Define if you have the getwd function.  */
95#undef HAVE_GETWD
96
97/* Define if you have the munmap function.  */
98#undef HAVE_MUNMAP
99
100/* Define if you have the putenv function.  */
101#undef HAVE_PUTENV
102
103/* Define if you have the setenv function.  */
104#undef HAVE_SETENV
105
106/* Define if you have the setlocale function.  */
107#undef HAVE_SETLOCALE
108
109/* Define if you have the stpcpy function.  */
110#undef HAVE_STPCPY
111
112/* Define if you have the strcasecmp function.  */
113#undef HAVE_STRCASECMP
114
115/* Define if you have the strchr function.  */
116#undef HAVE_STRCHR
117
118/* Define if you have the strdup function.  */
119#undef HAVE_STRDUP
120
121/* Define if you have the <argz.h> header file.  */
122#undef HAVE_ARGZ_H
123
124/* Define if you have the <limits.h> header file.  */
125#undef HAVE_LIMITS_H
126
127/* Define if you have the <locale.h> header file.  */
128#undef HAVE_LOCALE_H
129
130/* Define if you have the <malloc.h> header file.  */
131#undef HAVE_MALLOC_H
132
133/* Define if you have the <nl_types.h> header file.  */
134#undef HAVE_NL_TYPES_H
135
136/* Define if you have the <string.h> header file.  */
137#undef HAVE_STRING_H
138
139/* Define if you have the <sys/param.h> header file.  */
140#undef HAVE_SYS_PARAM_H
141
142/* Define if you have the <unistd.h> header file.  */
143#undef HAVE_UNISTD_H
144
145/* Define if you have the i library (-li).  */
146#undef HAVE_LIBI
147
148/* Name of package */
149#undef PACKAGE
150
151/* Version number of package */
152#undef VERSION
153
154
155/* We don't test for the basename function but still want to use the
156   version in the libc when compiling for a system using glibc.  */
157#ifdef __GNU_LIBRARY__
158# define HAVE_BASENAME  1
159#endif
160
161/* On GNU systems we want to use the extensions.  */
162#ifndef _GNU_SOURCE
163# define _GNU_SOURCE    1
164#endif
165
166
167/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
168   contains the characters not allowed.  */
169#ifndef MSDOS
170# 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/"
171#else
172/* Something like this for MSDOG.  */
173# 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\\:."
174#endif
175
176/* Length from which starting on warnings about too long strings are given.
177   Several systems have limits for strings itself, more have problems with
178   strings in their tools (important here: gencat).  1024 bytes is a
179   conservative limit.  Because many translation let the message size grow
180   (German translations are always bigger) choose a length < 1024.  */
181#define WARN_ID_LEN 900
182
183/* This is the page width for the message_print function.  It should
184   not be set to more than 79 characters (Emacs users will appreciate
185   it).  It is used to wrap the msgid and msgstr strings, and also to
186   wrap the file position (#:) comments.  */
187#define PAGE_WIDTH 79
Note: See TracBrowser for help on using the repository browser.