chore: remove unused HAVE_OSTREAM define

This commit is contained in:
sithlord48
2025-03-25 21:22:46 -04:00
committed by Nick Bolton
parent 91fd139a49
commit ee53d28af7
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(ostream HAVE_OSTREAM)
check_include_file_cxx(sstream HAVE_SSTREAM)
check_include_files(locale.h HAVE_LOCALE_H)

View File

@ -25,9 +25,6 @@
/* Define if you have the `nanosleep` function. */
#cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
/* Define to 1 if you have the <ostream> header file. */
#cmakedefine HAVE_OSTREAM @HAVE_OSTREAM@
/* Define if you have a POSIX `sigwait` function. */
#cmakedefine HAVE_POSIX_SIGWAIT @HAVE_POSIX_SIGWAIT@