Update local local copies of config.sub and config.guess.
[deliverable/binutils-gdb.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 GWINSZ_IN_SYS_IOCTL
26
27 #undef TIOCSTAT_IN_SYS_IOCTL
28
29 #undef HAVE_GETPW_DECLS
30
31 #undef FIONREAD_IN_SYS_IOCTL
32
33 #undef HAVE_BSD_SIGNALS
34
35 #undef HAVE_LSTAT
36
37 #undef HAVE_POSIX_SIGNALS
38
39 #undef HAVE_POSIX_SIGSETJMP
40
41 #undef HAVE_USG_SIGHOLD
42
43 #undef MUST_REINSTALL_SIGHANDLERS
44
45 #undef SPEED_T_IN_SYS_TYPES
46
47 #undef STRCOLL_BROKEN
48
49 #undef STRUCT_DIRENT_HAS_D_FILENO
50
51 #undef STRUCT_DIRENT_HAS_D_INO
52
53 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
54
55 #undef STRUCT_WINSIZE_IN_TERMIOS
56
57 /* Define if you have the lstat function. */
58 #undef HAVE_LSTAT
59
60 /* Define if you have the memmove function. */
61 #undef HAVE_MEMMOVE
62
63 /* Define if you have the putenv function. */
64 #undef HAVE_PUTENV
65
66 /* Define if you have the select function. */
67 #undef HAVE_SELECT
68
69 /* Define if you have the setenv function. */
70 #undef HAVE_SETENV
71
72 /* Define if you have the setlocale function. */
73 #undef HAVE_SETLOCALE
74
75 /* Define if you have the strcasecmp function. */
76 #undef HAVE_STRCASECMP
77
78 /* Define if you have the tcgetattr function. */
79 #undef HAVE_TCGETATTR
80
81 /* Define if you have the <dirent.h> header file. */
82 #undef HAVE_DIRENT_H
83
84 /* Define if you have the <locale.h> header file. */
85 #undef HAVE_LOCALE_H
86
87 /* Define if you have the <ndir.h> header file. */
88 #undef HAVE_NDIR_H
89
90 /* Define if you have the <stdarg.h> header file. */
91 #undef HAVE_STDARG_H
92
93 /* Define if you have the <stdlib.h> header file. */
94 #undef HAVE_STDLIB_H
95
96 /* Define if you have the <string.h> header file. */
97 #undef HAVE_STRING_H
98
99 /* Define if you have the <sys/dir.h> header file. */
100 #undef HAVE_SYS_DIR_H
101
102 /* Define if you have the <sys/file.h> header file. */
103 #undef HAVE_SYS_FILE_H
104
105 /* Define if you have the <sys/ndir.h> header file. */
106 #undef HAVE_SYS_NDIR_H
107
108 /* Define if you have the <sys/pte.h> header file. */
109 #undef HAVE_SYS_PTE_H
110
111 /* Define if you have the <sys/ptem.h> header file. */
112 #undef HAVE_SYS_PTEM_H
113
114 /* Define if you have the <sys/select.h> header file. */
115 #undef HAVE_SYS_SELECT_H
116
117 /* Define if you have the <sys/stream.h> header file. */
118 #undef HAVE_SYS_STREAM_H
119
120 /* Define if you have the <termcap.h> header file. */
121 #undef HAVE_TERMCAP_H
122
123 /* Define if you have the <termio.h> header file. */
124 #undef HAVE_TERMIO_H
125
126 /* Define if you have the <termios.h> header file. */
127 #undef HAVE_TERMIOS_H
128
129 /* Define if you have the <unistd.h> header file. */
130 #undef HAVE_UNISTD_H
131
132 /* Define if you have the <varargs.h> header file. */
133 #undef HAVE_VARARGS_H
134 /* config.h.bot */
135 /* modify settings or make new ones based on what autoconf tells us. */
136
137 /* Ultrix botches type-ahead when switching from canonical to
138 non-canonical mode, at least through version 4.3 */
139 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
140 # define TERMIOS_MISSING
141 #endif
142
143 #if defined (STRCOLL_BROKEN)
144 # undef HAVE_STRCOLL
145 #endif
146
147 #if defined (__STDC__) && defined (HAVE_STDARG_H)
148 # define PREFER_STDARG
149 # define USE_VARARGS
150 #else
151 # if defined (HAVE_VARARGS_H)
152 # define PREFER_VARARGS
153 # define USE_VARARGS
154 # endif
155 #endif
This page took 0.035215 seconds and 4 git commands to generate.