From d57f417b0d4e2d7abc35b5d8bcbc0524104a9c63 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Fri, 19 Jun 1998 09:42:36 +0000 Subject: [PATCH] [project @ 1998-06-19 09:42:36 by simonm] update w/ respect to latest configure.in. --- mk/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mk/config.h.in b/mk/config.h.in index dfb3f85e7afd..50f247242387 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -144,6 +144,9 @@ /* Define if you have the vfork function. */ #undef HAVE_VFORK +/* Define if you have the <bfd.h> header file. */ +#undef HAVE_BFD_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H @@ -251,3 +254,9 @@ /* Define if you have the <vfork.h> header file. */ #undef HAVE_VFORK_H + +/* Define if you have the bfd library (-lbfd). */ +#undef HAVE_LIBBFD + +/* Define if you have the iberty library (-liberty). */ +#undef HAVE_LIBIBERTY -- GitLab