Commit 1d8a696f authored by Marc G. Fournier's avatar Marc G. Fournier

Remove #include "rlstubs.h", since it doesn't exist anymore

parent d90a426e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.54 1997/01/25 23:54:02 scrappy Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.55 1997/01/26 17:27:32 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -30,9 +30,7 @@ ...@@ -30,9 +30,7 @@
#include "strdup.h" #include "strdup.h"
#endif #endif
#ifndef HAVE_LIBREADLINE #ifdef HAVE_LIBREADLINE
# include "rlstubs.h"
#else
# ifdef HAVE_READLINE_H # ifdef HAVE_READLINE_H
# include <readline.h> # include <readline.h>
# if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY) # if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment