X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config.h.in;h=d3197432958d5fc3876ad8dcc819a64713298070;hp=2192ddf4a2f9d09c8bf590595fc7dca6431b07f4;hb=0ccd1945560c715e4cc4063209bd0d68b75d5470;hpb=fd96433a81a97a1e2d8667c7087693e94706807d 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