X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config.h.in;h=d3197432958d5fc3876ad8dcc819a64713298070;hb=8ac7f0a5c44a9a81a10e684cea8f2822434b9af0;hp=2192ddf4a2f9d09c8bf590595fc7dca6431b07f4;hpb=673859dfa72a5f4d485ae22d29ff2e2fc4147bf5;p=mmh diff --git a/config.h.in b/config.h.in index 2192ddf..d319743 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