Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/openldap/dist/include Disable HAVE_TLS here; we...



details:   https://anonhg.NetBSD.org/src/rev/26aa66007a91
branches:  trunk
changeset: 752823:26aa66007a91
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Mar 08 05:07:16 2010 +0000

description:
Disable HAVE_TLS here; we'll conditionally enable it in the Makefiles.
Disable HAVE_FETCH; API appears to be incompatible

diffstat:

 external/bsd/openldap/dist/include/portable.hin |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 0431405dbe35 -r 26aa66007a91 external/bsd/openldap/dist/include/portable.hin
--- a/external/bsd/openldap/dist/include/portable.hin   Mon Mar 08 05:00:51 2010 +0000
+++ b/external/bsd/openldap/dist/include/portable.hin   Mon Mar 08 05:07:16 2010 +0000
@@ -172,8 +172,10 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+#if 0  /* NETBSD: API incompatible */
 /* define if you actually have FreeBSD fetch(3) */
 #undef HAVE_FETCH
+#endif
 
 /* Define to 1 if you have the <filio.h> header file. */
 #undef HAVE_FILIO_H
@@ -753,8 +755,10 @@
 /* Define to 1 if you have the `thr_yield' function. */
 #undef HAVE_THR_YIELD
 
+#if 0  /* NETBSD: We'll control via Makefile and ${MKCRYPTO} */
 /* define if you have TLS */
 #undef HAVE_TLS
+#endif
 
 /* Define to 1 if you have the <unicode/utypes.h> header file. */
 #undef HAVE_UNICODE_UTYPES_H



Home | Main Index | Thread Index | Old Index