From b85a0e54aedf144ea0dff369289bd3fb6f694f5f Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 19 Mar 2000 21:18:09 +0000 Subject: Initial import of v4.1 --- contrib/libreadline/examples/rltest.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'contrib/libreadline/examples/rltest.c') diff --git a/contrib/libreadline/examples/rltest.c b/contrib/libreadline/examples/rltest.c index 453f8ec..6250f90 100644 --- a/contrib/libreadline/examples/rltest.c +++ b/contrib/libreadline/examples/rltest.c @@ -4,20 +4,20 @@ /* */ /* **************************************************************** */ -/* - * Remove the next line if you're compiling this against an installed - * libreadline.a - */ -#define READLINE_LIBRARY - #if defined (HAVE_CONFIG_H) #include #endif #include #include -#include "readline.h" -#include "history.h" + +#ifdef READLINE_LIBRARY +# include "readline.h" +# include "history.h" +#else +# include +# include +#endif extern HIST_ENTRY **history_list (); -- cgit v1.1