From 54fac87ed24832748d556c9172e4626eebb93b7e Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 25 Mar 2025 21:36:00 -0400 Subject: [PATCH] chore: remove unused define HAVE_WCHAR_H --- cmake/Libraries.cmake | 1 - src/lib/Config.h.in | 3 --- 2 files changed, 4 deletions(-) diff --git a/cmake/Libraries.cmake b/cmake/Libraries.cmake index f95203330..b8c565d77 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -93,7 +93,6 @@ macro(configure_unix_libs) check_include_files(sys/socket.h HAVE_SYS_SOCKET_H) check_include_files(sys/time.h HAVE_SYS_TIME_H) check_include_files(unistd.h HAVE_UNISTD_H) - check_include_files(wchar.h HAVE_WCHAR_H) check_function_exists(getpwuid_r HAVE_GETPWUID_R) check_function_exists(gmtime_r HAVE_GMTIME_R) diff --git a/src/lib/Config.h.in b/src/lib/Config.h.in index 4a94ca675..c3e4c2b1e 100644 --- a/src/lib/Config.h.in +++ b/src/lib/Config.h.in @@ -49,9 +49,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_WCHAR_H @HAVE_WCHAR_H@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_X11_EXTENSIONS_XRANDR_H @HAVE_X11_EXTENSIONS_XRANDR_H@