From each@isc.org Wed Sep 23 20:22:12 2015 CC: MIME-Version: 1.0 In-Reply-To: Content-Disposition: inline X-RT-Interface: API References: <926761D6DF7209FEAD8AEBC5@ogg.in.absolight.net> <20150923160747.GE20142@isc.org> <683A3DED20394D60577F7980@atuin.in.mat.cc> Message-ID: <20150923202212.GD23329@isc.org> content-type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Received: from bikeshed.isc.org (bikeshed.isc.org [IPv6:2001:4f8:3:d::19]) by bugs.isc.org (Postfix) with ESMTP id 2416D71B583 for ; Wed, 23 Sep 2015 20:22:12 +0000 (UTC) Received: by bikeshed.isc.org (Postfix, from userid 10292) id 1F1A5216C57; Wed, 23 Sep 2015 20:22:12 +0000 (UTC) Delivered-To: bind9-bugs@bugs.isc.org Subject: Re: [ISC-Bugs #40811] Problem with the new libedit in bIND 9.9.8 and 9.10.3 on FreeBSD 11 User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Wed, 23 Sep 2015 20:22:12 +0000 To: "Mathieu Arnold via RT" From: "Evan Hunt" RT-Message-ID: Content-Length: 408 On Wed, Sep 23, 2015 at 07:47:53PM +0000, Mathieu Arnold via RT wrote: > It doesn't. It has libedit, not readline :-) Right, but the functions that used to be exported by libreadline and are now exported by libedit, such as readline() and add_history(), must still have prototypes in a header file somewhere. What header file is that? "grep -R add_history /usr/include" will probably tell us the answer.