>> Secondly, is it possible for add_history to be in libreadline.so
   >> instead of libhistory.so on GNU systems? Or in other terms why
   >> should we check for add_history in both libreadline _and_
   >> libhistory?

   > I don't see why it would help to test for add_history in
   > libreadline.

It might be in libreadline, as is the case for GNU Readline.

   http://www.mail-archive.com/[EMAIL PROTECTED]/msg52955.html
   tells me that OpenBSD has add_history in libreadline instead of
   libhistory.  Do we want to use OpenBSD's libreadline or just stick
   to GNU's?

I fail to see what the problem is, just do:

Test if add_history is in libreadline, if it is not, test if it is in
libhistory, else do not use add_history.


_______________________________________________
bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to