aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-27 23:51:05 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-27 23:51:05 +0000
commitc68fcc48207a7b23393a9bc07f72570de8fcef86 (patch)
tree4603f3a5d17496a6a49e67e56999aa6801833578 /src/config.inc.in
parent045356f498df75c1d87a56512d655e6fc9f77558 (diff)
downloadusdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.tar.gz
usdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.tar.xz
usdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.zip
add version number treatment for lua. The headers still need fixes for version 5.2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2936 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config.inc.in')
-rw-r--r--src/config.inc.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config.inc.in b/src/config.inc.in
index a901a5fa..073b59b3 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -6,7 +6,12 @@
{* Libraries *}
{$IF Defined(IncludeConstants)}
- lua_lib_name = '@lua_LIB_NAME@';
+ lua_lib_name = '@lua_LIB_NAME@';
+ LUA_VERSION_INT = '@lua_VERSION_INT@';
+ LUA_VERSION_RELEASE = '@lua_VERSION_RELEASE@';
+ LUA_VERSION_MINOR = '@lua_VERSION_MINOR@';
+ LUA_VERSION_MAJOR = '@lua_VERSION_MAJOR@';
+ LUA_VERSION = '@lua_VERSION@';
{$IFEND}
{$@DEFINE_HAVE_FFMPEG@ HaveFFmpeg}