From 5abe94420528d3e107eceb0f3df073e8a1270191 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 13 Dec 2025 09:37:21 -0700 Subject: make vis a single file build --- util.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 8b39c1e..83dd4ab 100644 --- a/util.h +++ b/util.h @@ -2,7 +2,28 @@ #define UTIL_H #ifndef VIS_INTERNAL - #define VIS_INTERNAL + #define VIS_INTERNAL static +#endif +#ifndef CONFIG_HELP + #define CONFIG_HELP 1 +#endif +#ifndef CONFIG_CURSES + #define CONFIG_CURSES 0 +#endif +#ifndef CONFIG_LUA + #define CONFIG_LUA 0 +#endif +#ifndef CONFIG_LPEG + #define CONFIG_LPEG 0 +#endif +#ifndef CONFIG_TRE + #define CONFIG_TRE 0 +#endif +#ifndef CONFIG_SELINUX + #define CONFIG_SELINUX 0 +#endif +#ifndef CONFIG_ACL + #define CONFIG_ACL 0 #endif #include -- cgit v1.2.3