import gdb-19990504 snapshot
[platform/upstream/binutils.git] / readline / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if you have the strcoll function and it is properly defined.  */
4 #undef HAVE_STRCOLL
5
6 /* Define if on MINIX.  */
7 #undef _MINIX
8
9 /* Define if the system does not provide POSIX.1 features except
10    with this defined.  */
11 #undef _POSIX_1_SOURCE
12
13 /* Define if you need to in order for stat and other things to work.  */
14 #undef _POSIX_SOURCE
15
16 /* Define as the return type of signal handlers (int or void).  */
17 #undef RETSIGTYPE
18
19 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
20 #undef STAT_MACROS_BROKEN
21
22 /* Definitions pulled in from aclocal.m4. */
23 #undef VOID_SIGHANDLER
24
25 #undef TIOCSTAT_IN_SYS_IOCTL
26
27 #undef HAVE_GETPW_DECLS
28
29 #undef FIONREAD_IN_SYS_IOCTL
30
31 #undef HAVE_BSD_SIGNALS
32
33 #undef HAVE_LSTAT
34
35 #undef HAVE_POSIX_SIGNALS
36
37 #undef HAVE_POSIX_SIGSETJMP
38
39 #undef HAVE_USG_SIGHOLD
40
41 #undef MUST_REINSTALL_SIGHANDLERS
42
43 #undef SPEED_T_IN_SYS_TYPES
44
45 #undef STRCOLL_BROKEN
46
47 #undef STRUCT_DIRENT_HAS_D_FILENO
48
49 #undef STRUCT_DIRENT_HAS_D_INO
50
51 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
52
53 #undef STRUCT_WINSIZE_IN_TERMIOS
54
55 /* Define if you have the lstat function.  */
56 #undef HAVE_LSTAT
57
58 /* Define if you have the putenv function.  */
59 #undef HAVE_PUTENV
60
61 /* Define if you have the select function.  */
62 #undef HAVE_SELECT
63
64 /* Define if you have the setenv function.  */
65 #undef HAVE_SETENV
66
67 /* Define if you have the setlocale function.  */
68 #undef HAVE_SETLOCALE
69
70 /* Define if you have the strcasecmp function.  */
71 #undef HAVE_STRCASECMP
72
73 /* Define if you have the tcgetattr function.  */
74 #undef HAVE_TCGETATTR
75
76 /* Define if you have the <dirent.h> header file.  */
77 #undef HAVE_DIRENT_H
78
79 /* Define if you have the <locale.h> header file.  */
80 #undef HAVE_LOCALE_H
81
82 /* Define if you have the <ndir.h> header file.  */
83 #undef HAVE_NDIR_H
84
85 /* Define if you have the <stdarg.h> header file.  */
86 #undef HAVE_STDARG_H
87
88 /* Define if you have the <stdlib.h> header file.  */
89 #undef HAVE_STDLIB_H
90
91 /* Define if you have the <string.h> header file.  */
92 #undef HAVE_STRING_H
93
94 /* Define if you have the <sys/dir.h> header file.  */
95 #undef HAVE_SYS_DIR_H
96
97 /* Define if you have the <sys/file.h> header file.  */
98 #undef HAVE_SYS_FILE_H
99
100 /* Define if you have the <sys/ndir.h> header file.  */
101 #undef HAVE_SYS_NDIR_H
102
103 /* Define if you have the <sys/pte.h> header file.  */
104 #undef HAVE_SYS_PTE_H
105
106 /* Define if you have the <sys/ptem.h> header file.  */
107 #undef HAVE_SYS_PTEM_H
108
109 /* Define if you have the <sys/select.h> header file.  */
110 #undef HAVE_SYS_SELECT_H
111
112 /* Define if you have the <sys/stream.h> header file.  */
113 #undef HAVE_SYS_STREAM_H
114
115 /* Define if you have the <termcap.h> header file.  */
116 #undef HAVE_TERMCAP_H
117
118 /* Define if you have the <termio.h> header file.  */
119 #undef HAVE_TERMIO_H
120
121 /* Define if you have the <termios.h> header file.  */
122 #undef HAVE_TERMIOS_H
123
124 /* Define if you have the <unistd.h> header file.  */
125 #undef HAVE_UNISTD_H
126
127 /* Define if you have the <varargs.h> header file.  */
128 #undef HAVE_VARARGS_H
129 /* config.h.bot */
130 /* modify settings or make new ones based on what autoconf tells us. */
131
132 /* Ultrix botches type-ahead when switching from canonical to
133    non-canonical mode, at least through version 4.3 */
134 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
135 #  define TERMIOS_MISSING
136 #endif
137
138 #if defined (STRCOLL_BROKEN)
139 #  undef HAVE_STRCOLL
140 #endif
141
142 #if defined (__STDC__) && defined (HAVE_STDARG_H)
143 #  define PREFER_STDARG
144 #  define USE_VARARGS
145 #else
146 #  if defined (HAVE_VARARGS_H)
147 #    define PREFER_VARARGS
148 #    define USE_VARARGS
149 #  endif
150 #endif