diff options
Diffstat (limited to '')
-rw-r--r-- | src/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 3c85cacd..02930a2f 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #define LUA_DL_DLL | 15 | #define LUA_DL_DLL |
16 | #elif defined(__linux__) || defined(__solaris__) || defined(__CYGWIN__) || \ | 16 | #elif defined(__linux__) || defined(__solaris__) || defined(__CYGWIN__) || \ |
17 | defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ | 17 | defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ |
18 | (defined(__MACH__) && defined(__APPLE__)) | 18 | defined(__FreeBSD_kernel__) || (defined(__MACH__) && defined(__APPLE__)) |
19 | #define LUA_USE_POSIX | 19 | #define LUA_USE_POSIX |
20 | #define LUA_DL_DLOPEN | 20 | #define LUA_DL_DLOPEN |
21 | #endif | 21 | #endif |