Re: Figured it out (psql and Gnu readline) - Mailing list pgsql-general

From Patrick Welche
Subject Re: Figured it out (psql and Gnu readline)
Date
Msg-id 20000713145359.E20273@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Re: Figured it out (psql and Gnu readline)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Figured it out (psql and Gnu readline)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
On Wed, Jul 12, 2000 at 08:50:58PM -0400, Tom Lane wrote:
...
> HAVE_HISTORY_IN_READLINE seems to get defined if libreadline.a contains
> a "using_history" symbol:
>
> AC_CHECK_LIB(readline, using_history, AC_DEFINE(HAVE_HISTORY_IN_READLINE),
>     AC_CHECK_LIB(history,  main) )

.. of course for me it's in libedit:

% nm -g /usr/lib/libedit.a | grep using_history
0000028c T using_history

Cheers,

Patrick

pgsql-general by date:

Previous
From: mikeo
Date:
Subject: is this a bug or feature?
Next
From: Henk van Lingen
Date:
Subject: Pg_connect in PHP