aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-15 19:52:21 +0000
committerJoão Valverde <j@v6e.pt>2023-01-16 11:54:43 +0000
commit7e6266d33da6651c82a7a94b79ebc7a9865ca7d6 (patch)
tree28452c12cb34006f7326c38649262716c1f32575 /cmakeconfig.h.in
parent1e1e733d8cae8e6f6b6f463160061896cb1daed2 (diff)
MSYS2: Add Lua 5.1 support and fix test suite failures
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index ab4d21c511..623de76cd5 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -163,6 +163,9 @@
/* Define to use Lua */
#cmakedefine HAVE_LUA 1
+/* Define to 1 if we have Lua with Unicode for Windows patches. */
+#cmakedefine HAVE_LUA_UNICODE 1
+
/* Define to use MIT kerberos */
#cmakedefine HAVE_MIT_KERBEROS 1