Re: Figured it out (psql and Gnu readline)

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Figured it out (psql and Gnu readline)
Date: 2000-07-13 13:53:59
Message-ID: 20000713145359.E20273@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henk van Lingen 2000-07-13 14:06:06 Pg_connect in PHP
Previous Message mikeo 2000-07-13 13:17:42 is this a bug or feature?