From 7c2c219bc5e37edf2d94c3f9deb205cb6fe982bd Mon Sep 17 00:00:00 2001 From: okada Date: Mon, 20 Nov 2000 16:36:15 +0000 Subject: [PATCH] * WL-ELS: Remove sasl. * WL-CFG: Ditto. --- ChangeLog | 5 +++++ WL-CFG | 3 --- WL-ELS | 12 +----------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 318a995..4255522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-11-20 Kenichi OKADA + * WL-ELS: Remove sasl. + * WL-CFG: Ditto. + +2000-11-20 Kenichi OKADA + * WL-MK: Remove sasl. 2000-11-20 Kenichi OKADA diff --git a/WL-CFG b/WL-CFG index fcf9b0c..74c877f 100644 --- a/WL-CFG +++ b/WL-CFG @@ -20,9 +20,6 @@ ;; If you want to install utils, uncomment following line. ;(setq wl-install-utils t) -;; If you want to install sasl package, uncomment following line. -;(setq wl-install-sasl t) - ;; Set lauguage for info file ("ja" or "en"). Default is "ja". ;; By following setting, English info is installed. ;(setq wl-info-lang "en") diff --git a/WL-ELS b/WL-ELS index 0fb9c57..956bc51 100644 --- a/WL-ELS +++ b/WL-ELS @@ -72,11 +72,6 @@ (if (module-installed-p 'base64) (add-to-list 'UTILS-MODULES 'ssl)) -(defconst SASL-MODULES '(hmac-def hmac-md5 hmac-sha1 - hex-util md5-dl md5-el md5 - sha1-dl sha1-el sha1 sasl - scram-md5 digest-md5 unique-id)) - (defvar modules-alist (list (cons ELMODIR ELMO-MODULES) @@ -86,9 +81,4 @@ (if (exec-installed-p "imput") (cons UTILSDIR (list 'im-wl))) (if wl-install-utils - (cons UTILSDIR UTILS-MODULES)) - ;; sasl does not work under Nemacs. - (if (and wl-install-sasl - (not (fboundp 'nemacs-version))) - (cons SASLDIR SASL-MODULES)) - )) + (cons UTILSDIR UTILS-MODULES)))) \ No newline at end of file -- 1.7.10.4