~nutznboltz-deactivatedaccount/ubuntu/precise/gnutls26/fix-lp926350

« back to all changes in this revision

Viewing changes to lib/gl/errno.in.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
Tags: 2.12.11-1
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* A POSIX-like <errno.h>.
2
2
 
3
 
   Copyright (C) 2008-2010 Free Software Foundation, Inc.
 
3
   Copyright (C) 2008-2011 Free Software Foundation, Inc.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
6
6
   it under the terms of the GNU Lesser General Public License as published by
16
16
   along with this program; if not, write to the Free Software Foundation,
17
17
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
18
18
 
19
 
#ifndef _GL_ERRNO_H
 
19
#ifndef _@GUARD_PREFIX@_ERRNO_H
20
20
 
21
21
#if __GNUC__ >= 3
22
22
@PRAGMA_SYSTEM_HEADER@
23
23
#endif
 
24
@PRAGMA_COLUMNS@
24
25
 
25
26
/* The include_next requires a split double-inclusion guard.  */
26
27
#@INCLUDE_NEXT@ @NEXT_ERRNO_H@
27
28
 
28
 
#ifndef _GL_ERRNO_H
29
 
#define _GL_ERRNO_H
 
29
#ifndef _@GUARD_PREFIX@_ERRNO_H
 
30
#define _@GUARD_PREFIX@_ERRNO_H
30
31
 
31
32
 
32
33
/* On native Windows platforms, many macros are not defined.  */
98
99
 
99
100
/* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK,
100
101
   EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
 
102
   Likewise, on NonStop Kernel, EDQUOT is not defined.
101
103
   Define them here.  Values >= 2000 seem safe to use: Solaris ESTALE = 151,
102
104
   HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133.
103
105
 
145
147
#  define GNULIB_defined_ENOTSUP 1
146
148
# endif
147
149
 
 
150
# ifndef ENETRESET
 
151
#  define ENETRESET 2011
 
152
#  define GNULIB_defined_ENETRESET 1
 
153
# endif
 
154
 
 
155
# ifndef ECONNABORTED
 
156
#  define ECONNABORTED 2012
 
157
#  define GNULIB_defined_ECONNABORTED 1
 
158
# endif
 
159
 
148
160
# ifndef ESTALE
149
161
#  define ESTALE    2009
150
162
#  define GNULIB_defined_ESTALE 1
151
163
# endif
152
164
 
 
165
# ifndef EDQUOT
 
166
#  define EDQUOT 2010
 
167
#  define GNULIB_defined_EDQUOT 1
 
168
# endif
 
169
 
153
170
# ifndef ECANCELED
154
171
#  define ECANCELED 2008
155
172
#  define GNULIB_defined_ECANCELED 1
156
173
# endif
157
174
 
158
175
 
159
 
#endif /* _GL_ERRNO_H */
160
 
#endif /* _GL_ERRNO_H */
 
176
#endif /* _@GUARD_PREFIX@_ERRNO_H */
 
177
#endif /* _@GUARD_PREFIX@_ERRNO_H */