build: remove unused TM_IN_SYS_TIME define

This commit is contained in:
sithlord48
2025-01-20 15:07:05 -05:00
committed by Chris Rizzitello
parent afc736e2c8
commit ffe8153c35

View File

@ -110,9 +110,6 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@
/* Define to 1 if your <sys/time.h> 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@