From: Kurt Zeilenga Date: Thu, 5 Nov 1998 19:39:26 +0000 (+0000) Subject: Updated to 1.8 X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1183 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aacfd00141560e3c203c5db3a89978f782a15b70;p=openldap Updated to 1.8 --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 64e86cbb35..9d78330308 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -1,5 +1,5 @@ /* include/portable.h.nt -- manually updated of MS NT (MS VC5) */ -/* synced with portable.h.in 1.6 */ +/* synced with portable.h.in 1.8 */ /* Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA All rights reserved. @@ -86,6 +86,12 @@ typedef char * caddr_t; /* Define if you have that is POSIX.1 compatible. */ /* #undef HAVE_SYS_WAIT_H */ +/* Define if you have the tempnam function. */ +/* #undef HAVE_TEMPNAM */ + +/* Define if you have the thr_setconcurrency function. */ +/* #undef HAVE_THR_SETCONCURRENCY */ + /* Define if you have the vprintf function. */ #define HAVE_VPRINTF 1 @@ -129,6 +135,12 @@ typedef char * caddr_t; /* Define if your declares struct tm. */ /* #undef TM_IN_SYS_TIME */ +/* define this if needed to get reentrant functions */ +#undef _REENTRANT + +/* define this if needed to get threadsafe functions */ +#undef _THREAD_SAFE + /* Define to `int' if doesn't define. */ #define uid_t long @@ -297,6 +309,9 @@ typedef char * caddr_t; /* Define if you have the pthread_kill function. */ /* #undef HAVE_PTHREAD_KILL */ +/* Define if you have the pthread_setconcurrency function. */ +/* #undef HAVE_PTHREAD_SETCONCURRENCY */ + /* Define if you have the pthread_yield function. */ /* #undef HAVE_PTHREAD_YIELD */