bug#49968: Properly define HAVE_ERRNO_AS_DEFINE for the appropriate
OpenBSD releases. Apply patch from Brad Smith, thanks!
This commit is contained in:
parent
69c9dbabe6
commit
baa8f0127b
@ -55,6 +55,10 @@
|
||||
#define USE_PRAGMA_INTERFACE
|
||||
#endif
|
||||
|
||||
#if defined(__OpenBSD__) && (OpenBSD >= 200411)
|
||||
#define HAVE_ERRNO_AS_DEFINE
|
||||
#endif
|
||||
|
||||
#if defined(i386) && !defined(__i386__)
|
||||
#define __i386__
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user