123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- /*
- * Part of Scheme 48 1.9. See file COPYING for notices and license.
- *
- * Authors: Mike Sperber, Will Noble
- */
- #ifdef E2BIG
- E2BIG,
- #else
- -1,
- #endif
- #ifdef EACCES
- EACCES,
- #else
- -1,
- #endif
- #ifdef EADDRINUSE
- EADDRINUSE,
- #else
- -1,
- #endif
- #ifdef EADDRNOTAVAIL
- EADDRNOTAVAIL,
- #else
- -1,
- #endif
- #ifdef EAFNOSUPPORT
- EAFNOSUPPORT,
- #else
- -1,
- #endif
- #ifdef EAGAIN
- EAGAIN,
- #else
- -1,
- #endif
- #ifdef EALREADY
- EALREADY,
- #else
- -1,
- #endif
- #ifdef EBADF
- EBADF,
- #else
- -1,
- #endif
- #ifdef EBADMSG
- EBADMSG,
- #else
- -1,
- #endif
- #ifdef EBUSY
- EBUSY,
- #else
- -1,
- #endif
- #ifdef ECANCELED
- ECANCELED,
- #else
- -1,
- #endif
- #ifdef ECHILD
- ECHILD,
- #else
- -1,
- #endif
- #ifdef ECONNABORTED
- ECONNABORTED,
- #else
- -1,
- #endif
- #ifdef ECONNREFUSED
- ECONNREFUSED,
- #else
- -1,
- #endif
- #ifdef ECONNRESET
- ECONNRESET,
- #else
- -1,
- #endif
- #ifdef EDEADLK
- EDEADLK,
- #else
- -1,
- #endif
- #ifdef EDESTADDRREQ
- EDESTADDRREQ,
- #else
- -1,
- #endif
- #ifdef EDOM
- EDOM,
- #else
- -1,
- #endif
- #ifdef EDQUOT
- EDQUOT,
- #else
- -1,
- #endif
- #ifdef EEXIST
- EEXIST,
- #else
- -1,
- #endif
- #ifdef EFAULT
- EFAULT,
- #else
- -1,
- #endif
- #ifdef EFBIG
- EFBIG,
- #else
- -1,
- #endif
- #ifdef EHOSTUNREACH
- EHOSTUNREACH,
- #else
- -1,
- #endif
- #ifdef EIDRM
- EIDRM,
- #else
- -1,
- #endif
- #ifdef EILSEQ
- EILSEQ,
- #else
- -1,
- #endif
- #ifdef EINPROGRESS
- EINPROGRESS,
- #else
- -1,
- #endif
- #ifdef EINTR
- EINTR,
- #else
- -1,
- #endif
- #ifdef EINVAL
- EINVAL,
- #else
- -1,
- #endif
- #ifdef EIO
- EIO,
- #else
- -1,
- #endif
- #ifdef EISCONN
- EISCONN,
- #else
- -1,
- #endif
- #ifdef EISDIR
- EISDIR,
- #else
- -1,
- #endif
- #ifdef ELOOP
- ELOOP,
- #else
- -1,
- #endif
- #ifdef EMFILE
- EMFILE,
- #else
- -1,
- #endif
- #ifdef EMLINK
- EMLINK,
- #else
- -1,
- #endif
- #ifdef EMSGSIZE
- EMSGSIZE,
- #else
- -1,
- #endif
- #ifdef EMULTIHOP
- EMULTIHOP,
- #else
- -1,
- #endif
- #ifdef ENAMETOOLONG
- ENAMETOOLONG,
- #else
- -1,
- #endif
- #ifdef ENETDOWN
- ENETDOWN,
- #else
- -1,
- #endif
- #ifdef ENETRESET
- ENETRESET,
- #else
- -1,
- #endif
- #ifdef ENETUNREACH
- ENETUNREACH,
- #else
- -1,
- #endif
- #ifdef ENFILE
- ENFILE,
- #else
- -1,
- #endif
- #ifdef ENOBUFS
- ENOBUFS,
- #else
- -1,
- #endif
- #ifdef ENODATA
- ENODATA,
- #else
- -1,
- #endif
- #ifdef ENODEV
- ENODEV,
- #else
- -1,
- #endif
- #ifdef ENOENT
- ENOENT,
- #else
- -1,
- #endif
- #ifdef ENOEXEC
- ENOEXEC,
- #else
- -1,
- #endif
- #ifdef ENOLCK
- ENOLCK,
- #else
- -1,
- #endif
- #ifdef ENOLINK
- ENOLINK,
- #else
- -1,
- #endif
- #ifdef ENOMEM
- ENOMEM,
- #else
- -1,
- #endif
- #ifdef ENOMSG
- ENOMSG,
- #else
- -1,
- #endif
- #ifdef ENOPROTOOPT
- ENOPROTOOPT,
- #else
- -1,
- #endif
- #ifdef ENOSPC
- ENOSPC,
- #else
- -1,
- #endif
- #ifdef ENOSR
- ENOSR,
- #else
- -1,
- #endif
- #ifdef ENOSTR
- ENOSTR,
- #else
- -1,
- #endif
- #ifdef ENOSYS
- ENOSYS,
- #else
- -1,
- #endif
- #ifdef ENOTCONN
- ENOTCONN,
- #else
- -1,
- #endif
- #ifdef ENOTDIR
- ENOTDIR,
- #else
- -1,
- #endif
- #ifdef ENOTEMPTY
- ENOTEMPTY,
- #else
- -1,
- #endif
- #ifdef ENOTSOCK
- ENOTSOCK,
- #else
- -1,
- #endif
- #ifdef ENOTSUP
- ENOTSUP,
- #else
- -1,
- #endif
- #ifdef ENOTTY
- ENOTTY,
- #else
- -1,
- #endif
- #ifdef ENXIO
- ENXIO,
- #else
- -1,
- #endif
- #ifdef EOPNOTSUPP
- EOPNOTSUPP,
- #else
- -1,
- #endif
- #ifdef EOVERFLOW
- EOVERFLOW,
- #else
- -1,
- #endif
- #ifdef EPERM
- EPERM,
- #else
- -1,
- #endif
- #ifdef EPIPE
- EPIPE,
- #else
- -1,
- #endif
- #ifdef EPROTO
- EPROTO,
- #else
- -1,
- #endif
- #ifdef EPROTONOSUPPORT
- EPROTONOSUPPORT,
- #else
- -1,
- #endif
- #ifdef EPROTOTYPE
- EPROTOTYPE,
- #else
- -1,
- #endif
- #ifdef ERANGE
- ERANGE,
- #else
- -1,
- #endif
- #ifdef EROFS
- EROFS,
- #else
- -1,
- #endif
- #ifdef ESPIPE
- ESPIPE,
- #else
- -1,
- #endif
- #ifdef ESRCH
- ESRCH,
- #else
- -1,
- #endif
- #ifdef ESTALE
- ESTALE,
- #else
- -1,
- #endif
- #ifdef ETIME
- ETIME,
- #else
- -1,
- #endif
- #ifdef ETIMEDOUT
- ETIMEDOUT,
- #else
- -1,
- #endif
- #ifdef ETXTBSY
- ETXTBSY,
- #else
- -1,
- #endif
- #ifdef EWOULDBLOCK
- EWOULDBLOCK,
- #else
- -1,
- #endif
- #ifdef EXDEV
- EXDEV,
- #else
- -1,
- #endif
|