X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=bba543cd4731dcc24070b8f1cd89812c4755ed53;hb=975a5e9a24e971197baa9ea2d4479100977c9060;hp=b064946c57152c1299eebec8e1c94984a3c89004;hpb=557fd1b3c76f851d3b88371aa06a0b4a8cb91388;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index b064946c57..bba543cd47 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -205,6 +205,12 @@ /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + +/* Define if you have the mktemp function. */ +#undef HAVE_MKTEMP + /* Define if you have the pipe function. */ #undef HAVE_PIPE @@ -991,8 +997,6 @@ #ifdef _WIN32 /* don't suck in all of the win32 api */ # define WIN32_LEAN_AND_MEAN 1 - -# define sleep _sleep #endif #ifndef LDAP_NEEDS_PROTOTYPES