chore: remove unused HAVE_ISTREAM define

This commit is contained in:
sithlord48
2025-03-25 21:22:00 -04:00
committed by Nick Bolton
parent 7f1a234d06
commit 91fd139a49
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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 <istream> header file. */
#cmakedefine HAVE_ISTREAM @HAVE_ISTREAM@
/* Define to 1 if you have the <locale.h> header file. */
#cmakedefine HAVE_LOCALE_H @HAVE_LOCALE_H@