File tree Expand file tree Collapse file tree 4 files changed +122
-78
lines changed Expand file tree Collapse file tree 4 files changed +122
-78
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.81 1997/08/03 02:37:58 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.82 1997/08/17 00:48:45 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
37
37
#ifdef HAVE_LIBREADLINE
38
38
# ifdef HAVE_READLINE_H
39
39
# include <readline.h>
40
- # if defined(HAVE_HISTORY ) || defined( HAVE_LIBHISTORY )
40
+ # if defined(HAVE_HISTORY )
41
41
# include <history.h>
42
42
# endif
43
43
# else
44
44
# include <readline/readline.h>
45
- # if defined(HAVE_HISTORY ) || defined( HAVE_LIBHISTORY )
45
+ # if defined(HAVE_READLINE_HISTORY_H )
46
46
# include <readline/history.h>
47
47
# endif
48
48
# endif
You can’t perform that action at this time.
0 commit comments