r7061: initial property settings
[wol.git] / classes.lisp
index 766fce013a3602c9f4fd8b3473f6f08042bcc270..90b868b9e2379fddbc9e046c830e4ddfbc03b9db 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  July 2003
 ;;;;
-;;;; $Id: classes.lisp,v 1.8 2003/08/10 17:56:44 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 
 (defvar *active-projects* (make-hash-table :test 'equal))
 
-(defvar +asp-header+ "lsp")
-(defvar +full-asp-header+ "/lsp")
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (defvar +plist-header+ "sdata"
+    "string that starts an encoded plist"))
 
-(defvar +plist-header+ "/sdata"
-  "string that starts an encoded plist")
+(defconstant +plist-header-length+ (length +plist-header+))
 
 (defparameter *wol-version* '(0 1 0))