00001 /* 00002 config-readline.h Maintained by hand. Contains the readline specific 00003 parts from config.h.in in readline 4.3 00004 */ 00005 00006 #if defined (HAVE_CONFIG_H) 00007 # include <config.h> 00008 #endif 00009 00010 /* 00011 Ultrix botches type-ahead when switching from canonical to 00012 non-canonical mode, at least through version 4.3 00013 */ 00014 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) 00015 # define TERMIOS_MISSING 00016 #endif 00017 00018 #if defined (STRCOLL_BROKEN) 00019 # undef HAVE_STRCOLL 00020 #endif 00021 00022 #if defined (__STDC__) && defined (HAVE_STDARG_H) 00023 # define PREFER_STDARG 00024 # define USE_VARARGS 00025 #else 00026 # if defined (HAVE_VARARGS_H) 00027 # define PREFER_VARARGS 00028 # define USE_VARARGS 00029 # endif 00030 #endif
1.4.7

