Add "krypt" to standard set of load options.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Sep 1999 00:53:24 +0000 (00:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Sep 1999 00:53:24 +0000 (00:53 +0000)
v7/src/runtime/optiondb.scm

index 9f370d5dceab8e0d5c343741fa70b654c92e9d84..8e878f15205ac361ad3134befaea90ec3084fa78 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: optiondb.scm,v 1.7 1999/05/13 03:04:08 cph Exp $
+$Id: optiondb.scm,v 1.8 1999/09/07 00:53:24 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
@@ -63,6 +63,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    (FORMAT     (RUNTIME FORMAT)        (INITIALIZE-PACKAGE!)   "format")
    (GDBM       (RUNTIME GDBM)          (INITIALIZE-PACKAGE!)   "gdbm")
    (HASH-TABLE (RUNTIME HASH-TABLE)    (INITIALIZE-PACKAGE!)   "hashtb")
+   (KRYPT      (RUNTIME KRYPT)         #F                      "krypt")
    (ORDERED-VECTOR (RUNTIME ORDERED-VECTOR) #F                 "ordvec")
    (RB-TREE    (RUNTIME RB-TREE)       #F                      "rbtree")
    (STEPPER    (RUNTIME STEPPER)       #F                      "ystep")