* obvious fix
[binutils-gdb.git] / readline / config.h.bot
blobd7a6dc45ce4f2c6b6dc788c7606cdab4822e22e0
1 /* config.h.bot */
2 /* modify settings or make new ones based on what autoconf tells us. */
4 /* Ultrix botches type-ahead when switching from canonical to
5    non-canonical mode, at least through version 4.3 */
6 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
7 #  define TERMIOS_MISSING
8 #endif
10 #if defined (STRCOLL_BROKEN)
11 #  undef HAVE_STRCOLL
12 #endif
14 #if defined (__STDC__) && defined (HAVE_STDARG_H)
15 #  define PREFER_STDARG
16 #  define USE_VARARGS
17 #else
18 #  if defined (HAVE_VARARGS_H)
19 #    define PREFER_VARARGS
20 #    define USE_VARARGS
21 #  endif
22 #endif