[cl-net-snmp-cvs] r58 - trunk

ctian at common-lisp.net ctian at common-lisp.net
Tue Sep 25 17:27:39 UTC 2007


Author: ctian
Date: Tue Sep 25 13:27:39 2007
New Revision: 58

Modified:
   trunk/net-snmp.asd
Log:
No iolib on win32

Modified: trunk/net-snmp.asd
==============================================================================
--- trunk/net-snmp.asd	(original)
+++ trunk/net-snmp.asd	Tue Sep 25 13:27:39 2007
@@ -16,6 +16,7 @@
                :cl-ppcre        ; for oid resolve
                :ironclad        ; for v3 support
                :net-telent-date ; for time conv
+	       #-win32
                :iolib           ; for network
                :zebu            ; for mib parse
                :zebu-compiler)  ; for asn.1 syntax compile



More information about the Cl-net-snmp-cvs mailing list