search for: errnor_h

Displaying 1 result from an estimated 1 matches for "errnor_h".

Did you mean: errno_h
2010 Dec 27
0
hivex, ENOKEY and cygwin
On Sun, Dec 26, 2010 at 08:17:26PM -0500, Jason Copenhaver wrote: > I was compiling hivex on cygwin and it doesn't because of the use of > ENOKEY in hivex.c. This should be defined in errno.h as 126, but on > cygwin it isn't and the check in .gnulib/m4/errnor_h.m4 doesn't check > for the presence of ENOKEY. Just thought I'd let you know in case you > wanted to add an explicit configure check for ENOKEY. Yes, we're aware of this. ENOKEY turns out to be some Linux thing, and not a part of POSIX, which I neglected to check when I used it...