Browse Source

bug#49968: Properly define HAVE_ERRNO_AS_DEFINE for the appropriate

OpenBSD releases.

Apply patch from Brad Smith, thanks!
pull/374/head
Jonathan Perkin 16 years ago
parent
commit
c42772c7f2
  1. 4
      include/my_global.h

4
include/my_global.h

@ -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…
Cancel
Save