From ffe8153c35db9fda50d0c8e882456a993f5a51d7 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 20 Jan 2025 15:07:05 -0500 Subject: [PATCH] build: remove unused TM_IN_SYS_TIME define --- src/lib/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/config.h.in b/src/lib/config.h.in index 357a36e28..bd078d67d 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -110,9 +110,6 @@ /* Define to 1 if you can safely include both and . */ #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@ -/* Define to 1 if your declares `struct tm`. */ -#cmakedefine TM_IN_SYS_TIME @TM_IN_SYS_TIME@ - /* Define to 1 if the X Window System is missing or not being used. */ #cmakedefine X_DISPLAY_MISSING @X_DISPLAY_MISSING@