@@ -14,16 +14,23 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see . -(require-extension (srfi 18) extras tcp s11n) - - -(use srfi-1 posix regex regex-case srfi-69 hostinfo md5 message-digest posix-extras) +(import + (srfi 18) + ;; extras + chicken.tcp + s11n + srfi-1 + ;; posix + regex regex-case srfi-69 + ;; hostinfo + md5 message-digest + ;;posix-extras -(use spiffy uri-common intarweb http-client spiffy-request-vars intarweb spiffy-directory-listing) + spiffy uri-common intarweb http-client spiffy-request-vars intarweb spiffy-directory-listing) ;; Configurations for server (tcp-buffer-size 2048) (max-connections 2048)