Source-Changes-HG archive

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

[src/netbsd-1-5]: src/include/heimdal Pullup revision 1.2 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/e9406e7a742b
branches:  netbsd-1-5
changeset: 489201:e9406e7a742b
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 23 09:17:27 2000 +0000

description:
Pullup revision 1.2 (approved by thorpej):

 don't use dlopen if NOPIC is defined

diffstat:

 include/heimdal/config.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 7dacfbbe14eb -r e9406e7a742b include/heimdal/config.h
--- a/include/heimdal/config.h  Wed Aug 23 09:16:25 2000 +0000
+++ b/include/heimdal/config.h  Wed Aug 23 09:17:27 2000 +0000
@@ -107,7 +107,9 @@
 #define HAVE_DES_CBC_ENCRYPT 1
 
 /* Define if you have the dlopen function.  */
+#if !defined(NO_DLOPEN)
 #define HAVE_DLOPEN 1
+#endif
 
 /* Define if you have the dn_expand function.  */
 #define HAVE_DN_EXPAND 1



Home | Main Index | Thread Index | Old Index