Module Name: src
Committed By: lukem
Date: Mon Mar 8 05:07:16 UTC 2010
Modified Files:
src/external/bsd/openldap/dist/include: portable.hin
Log Message:
Disable HAVE_TLS here; we'll conditionally enable it in the Makefiles.
Disable HAVE_FETCH; API appears to be incompatible
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/bsd/openldap/dist/include/portable.hin
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/openldap/dist/include/portable.hin
diff -u src/external/bsd/openldap/dist/include/portable.hin:1.1.1.2 src/external/bsd/openldap/dist/include/portable.hin:1.2
--- src/external/bsd/openldap/dist/include/portable.hin:1.1.1.2 Thu Aug 13 00:11:16 2009
+++ src/external/bsd/openldap/dist/include/portable.hin Mon Mar 8 05:07:16 2010
@@ -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