On Sat, 25 Feb 2012, Martin Matuska wrote: > On FreeBSD the libedit headers are located here: > /usr/include/edit/readline/readline.h > /usr/include/edit/readline/history.h (dummy header) > > NetBSD installs the header into: /usr/include/readline/readline.h > > This is probably different in various distributions.
Thanks for the information. I will make the configuration look for readline.h in these directories, in order: /usr/include/editline/ /usr/include/edit/readline/ /usr/include/readline/ With luck that should handle many environments; pcretest doesn't #include history.h, so that is irrelevant. Philip -- Philip Hazel -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
