|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
-** $Id: lua.c,v 1.101 2002/08/08 20:08:41 roberto Exp roberto $
|
|
|
|
|
|
+** $Id: lua.c,v 1.102 2002/08/12 17:23:12 roberto Exp roberto $
|
|
** Lua stand-alone interpreter
|
|
** Lua stand-alone interpreter
|
|
** See Copyright Notice in lua.h
|
|
** See Copyright Notice in lua.h
|
|
*/
|
|
*/
|
|
@@ -16,6 +16,14 @@
|
|
#include "lualib.h"
|
|
#include "lualib.h"
|
|
|
|
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+** generic extra include file
|
|
|
|
+*/
|
|
|
|
+#ifdef LUA_USERCONFIG
|
|
|
|
+#include LUA_USERCONFIG
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+
|
|
#ifdef _POSIX_SOURCE
|
|
#ifdef _POSIX_SOURCE
|
|
#include <unistd.h>
|
|
#include <unistd.h>
|
|
#else
|
|
#else
|