added watt32 headers and brought the DOS version up to parity with UNIX
[oftp] / libs / watt32 / sys / lcc.err
1 #ifndef __SYS_WERRNO_ERR
2 #define __SYS_WERRNO_ERR
3
4 /*
5  * THIS FILE WAS GENERATED BY ..\util\lcc_err. DO NOT EDIT.
6  *
7  * Watt-32 errnos are after vendor's errnos (1 - 42)
8  */
9
10 #ifndef __LCC__
11 #error This file is only for use by "__LCC__"
12 #endif
13
14 #define EWOULDBLOCK       43
15 #define EDOM              33
16 #define ERANGE            34
17 #define E2BIG             7
18 #define EACCES            13
19 #define EAGAIN            11
20 #define EBADF             9
21 #define EBUSY             16
22 #define ECHILD            10
23 #define EDEADLK           45
24 #define EEXIST            17
25 #define EFAULT            14
26 #define EFBIG             27
27 #define EINTR             4
28 #define EINVAL            22
29 #define EIO               5
30 #define EISDIR            21
31 #define EMFILE            24
32 #define EMLINK            31
33 #define ENAMETOOLONG      91
34 #define ENFILE            23
35 #define ENODEV            19
36 #define ENOENT            2
37 #define ENOEXEC           8
38 #define ENOLCK            46
39 #define ENOMEM            12
40 #define ENOSPC            28
41 #define ENOSYS            88
42 #define ENOTDIR           20
43 #define ENOTEMPTY         90
44 #define ENOTTY            25
45 #define ENXIO             6
46 #define EPERM             1
47 #define EPIPE             32
48 #define EROFS             30
49 #define ESPIPE            29
50 #define ESRCH             3
51 #define EXDEV             18
52 #define ENMFILE           89
53 #define EINPROGRESS       44
54 #define EALREADY          45
55 #define ENOTSOCK          46
56 #define EDESTADDRREQ      47
57 #define EMSGSIZE          48
58 #define EPROTOTYPE        49
59 #define ENOPROTOOPT       50
60 #define EPROTONOSUPPORT   51
61 #define ESOCKTNOSUPPORT   52
62 #define EOPNOTSUPP        53
63 #define EPFNOSUPPORT      54
64 #define EAFNOSUPPORT      55
65 #define EADDRINUSE        56
66 #define EADDRNOTAVAIL     57
67 #define ENETDOWN          58
68 #define ENETUNREACH       59
69 #define ENETRESET         60
70 #define ECONNABORTED      61
71 #define ECONNRESET        62
72 #define ENOBUFS           63
73 #define EISCONN           64
74 #define ENOTCONN          65
75 #define ESHUTDOWN         66
76 #define ETIMEDOUT         67
77 #define ECONNREFUSED      68
78 #define EHOSTDOWN         69
79 #define EHOSTUNREACH      70
80 #define ESTALE            71
81 #define EREMOTE           66
82 #define EBADRPC           72
83 #define ERPCMISMATCH      73
84 #define EPROGUNAVAIL      74
85 #define EPROGMISMATCH     75
86 #define EPROCUNAVAIL      76
87 #define EILSEQ            77
88 #define EINVFNC           78
89 #define ENOPATH           79
90 #define ECONTR            80
91 #define EINVMEM           81
92 #define EINVENV           82
93 #define EINVFMT           83
94 #define EINVACC           84
95 #define EINVDAT           85
96 #define EDEADLOCK         56
97 #define ECURDIR           86
98 #define ENOTSAM           87
99 #define ETXTBSY           26
100 #define ENOTBLK           15
101 #define EUCLEAN           88
102 #define ETOOMANYREFS      89
103 #define ELOOP             90
104 #define EPROCLIM          91
105 #define EUSERS            92
106 #define EDQUOT            93
107 #define EVDBAD            94
108 #define ENORMTWD          95
109 #define EOVERFLOW         96
110
111 #endif /* __SYS_WERRNO_ERR */