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