bug#49968: Properly define HAVE_ERRNO_AS_DEFINE for the appropriate

OpenBSD releases.

Apply patch from Brad Smith, thanks!
This commit is contained in:
Jonathan Perkin 2010-05-25 14:27:52 +01:00
parent 69c9dbabe6
commit baa8f0127b

View File

@ -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