~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to contrib/sockets/sockets.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-07-02 00:20:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060702002000-8bn170vd0qpx7to8
Tags: 0.9i-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;; -*- Mode: Lisp; Syntax: Common-Lisp -*-
2
 
;; $Id: sockets.lisp,v 1.25 2006/05/29 08:51:37 jgarcia Exp $
 
2
;; $Id: sockets.lisp,v 1.26 2006/06/26 07:33:35 jgarcia Exp $
3
3
 
4
4
;; This file is based on SBCL's SB-BSD-SOCKET module and has been
5
5
;; heavily modified to work with ECL by Julian Stecklina.
50
50
 "#endif"
51
51
 "#ifndef MSG_NOSIGNAL"
52
52
 "#define MSG_NOSIGNAL 0"
 
53
 "#endif"
 
54
 "#ifndef MSG_DONTWAIT"
 
55
 "#define MSG_DONTWAIT 0"
 
56
 "#endif"
 
57
 "#ifndef MSG_EOR"
 
58
 "#define MSG_EOR 0"
53
59
 "#endif")
54
60
#+:wsock
55
61
(clines