aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
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}