OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [readline/] [config.h.bot] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* 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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.