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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [readline/] [config.h.bot] - Diff between revs 1181 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1181 Rev 1765
/* config.h.bot */
/* config.h.bot */
/* modify settings or make new ones based on what autoconf tells us. */
/* modify settings or make new ones based on what autoconf tells us. */
/* Ultrix botches type-ahead when switching from canonical to
/* Ultrix botches type-ahead when switching from canonical to
   non-canonical mode, at least through version 4.3 */
   non-canonical mode, at least through version 4.3 */
#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
#  define TERMIOS_MISSING
#  define TERMIOS_MISSING
#endif
#endif
#if defined (STRCOLL_BROKEN)
#if defined (STRCOLL_BROKEN)
#  undef HAVE_STRCOLL
#  undef HAVE_STRCOLL
#endif
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
#if defined (__STDC__) && defined (HAVE_STDARG_H)
#  define PREFER_STDARG
#  define PREFER_STDARG
#  define USE_VARARGS
#  define USE_VARARGS
#else
#else
#  if defined (HAVE_VARARGS_H)
#  if defined (HAVE_VARARGS_H)
#    define PREFER_VARARGS
#    define PREFER_VARARGS
#    define USE_VARARGS
#    define USE_VARARGS
#  endif
#  endif
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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