diff --git a/source/texk/web2c/luatexdir/luaffi/ffi.h b/source/texk/web2c/luatexdir/luaffi/ffi.h index 35ab778332aac1fdae89dbee4d7ee4e59e8957df..aee1064378cd1bf2bed92c41f97b043d856a1412 100644 --- a/source/texk/web2c/luatexdir/luaffi/ffi.h +++ b/source/texk/web2c/luatexdir/luaffi/ffi.h @@ -42,7 +42,7 @@ extern "C" { #include <sys/mman.h> #endif -#ifdef _WIN32 +#ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__ /* We should include something equivalent to */ /* complex.h */ #else @@ -51,6 +51,7 @@ extern "C" { #define HAVE_LONG_DOUBLE #endif + #ifndef NDEBUG #define DASM_CHECKS #endif