LUA_USE_LINUX

This commit is contained in:
Steve Checkoway
2006-10-08 21:04:22 +00:00
parent 5c1ffb5c6a
commit 4d8564e803
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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" )
+3
View File
@@ -11,6 +11,9 @@
#include <limits.h>
#include <stddef.h>
#if defined(HAVE_CONFIG_H)
#include <config.h>
#endif
/*
** ==================================================================