/*
** Configuration header.
** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
/* Default path for loading Lua and C modules with require(). */
/*
** In Windows, any exclamation mark ('!') in the path is replaced by the
** path of the directory of the executable file of the current process.
*/
/*
** Note to distribution maintainers: do NOT patch the following lines!
** Please read ../doc/install.html#distro and pass PREFIX=/usr instead.
*/
/* Environment variable names for path overrides and initialization code. */
/* Special file system characters. */
/* Quoting in error messages. */
/* Various tunables. */
/* Configuration for the frontend (the luajit executable). */
/* Note: changing the following defines breaks the Lua 5.1 ABI. */
/*
** Size of lauxlib and io.* on-stack buffers. Weird workaround to avoid using
** unreasonable amounts of stack space, but still retain ABI compatibility.
** Blame Lua for depending on BUFSIZ in the ABI, blame **** for wrecking it.
*/
/* The following defines are here only for compatibility with luaconf.h
** from the standard Lua distribution. They must not be changed for LuaJIT.
*/
/* Linkage of public API functions. */
/* Support for internal assertions. */