From 91fd139a4972ff8aa12127a4c0573e8db198b269 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 25 Mar 2025 21:22:00 -0400 Subject: [PATCH] chore: remove unused HAVE_ISTREAM define --- 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 c1eee27c7..e468a939c 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -89,7 +89,6 @@ macro(configure_unix_libs) include(CheckSymbolExists) include(CheckCSourceCompiles) - check_include_file_cxx(istream HAVE_ISTREAM) check_include_file_cxx(ostream HAVE_OSTREAM) check_include_file_cxx(sstream HAVE_SSTREAM) diff --git a/src/lib/Config.h.in b/src/lib/Config.h.in index 4b975ddc4..7bb52592a 100644 --- a/src/lib/Config.h.in +++ b/src/lib/Config.h.in @@ -19,9 +19,6 @@ /* Define if you have the `inet_aton` function. */ #cmakedefine HAVE_INET_ATON @HAVE_INET_ATON@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_ISTREAM @HAVE_ISTREAM@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LOCALE_H @HAVE_LOCALE_H@