Imported from ../bash-2.03.tar.gz.
[platform/upstream/bash.git] / config.h.in
1 /* config.h -- Configuration file for bash. */
2
3 /* Copyright (C) 1987,1991 Free Software Foundation, Inc.
4
5    This file is part of GNU Bash, the Bourne Again SHell.
6
7    Bash is free software; you can redistribute it and/or modify it
8    under the terms of the GNU General Public License as published by
9    the Free Software Foundation; either version 1, or (at your option)
10    any later version.
11
12    Bash is distributed in the hope that it will be useful, but WITHOUT
13    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15    License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with Bash; see the file COPYING.  If not, write to the Free
19    Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20
21 #ifndef _CONFIG_H_
22 #define _CONFIG_H_
23
24 /* Configuration settings controllable by autoconf. */
25
26 /* Define JOB_CONTROL if your operating system supports
27    BSD-like job control. */
28 #undef JOB_CONTROL
29
30 /* Define ALIAS if you want the alias features. */
31 #undef ALIAS
32
33 /* Define PUSHD_AND_POPD if you want those commands to be compiled in.
34    (Also the `dirs' commands.) */
35 #undef PUSHD_AND_POPD
36
37 /* Define BRACE_EXPANSION if you want curly brace expansion a la Csh:
38    foo{a,b} -> fooa foob.  Even if this is compiled in (the default) you
39    can turn it off at shell startup with `-nobraceexpansion', or during
40    shell execution with `set +o braceexpand'. */
41 #undef BRACE_EXPANSION
42
43 /* Define READLINE to get the nifty/glitzy editing features.
44    This is on by default.  You can turn it off interactively
45    with the -nolineediting flag. */
46 #undef READLINE
47
48 /* Define BANG_HISTORY if you want to have Csh style "!" history expansion.
49    This is unrelated to READLINE. */
50 #undef BANG_HISTORY
51
52 /* Define HISTORY if you want to have access to previously typed commands.
53
54    If both HISTORY and READLINE are defined, you can get at the commands
55    with line editing commands, and you can directly manipulate the history
56    from the command line.
57
58    If only HISTORY is defined, the `fc' and `history' builtins are
59    available. */
60 #undef HISTORY
61
62 /* Define this if you want completion that puts all alternatives into
63    a brace expansion shell expression. */
64 #if defined (BRACE_EXPANSION) && defined (READLINE)
65 #  define BRACE_COMPLETION
66 #endif /* BRACE_EXPANSION */
67
68 /* Define DEFAULT_ECHO_TO_USG if you want the echo builtin to interpret
69    the backslash-escape characters by default, like the System V echo.
70    This requires that V9_ECHO be defined. */
71 #undef DEFAULT_ECHO_TO_USG
72
73 /* Define HELP_BUILTIN if you want the `help' shell builtin and the long
74    documentation strings compiled into the shell. */
75 #undef HELP_BUILTIN
76
77 /* Define RESTRICTED_SHELL if you want the generated shell to have the
78    ability to be a restricted one.  The shell thus generated can become
79    restricted by being run with the name "rbash", or by setting the -r
80    flag. */
81 #undef RESTRICTED_SHELL
82
83 /* Define DISABLED_BUILTINS if you want "builtin foo" to always run the
84    shell builtin "foo", even if it has been disabled with "enable -n foo". */
85 #undef DISABLED_BUILTINS
86
87 /* Define PROCESS_SUBSTITUTION if you want the K*rn shell-like process
88    substitution features "<(file)". */
89 /* Right now, you cannot do this on machines without fully operational
90    FIFO support.  This currently include NeXT and Alliant. */
91 #undef PROCESS_SUBSTITUTION
92
93 /* Define PROMPT_STRING_DECODE if you want the backslash-escaped special
94    characters in PS1 and PS2 expanded.  Variable expansion will still be
95    performed. */
96 #undef PROMPT_STRING_DECODE
97
98 /* Define SELECT_COMMAND if you want the Korn-shell style `select' command:
99         select word in word_list; do command_list; done */
100 #undef SELECT_COMMAND
101
102 /* Define COMMAND_TIMING of you want the ksh-style `time' reserved word and
103    the ability to time pipelines, functions, and builtins. */
104 #undef COMMAND_TIMING
105
106 /* Define ARRAY_VARS if you want ksh-style one-dimensional array variables. */
107 #undef ARRAY_VARS
108
109 /* Define DPAREN_ARITHMETIC if you want the ksh-style ((...)) arithmetic
110    evaluation command. */
111 #undef DPAREN_ARITHMETIC
112
113 /* Define EXTENDED_GLOB if you want the ksh-style [*+@?!](patlist) extended
114    pattern matching. */
115 #undef EXTENDED_GLOB
116
117 /* Define COND_COMMAND if you want the ksh-style [[...]] conditional
118    command. */
119 #undef COND_COMMAND
120
121 /* Define AFS if you are using Transarc's AFS. */
122 #undef AFS
123
124 /* End of configuration settings controllable by autoconf. */
125 /* Other settable options appear in config-top.h. */
126
127 #include "config-top.h"
128
129 /* Beginning of autoconf additions. */
130
131 /* Define if using alloca.c.  */
132 #undef C_ALLOCA
133
134 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
135    This function is required for alloca.c support on those systems.  */
136 #undef CRAY_STACKSEG_END
137
138 /* Define to the type of elements in the array set by `getgroups'.
139    Usually this is either `int' or `gid_t'.  */
140 #undef GETGROUPS_T
141
142 /* Define if the `getpgrp' function takes no argument.  */
143 #undef GETPGRP_VOID
144
145 /* Define to `int' if <sys/types.h> doesn't define.  */
146 #undef gid_t
147
148 /* Define if you have alloca, as a function or macro.  */
149 #undef HAVE_ALLOCA
150
151 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
152 #undef HAVE_ALLOCA_H
153
154 /* Define if you don't have vprintf but do have _doprnt.  */
155 #undef HAVE_DOPRNT
156
157 /* Define if system calls automatically restart after interruption
158    by a signal.  */
159 #undef HAVE_RESTARTABLE_SYSCALLS
160
161 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
162 #undef HAVE_SYS_WAIT_H
163
164 /* Define if you have <sys/time.h> */
165 #undef HAVE_SYS_TIME_H
166
167 #undef TIME_WITH_SYS_TIME
168
169 #undef HAVE_SYS_TIMES_H
170
171 /* Define if you have the vprintf function.  */
172 #undef HAVE_VPRINTF
173
174 #undef HAVE_WAIT3
175
176 #undef HAVE_SETOSTYPE
177
178 /* Define if on MINIX.  */
179 #undef _MINIX
180
181 /* The number of bytes in a int.  */
182 #undef SIZEOF_INT
183
184 /* The number of bytes in a long.  */
185 #undef SIZEOF_LONG
186
187 /* The number of bytes in a pointer to char.  */
188 #undef SIZEOF_CHAR_P
189
190 /* The number of bytes in a double (hopefully 8). */
191 #undef SIZEOF_DOUBLE
192
193 /* Define to `long' if <sys/types.h> doesn't define.  */
194 #undef off_t
195
196 /* Define to `int' if <sys/types.h> doesn't define. */
197 #undef mode_t
198
199 /* Define to `int' if <signal.h> doesn't define. */
200 #undef sigset_t
201
202 /* Define to `int' if <sys/types.h> doesn't define.  */
203 #undef pid_t
204
205 /* Define to `int' if <sys/types.h> doesn't define.  */
206 #undef int32_t
207
208 /* Define to `unsigned int' if <sys/types.h> doesn't define.  */
209 #undef u_int32_t
210
211 /* Define to `int' if <sys/types.h> doesn't define. */
212 #undef ptrdiff_t
213
214 /* Define to `double' if <sys/types.h> doesn't define. */
215 #undef bits64_t
216
217 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
218 #undef size_t
219
220 /* Define to `int' if <sys/types.h> doesn't define.  */
221 #undef uid_t
222
223 /* Define to `long' if <sys/types.h> doesn't define.  */
224 #undef clock_t
225
226 /* Define to `long' if <sys/types.h> doesn't define.  */
227 #undef time_t
228
229 /* Define if the system does not provide POSIX.1 features except
230    with this defined.  */
231 #undef _POSIX_1_SOURCE
232
233 /* Define if you need to in order for stat and other things to work.  */
234 #undef _POSIX_SOURCE
235
236 /* Define as the return type of signal handlers (int or void).  */
237 #undef RETSIGTYPE
238
239 /* Define if the setvbuf function takes the buffering type as its second
240    argument and the buffer pointer as the third, as on System V
241    before release 3.  */
242 #undef SETVBUF_REVERSED
243
244 /* If using the C implementation of alloca, define if you know the
245    direction of stack growth for your system; otherwise it will be
246    automatically deduced at run-time.
247         STACK_DIRECTION > 0 => grows toward higher addresses
248         STACK_DIRECTION < 0 => grows toward lower addresses
249         STACK_DIRECTION = 0 => direction of growth unknown
250  */
251 #undef STACK_DIRECTION
252
253 /* Define if you have the ANSI C header files.  */
254 #undef STDC_HEADERS
255
256 /* Define if `sys_siglist' is declared by <signal.h> or <unistd.h>.  */
257 #undef SYS_SIGLIST_DECLARED
258
259 /* Define if `_sys_siglist' is declared by <signal.h> or <unistd.h>.  */
260 #undef UNDER_SYS_SIGLIST_DECLARED
261
262 #undef DUP2_BROKEN
263
264 #undef HAVE_GETRLIMIT
265
266 #undef HAVE_GETRUSAGE
267
268 #undef HAVE_GETTIMEOFDAY
269
270 #undef GWINSZ_IN_SYS_IOCTL
271
272 #undef TIOCSTAT_IN_SYS_IOCTL
273
274 #undef FIONREAD_IN_SYS_IOCTL
275
276 #undef WORDS_BIGENDIAN
277
278 #undef HAVE_HASH_BANG_EXEC
279
280 #undef HAVE_BSD_SIGNALS
281
282 #undef HAVE_POSIX_SIGNALS
283
284 #undef HAVE_USG_SIGHOLD
285
286 #undef HAVE_DEV_FD
287
288 #undef DEV_FD_PREFIX
289
290 #undef HAVE_GETPW_DECLS
291
292 #undef HAVE_QUAD_T
293
294 #undef HAVE_RESOURCE
295
296 #undef HAVE_STRSIGNAL
297
298 #undef HAVE_SYS_ERRLIST
299
300 #undef STAT_MACROS_BROKEN
301
302 #undef HAVE_TIMEVAL
303
304 #undef HAVE_MEMMOVE
305
306 #undef HAVE_MKFIFO
307
308 #undef NAMED_PIPES_MISSING
309
310 #undef OPENDIR_NOT_ROBUST
311
312 #undef PGRP_PIPE
313
314 #undef RLIMTYPE
315
316 #undef SBRK_DECLARED
317
318 #undef PRINTF_DECLARED
319
320 #undef HAVE_SYS_SIGLIST
321
322 #undef HAVE_TIMES
323
324 #undef HAVE_UNDER_SYS_SIGLIST
325
326 #undef VOID_SIGHANDLER
327
328 #undef TERMIOS_LDISC
329
330 #undef TERMIO_LDISC
331
332 #undef ULIMIT_MAXFDS
333
334 #undef GETCWD_BROKEN
335
336 #undef STRUCT_DIRENT_HAS_D_INO
337
338 #undef STRUCT_DIRENT_HAS_D_FILENO
339
340 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
341
342 #undef STRUCT_WINSIZE_IN_TERMIOS
343
344 #undef SPEED_T_IN_SYS_TYPES
345
346 #undef CAN_REDEFINE_GETENV
347
348 #undef MUST_REINSTALL_SIGHANDLERS
349
350 #undef JOB_CONTROL_MISSING
351
352 #undef HAVE_POSIX_SIGSETJMP
353
354 #define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
355
356 /* Define if you have the bcopy function.  */
357 #undef HAVE_BCOPY
358
359 /* Define if you have the bzero function.  */
360 #undef HAVE_BZERO
361
362 /* Define if you have the confstr function.  */
363 #undef HAVE_CONFSTR
364
365 /* Define if you have the dlclose function.  */
366 #undef HAVE_DLCLOSE
367
368 /* Define if you have the dlopen function.  */
369 #undef HAVE_DLOPEN
370
371 /* Define if you have the dlsym function.  */
372 #undef HAVE_DLSYM
373
374 /* Define if you have the dup2 function.  */
375 #undef HAVE_DUP2
376
377 /* Define if you have the getcwd function.  */
378 #undef HAVE_GETCWD
379
380 /* Define if you have the getdtablesize function.  */
381 #undef HAVE_GETDTABLESIZE
382
383 /* Define if you have the getgroups function.  */
384 #undef HAVE_GETGROUPS
385
386 /* Define if you have the gethostname function.  */
387 #undef HAVE_GETHOSTNAME
388
389 /* Define if you have the getpagesize function.  */
390 #undef HAVE_GETPAGESIZE
391
392 /* Define if you have the getpeername function.  */
393 #undef HAVE_GETPEERNAME
394
395 /* Define if you have the getwd function.  */
396 #undef HAVE_GETWD
397
398 /* Define if you have the killpg function.  */
399 #undef HAVE_KILLPG
400
401 /* Define if you have the lstat function. */
402 #undef HAVE_LSTAT
403
404 /* Define if you have the putenv function.  */
405 #undef HAVE_PUTENV
406
407 /* Define if you have the rename function. */
408 #undef HAVE_RENAME
409
410 /* Define if you have the sbrk function. */
411 #undef HAVE_SBRK
412
413 /* Define if you have the select function.  */
414 #undef HAVE_SELECT
415
416 /* Define if you have the setdtablesize function.  */
417 #undef HAVE_SETDTABLESIZE
418
419 /* Define if you have the setenv function.  */
420 #undef HAVE_SETENV
421
422 /* Define if you have the setlinebuf function.  */
423 #undef HAVE_SETLINEBUF
424
425 /* Define if you have the setlocale function.  */
426 #undef HAVE_SETLOCALE
427
428 #undef HAVE_SIGINTERRUPT
429
430 /* Define if you have the strcasecmp function.  */
431 #undef HAVE_STRCASECMP
432
433 /* Define if you have the strchr function.  */
434 #undef HAVE_STRCHR
435
436 /* Define if you have the strerror function.  */
437 #undef HAVE_STRERROR
438
439 /* Define if you have the strtod function. */
440 #undef HAVE_STRTOD
441
442 /* Define if you have the strtol function. */
443 #undef HAVE_STRTOL
444
445 /* Define if you have the strtoul function. */
446 #undef HAVE_STRTOUL
447
448 /* Define if you have the tcgetattr function.  */
449 #undef HAVE_TCGETATTR
450
451 /* Define if you have the sysconf function. */
452 #undef HAVE_SYSCONF
453
454 /* Define if you have the uname function. */
455 #undef HAVE_UNAME
456
457 /* Define if you have the ulimit function. */
458 #undef HAVE_ULIMIT
459
460 #undef HAVE_WAITPID
461
462 #undef HAVE_TCGETPGRP
463
464 #undef HAVE_GETTEXT
465
466 #undef HAVE_TEXTDOMAIN
467
468 #undef HAVE_BINDTEXTDOMAIN
469
470 #undef HAVE_STRCOLL
471
472 #undef HAVE_TZSET
473
474 /* Define if you have the <dirent.h> header file.  */
475 #undef HAVE_DIRENT_H
476
477 /* Define if you have the <dlfcn.h> header file.  */
478 #undef HAVE_DLFCN_H
479
480 /* Define if you have the <limits.h> header file.  */
481 #undef HAVE_LIMITS_H
482
483 /* Define if you have the <locale.h> header file.  */
484 #undef HAVE_LOCALE_H
485
486 /* Define if you have the <ndir.h> header file.  */
487 #undef HAVE_NDIR_H
488
489 /* Define if you have the <stdlib.h> header file.  */
490 #undef HAVE_STDLIB_H
491
492 /* Define if you have the <stdarg.h> header file.  */
493 #undef HAVE_STDARG_H
494
495 /* Define if you have the <string.h> header file.  */
496 #undef HAVE_STRING_H
497
498 /* Define if you have the <memory.h> header file.  */
499 #undef HAVE_MEMORY_H
500
501 /* Define if you have the <sys/dir.h> header file.  */
502 #undef HAVE_SYS_DIR_H
503
504 /* Define if you have the <sys/file.h> header file.  */
505 #undef HAVE_SYS_FILE_H
506
507 /* Define if you have the <sys/ndir.h> header file.  */
508 #undef HAVE_SYS_NDIR_H
509
510 /* Define if you have the <sys/param.h> header file.  */
511 #undef HAVE_SYS_PARAM_H
512
513 /* Define if you have the <sys/pte.h> header file.  */
514 #undef HAVE_SYS_PTE_H
515
516 /* Define if you have the <sys/ptem.h> header file.  */
517 #undef HAVE_SYS_PTEM_H
518
519 /* Define if you have the <sys/resource.h> header file.  */
520 #undef HAVE_SYS_RESOURCE_H
521
522 /* Define if you have the <sys/select.h> header file.  */
523 #undef HAVE_SYS_SELECT_H
524
525 /* Define if you have the <sys/socket.h> header file.  */
526 #undef HAVE_SYS_SOCKET_H
527
528 /* Define if you have the <sys/stream.h> header file.  */
529 #undef HAVE_SYS_STREAM_H
530
531 /* Define if you have the <termcap.h> header file.  */
532 #undef HAVE_TERMCAP_H
533
534 /* Define if you have the <termio.h> header file.  */
535 #undef HAVE_TERMIO_H
536
537 /* Define if you have the <termios.h> header file.  */
538 #undef HAVE_TERMIOS_H
539
540 /* Define if you have the <unistd.h> header file.  */
541 #undef HAVE_UNISTD_H
542
543 /* Define if you have the <varargs.h> header file.  */
544 #undef HAVE_VARARGS_H
545
546 /* Define if you have the <libintl.h> header file. */
547 #undef HAVE_LIBINTL_H
548
549 /* Define if you have the <stddef.h> header file. */
550 #undef HAVE_STDDEF_H
551
552 #undef HAVE_LIBDL
553
554 #undef HAVE_LIBSUN
555
556 #undef HAVE_LIBSOCKET
557
558 /* Are we running SVR5 (UnixWare 7)? */
559 #undef SVR5
560
561 /* Are we running SVR4.2? */
562 #undef SVR4_2
563
564 /* Are we running some version of SVR4? */
565 #undef SVR4
566
567 /* Do we need to define _KERNEL to get the RLIMIT_* defines from
568    <sys/resource.h>? */
569 #undef RLIMIT_NEEDS_KERNEL
570
571 /* Do strcoll(3) and strcmp(3) give different results in the default locale? */
572 #undef STRCOLL_BROKEN
573
574 #include "config-bot.h"
575
576 #endif /* _CONFIG_H_ */