From 63274131e02550a6409f3fb3c8b84dc5dc720cb4 Mon Sep 17 00:00:00 2001 From: joonicks Date: Thu, 20 Nov 2025 14:48:38 +0100 Subject: [PATCH] feature uptime listing --- src/config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index 618de6c..53f6f14 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -602,6 +602,13 @@ const char __mx_opts[] = "" #undef OPT_COREONLY #endif /* TRIVIA */ +#ifdef UPTIME + OPT_COMMA "uptime" +#undef OPT_COMMA +#define OPT_COMMA ", " +#undef OPT_COREONLY +#endif /* UPTIME */ + #ifdef WINGATES OPT_COMMA "wingate" #undef OPT_COMMA