Author: ctian Date: Sat Oct 20 06:06:24 2007 New Revision: 92
Modified: vendor/cl-http/lw/server/sysdcl.lisp Log: trivial bugfix for smtp
Modified: vendor/cl-http/lw/server/sysdcl.lisp ============================================================================== --- vendor/cl-http/lw/server/sysdcl.lisp (original) +++ vendor/cl-http/lw/server/sysdcl.lisp Sat Oct 20 06:06:24 2007 @@ -86,8 +86,8 @@ "PREFERENCES" ; Configuration Preference Facility "WEB-CONFIGURATION" ; Server Configuration via the Web #+LispWorks "HTTP:lw;server;tcp-interface" - #+(and LispWorks4 LispWorks5) "http:smtp;smtp" ; Simple SMTP mailer - #+(and LispWorks4 LispWorks5) "http:smtp;mail" ; Interfaces for sending email + #+(or LispWorks4 LispWorks5) "http:smtp;smtp" ; Simple SMTP mailer + #+(or LispWorks4 LispWorks5) "http:smtp;mail" ; Interfaces for sending email ))
#-Genera @@ -246,4 +246,4 @@ "more-preferences" "presentation-types" "window-log" - "http-ui")) \ No newline at end of file + "http-ui"))
cl-net-snmp-cvs@common-lisp.net