X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/673859dfa72a5f4d485ae22d29ff2e2fc4147bf5..8179163d2de10c9e373a82c0cddf45e9c902b163:/config.h.in diff --git a/config.h.in b/config.h.in index 2192ddf4..d3197432 100644 --- a/config.h.in +++ b/config.h.in @@ -300,6 +300,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the sigaction function. */ #undef HAVE_SIGACTION @@ -408,6 +411,9 @@ /* Define if you have the m library (-lm). */ #undef HAVE_LIBM +/* Define if you have the mkstemp library (-lmkstemp). */ +#undef HAVE_LIBMKSTEMP + /* Define if you have the ndbm library (-lndbm). */ #undef HAVE_LIBNDBM