=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/readline.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/readline.c 2000/01/09 17:00:55 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/readline.c 2000/01/22 14:16:00 1.1.1.2 @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid = "$Id: readline.c,v 1.1.1.1 2000/01/09 17:00:55 maekawa Exp $"; +static char *RCSid = "$Id: readline.c,v 1.1.1.2 2000/01/22 14:16:00 maekawa Exp $"; #endif /* GNUPLOT - readline.c */ @@ -52,7 +52,7 @@ static char *RCSid = "$Id: readline.c,v 1.1.1.1 2000/0 /* get prototype for alloc and gpfaralloc */ #include "plot.h" -#if defined(READLINE) && !defined(GNU_READLINE) +#if defined(READLINE) && !defined(HAVE_LIBREADLINE) /* a small portable version of GNU's readline * this is not the BASH or GNU EMACS version of READLINE due to Copyleft @@ -1101,4 +1101,4 @@ static void reset_termio() } -#endif /* READLINE && not GNU_READLINE */ +#endif /* READLINE && not HAVE_LIBREADLINE */