2000-11-20 Kenichi OKADA <okada@opaopa.org>
+ * WL-ELS: Remove sasl.
+ * WL-CFG: Ditto.
+
+2000-11-20 Kenichi OKADA <okada@opaopa.org>
+
* WL-MK: Remove sasl.
2000-11-20 Kenichi OKADA <okada@opaopa.org>
;; 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")
(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)
(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