#| -*-Scheme-*-
-$Id: edwin.ldr,v 1.37 1992/11/17 22:44:29 cph Exp $
+$Id: edwin.ldr,v 1.38 1992/11/18 23:35:19 cph Exp $
Copyright (c) 1989-1992 Massachusetts Institute of Technology
(define string-member? (member-procedure string=?))
(define (boolean-and a b) (and a b))
+ (if (eq? (lookup 'OS-TYPE) 'UNIX)
+ (begin
+ (load-option 'KRYPT)
+ (load-option 'SUBPROCESS)))
+
(let ((environment (->environment '(EDWIN))))
(load "utils" environment)
(load "nvector" environment)
(load "fileio" environment)
- (if (eq? (lookup 'os-type) 'unix)
- (load-option 'SUBPROCESS))
(load-case 'os-type '((unix . "process") (dos . "dosproc"))
(->environment '(EDWIN PROCESS)))
;;; -*-Scheme-*-
;;;
-;;; $Id: unix.scm,v 1.29 1992/11/13 22:54:18 cph Exp $
+;;; $Id: unix.scm,v 1.30 1992/11/18 23:35:14 cph Exp $
;;;
;;; Copyright (c) 1989-1992 Massachusetts Institute of Technology
;;;
\f
;;;; Encrypted files
-(load-option 'krypt)
-
(define-variable enable-encrypted-files
"If true, encrypted files are automatically decrypted when read,
and recrypted when written. An encrypted file is identified by the