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