From: Dan Harkless Date: Thu, 13 May 1999 01:10:45 +0000 (+0000) Subject: add HAVE_LIBM X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/aa4db278d4cea684124ffcbd520abc56b0317139?hp=3f2164f3652497ab2a07373b4fb1d41e3a57da34 add HAVE_LIBM --- diff --git a/config.h.in b/config.h.in index 3915bde2..eccfb102 100644 --- a/config.h.in +++ b/config.h.in @@ -421,6 +421,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM + /* Define if you have the ndbm library (-lndbm). */ #undef HAVE_LIBNDBM