1/* config.h.bot */
2/* modify settings or make new ones based on what autoconf tells us. */
3
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
9
10#if defined (STRCOLL_BROKEN)
11#  undef HAVE_STRCOLL
12#endif
13
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
23