X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=bba543cd4731dcc24070b8f1cd89812c4755ed53;hb=975a5e9a24e971197baa9ea2d4479100977c9060;hp=96bb1a98a93496ef298daf7386ccd8998efb291f;hpb=44146a1cb73484f9403f226df18028c2030e2f9e;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 96bb1a98a9..bba543cd47 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -5,7 +5,7 @@ * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP - * Public License. A copy of this * license is available at + * Public License. A copy of this license is available at * http://www.OpenLDAP.org/license.html or in file LICENSE in the * top-level directory of the distribution. */ @@ -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 @@ -310,6 +316,9 @@ /* Define if you have the thr_yield function. */ #undef HAVE_THR_YIELD +/* Define if you have the usleep function. */ +#undef HAVE_USLEEP + /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF @@ -340,6 +349,9 @@ /* Define if you have the header file. */ #undef HAVE_CRYPT_H +/* Define if you have the header file. */ +#undef HAVE_CTHREAD_H + /* Define if you have the header file. */ #undef HAVE_DB_H @@ -517,6 +529,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the header file. */ +#undef HAVE_SYS_QUEUE_H + /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H @@ -565,6 +580,9 @@ /* Define if you have the header file. */ #undef HAVE_WINSOCK_H +/* Define if you have the header file. */ +#undef HAVE_WINSOCK2_H + /* Define if you have the V3 library (-lV3). */ #undef HAVE_LIBV3 @@ -637,6 +655,9 @@ /* define if you have winsock */ #undef HAVE_WINSOCK +/* define if you have winsock2 */ +#undef HAVE_WINSOCK2 + /* define if you have res_query() */ #undef HAVE_RES_QUERY @@ -754,6 +775,9 @@ /* define if NDBM is available */ #undef HAVE_NDBM +/* define if LDAP libs are dynamic */ +#undef LDAP_LIBS_DYNAMIC + /* define if you have -lwrap */ #undef HAVE_TCPD