From 9d90de5de70d284966826d50c14a7abe46e37820 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 17 Aug 1997 00:48:51 +0000 Subject: Changes so that it actually checks for , instead of assuming it does exist --- src/bin/psql/psql.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bin/psql/psql.c') diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 98742dc93a3..e8ef0092292 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.81 1997/08/03 02:37:58 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.82 1997/08/17 00:48:45 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -37,12 +37,12 @@ #ifdef HAVE_LIBREADLINE # ifdef HAVE_READLINE_H # include -# if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY) +# if defined(HAVE_HISTORY) # include # endif # else # include -# if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY) +# if defined(HAVE_READLINE_HISTORY_H) # include # endif # endif -- cgit v1.2.3