config.h.in revision 42660
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2/* acconfig.h
3   This file is in the public domain.
4
5   Descriptive text for the C preprocessor macros that
6   the distributed Autoconf macros can define.
7   No software package will use all of them; autoheader copies the ones
8   your configure.in uses into your configuration header file templates.
9
10   The entries are in sort -df order: alphabetical, case insensitive,
11   ignoring punctuation (such as underscores).  Although this order
12   can split up related entries, it makes it easier to check whether
13   a given entry is in the file.
14
15   Leave the following blank line there!!  Autoheader needs it.  */
16
17
18
19/* Define if using alloca.c.  */
20#undef C_ALLOCA
21
22/* Define to empty if the keyword does not work.  */
23#undef const
24
25/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
26   This function is required for alloca.c support on those systems.  */
27#undef CRAY_STACKSEG_END
28
29/* Define if you have alloca, as a function or macro.  */
30#undef HAVE_ALLOCA
31
32/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
33#undef HAVE_ALLOCA_H
34
35/* Define if you don't have vprintf but do have _doprnt.  */
36#undef HAVE_DOPRNT
37
38/* Define if you have a working `mmap' system call.  */
39#undef HAVE_MMAP
40
41/* Define if you have the vprintf function.  */
42#undef HAVE_VPRINTF
43
44/* Define as __inline if that's what the C compiler calls it.  */
45#undef inline
46
47/* Define if on MINIX.  */
48#undef _MINIX
49
50/* Define to `long' if <sys/types.h> doesn't define.  */
51#undef off_t
52
53/* Define if the system does not provide POSIX.1 features except
54   with this defined.  */
55#undef _POSIX_1_SOURCE
56
57/* Define if you need to in order for stat and other things to work.  */
58#undef _POSIX_SOURCE
59
60/* Define as the return type of signal handlers (int or void).  */
61#undef RETSIGTYPE
62
63/* Define if the setvbuf function takes the buffering type as its second
64   argument and the buffer pointer as the third, as on System V
65   before release 3.  */
66#undef SETVBUF_REVERSED
67
68/* Define to `unsigned' if <sys/types.h> doesn't define.  */
69#undef size_t
70
71/* If using the C implementation of alloca, define if you know the
72   direction of stack growth for your system; otherwise it will be
73   automatically deduced at run-time.
74 STACK_DIRECTION > 0 => grows toward higher addresses
75 STACK_DIRECTION < 0 => grows toward lower addresses
76 STACK_DIRECTION = 0 => direction of growth unknown
77 */
78#undef STACK_DIRECTION
79
80/* Define if you have the ANSI C header files.  */
81#undef STDC_HEADERS
82
83/* Define if your <sys/time.h> declares struct tm.  */
84#undef TM_IN_SYS_TIME
85
86/* Define to 1 if NLS is requested.  */
87#undef ENABLE_NLS
88
89/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
90#undef HAVE_CATGETS
91
92/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
93#undef HAVE_GETTEXT
94
95/* Define if your locale.h file contains LC_MESSAGES.  */
96#undef HAVE_LC_MESSAGES
97
98/* Define as 1 if you have the stpcpy function.  */
99#undef HAVE_STPCPY
100
101/* Define to the name of the distribution.  */
102#undef PACKAGE
103
104/* Define to the version of the distribution.  */
105#undef VERSION
106
107/* Define if you have the __argz_count function.  */
108#undef HAVE___ARGZ_COUNT
109
110/* Define if you have the __argz_next function.  */
111#undef HAVE___ARGZ_NEXT
112
113/* Define if you have the __argz_stringify function.  */
114#undef HAVE___ARGZ_STRINGIFY
115
116/* Define if you have the bzero function.  */
117#undef HAVE_BZERO
118
119/* Define if you have the dcgettext function.  */
120#undef HAVE_DCGETTEXT
121
122/* Define if you have the getcwd function.  */
123#undef HAVE_GETCWD
124
125/* Define if you have the getpagesize function.  */
126#undef HAVE_GETPAGESIZE
127
128/* Define if you have the memcpy function.  */
129#undef HAVE_MEMCPY
130
131/* Define if you have the memmove function.  */
132#undef HAVE_MEMMOVE
133
134/* Define if you have the memset function.  */
135#undef HAVE_MEMSET
136
137/* Define if you have the munmap function.  */
138#undef HAVE_MUNMAP
139
140/* Define if you have the putenv function.  */
141#undef HAVE_PUTENV
142
143/* Define if you have the setenv function.  */
144#undef HAVE_SETENV
145
146/* Define if you have the setlocale function.  */
147#undef HAVE_SETLOCALE
148
149/* Define if you have the setvbuf function.  */
150#undef HAVE_SETVBUF
151
152/* Define if you have the sigprocmask function.  */
153#undef HAVE_SIGPROCMASK
154
155/* Define if you have the sigsetmask function.  */
156#undef HAVE_SIGSETMASK
157
158/* Define if you have the stpcpy function.  */
159#undef HAVE_STPCPY
160
161/* Define if you have the strcasecmp function.  */
162#undef HAVE_STRCASECMP
163
164/* Define if you have the strchr function.  */
165#undef HAVE_STRCHR
166
167/* Define if you have the strdup function.  */
168#undef HAVE_STRDUP
169
170/* Define if you have the strerror function.  */
171#undef HAVE_STRERROR
172
173/* Define if you have the <argz.h> header file.  */
174#undef HAVE_ARGZ_H
175
176/* Define if you have the <fcntl.h> header file.  */
177#undef HAVE_FCNTL_H
178
179/* Define if you have the <limits.h> header file.  */
180#undef HAVE_LIMITS_H
181
182/* Define if you have the <locale.h> header file.  */
183#undef HAVE_LOCALE_H
184
185/* Define if you have the <malloc.h> header file.  */
186#undef HAVE_MALLOC_H
187
188/* Define if you have the <ncurses/termcap.h> header file.  */
189#undef HAVE_NCURSES_TERMCAP_H
190
191/* Define if you have the <nl_types.h> header file.  */
192#undef HAVE_NL_TYPES_H
193
194/* Define if you have the <pwd.h> header file.  */
195#undef HAVE_PWD_H
196
197/* Define if you have the <string.h> header file.  */
198#undef HAVE_STRING_H
199
200/* Define if you have the <strings.h> header file.  */
201#undef HAVE_STRINGS_H
202
203/* Define if you have the <sys/fcntl.h> header file.  */
204#undef HAVE_SYS_FCNTL_H
205
206/* Define if you have the <sys/file.h> header file.  */
207#undef HAVE_SYS_FILE_H
208
209/* Define if you have the <sys/param.h> header file.  */
210#undef HAVE_SYS_PARAM_H
211
212/* Define if you have the <sys/ptem.h> header file.  */
213#undef HAVE_SYS_PTEM_H
214
215/* Define if you have the <sys/time.h> header file.  */
216#undef HAVE_SYS_TIME_H
217
218/* Define if you have the <sys/ttold.h> header file.  */
219#undef HAVE_SYS_TTOLD_H
220
221/* Define if you have the <sys/wait.h> header file.  */
222#undef HAVE_SYS_WAIT_H
223
224/* Define if you have the <termcap.h> header file.  */
225#undef HAVE_TERMCAP_H
226
227/* Define if you have the <termio.h> header file.  */
228#undef HAVE_TERMIO_H
229
230/* Define if you have the <termios.h> header file.  */
231#undef HAVE_TERMIOS_H
232
233/* Define if you have the <unistd.h> header file.  */
234#undef HAVE_UNISTD_H
235
236/* Define if you have the <values.h> header file.  */
237#undef HAVE_VALUES_H
238
239/* Define if you have the bsd library (-lbsd).  */
240#undef HAVE_LIBBSD
241
242/* Define if you have the i library (-li).  */
243#undef HAVE_LIBI
244
245/* Define if you have the z library (-lz).  */
246#undef HAVE_LIBZ
247
248/* For gettext (NLS) */
249#include <libintl.h>
250#define _(String) gettext (String)
251#define N_(String) (String)
252
253
254/* Leave that blank line there!!  Autoheader needs it.
255   If you're adding to this file, keep in mind:
256   The entries are in sort -df order: alphabetical, case insensitive,
257   ignoring punctuation (such as underscores).  */
258