LUA_USE_LINUX
This commit is contained in:
@@ -68,6 +68,7 @@ case $host_os in
|
||||
unix=yes
|
||||
;;
|
||||
esac
|
||||
AC_DEFINE(LUA_USE_LINUX, 1, [Linux for Lua])
|
||||
AM_CONDITIONAL(UNIX, test "$unix" = "yes" )
|
||||
AM_CONDITIONAL(LINUX, test "$linux" = "yes" )
|
||||
AM_CONDITIONAL(BSD, test "$bsd" = "yes" )
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** ==================================================================
|
||||
|
||||
Reference in New Issue
Block a user