Source-Changes-HG archive

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

[src/netbsd-1-5]: src backed out latest changes



details:   https://anonhg.NetBSD.org/src/rev/fef93c363a8e
branches:  netbsd-1-5
changeset: 488852:fef93c363a8e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 02 17:25:37 2000 +0000

description:
backed out latest changes

diffstat:

 include/heimdal/config.h |  2 --
 lib/libkadm5srv/Makefile |  6 +-----
 2 files changed, 1 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 853156bfddd1 -r fef93c363a8e include/heimdal/config.h
--- a/include/heimdal/config.h  Wed Aug 02 17:17:19 2000 +0000
+++ b/include/heimdal/config.h  Wed Aug 02 17:25:37 2000 +0000
@@ -107,9 +107,7 @@
 #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
diff -r 853156bfddd1 -r fef93c363a8e lib/libkadm5srv/Makefile
--- a/lib/libkadm5srv/Makefile  Wed Aug 02 17:17:19 2000 +0000
+++ b/lib/libkadm5srv/Makefile  Wed Aug 02 17:25:37 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.1 2000/08/02 17:17:19 msaitoh Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2000/08/02 17:25:38 msaitoh Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/kadm5
 
@@ -64,10 +64,6 @@
         -I${DIST}/heimdal/lib/roken            \
         -DHAVE_CONFIG_H
 
-.if defined(NOPIC)
-CPPFLAGS+=-DNO_DLOPEN
-.endif
-
 $(SRCS:.c=.o): kadm5_err.h
 
 CLEANFILES = kadm5_err.h kadm5_err.c



Home | Main Index | Thread Index | Old Index