00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _GL_ERRNO_H
00020
00021
00022 #include <errno.h>
00023
00024 #ifndef _GL_ERRNO_H
00025 #define _GL_ERRNO_H
00026
00027
00028
00029 # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
00030
00031
00032 # define EWOULDBLOCK EAGAIN
00033
00034
00035 # define ETXTBSY 100
00036 # define GNULIB_defined_ETXTBSY 1
00037
00038
00039
00040 # define EINPROGRESS 10036
00041 # define EALREADY 10037
00042 # define ENOTSOCK 10038
00043 # define EDESTADDRREQ 10039
00044 # define EMSGSIZE 10040
00045 # define EPROTOTYPE 10041
00046 # define ENOPROTOOPT 10042
00047 # define EPROTONOSUPPORT 10043
00048 # define ESOCKTNOSUPPORT 10044
00049 # define EOPNOTSUPP 10045
00050 # define EPFNOSUPPORT 10046
00051 # define EAFNOSUPPORT 10047
00052 # define EADDRINUSE 10048
00053 # define EADDRNOTAVAIL 10049
00054 # define ENETDOWN 10050
00055 # define ENETUNREACH 10051
00056 # define ENETRESET 10052
00057 # define ECONNABORTED 10053
00058 # define ECONNRESET 10054
00059 # define ENOBUFS 10055
00060 # define EISCONN 10056
00061 # define ENOTCONN 10057
00062 # define ESHUTDOWN 10058
00063 # define ETOOMANYREFS 10059
00064 # define ETIMEDOUT 10060
00065 # define ECONNREFUSED 10061
00066 # define ELOOP 10062
00067 # define EHOSTDOWN 10064
00068 # define EHOSTUNREACH 10065
00069 # define EPROCLIM 10067
00070 # define EUSERS 10068
00071 # define EDQUOT 10069
00072 # define ESTALE 10070
00073 # define EREMOTE 10071
00074 # define GNULIB_defined_ESOCK 1
00075
00076 # endif
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088 # ifndef ENOMSG
00089 # define ENOMSG 2000
00090 # define GNULIB_defined_ENOMSG 1
00091 # endif
00092
00093 # ifndef EIDRM
00094 # define EIDRM 2001
00095 # define GNULIB_defined_EIDRM 1
00096 # endif
00097
00098 # ifndef ENOLINK
00099 # define ENOLINK 2002
00100 # define GNULIB_defined_ENOLINK 1
00101 # endif
00102
00103 # ifndef EPROTO
00104 # define EPROTO 2003
00105 # define GNULIB_defined_EPROTO 1
00106 # endif
00107
00108 # ifndef EMULTIHOP
00109 # define EMULTIHOP 2004
00110 # define GNULIB_defined_EMULTIHOP 1
00111 # endif
00112
00113 # ifndef EBADMSG
00114 # define EBADMSG 2005
00115 # define GNULIB_defined_EBADMSG 1
00116 # endif
00117
00118 # ifndef EOVERFLOW
00119 # define EOVERFLOW 2006
00120 # define GNULIB_defined_EOVERFLOW 1
00121 # endif
00122
00123 # ifndef ENOTSUP
00124 # define ENOTSUP 2007
00125 # define GNULIB_defined_ENOTSUP 1
00126 # endif
00127
00128 # ifndef ECANCELED
00129 # define ECANCELED 2008
00130 # define GNULIB_defined_ECANCELED 1
00131 # endif
00132
00133
00134 #endif
00135 #endif