Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90a426 commit 1d8a696Copy full SHA for 1d8a696
src/bin/psql/psql.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -30,9 +30,7 @@
30
#include "strdup.h"
31
#endif
32
33
-#ifndef HAVE_LIBREADLINE
34
-# include "rlstubs.h"
35
-#else
+#ifdef HAVE_LIBREADLINE
36
# ifdef HAVE_READLINE_H
37
# include <readline.h>
38
# if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY)
0 commit comments