build: remove unused CXX_MUTABLE define

This commit is contained in:
sithlord48
2025-01-20 14:14:14 -05:00
committed by Chris Rizzitello
parent 6541ce3f84
commit 312347bc17
2 changed files with 0 additions and 4 deletions

View File

@ -228,7 +228,6 @@ macro(configure_unix_libs)
# For config.h, set some static values; it may be a good idea to make these
# values dynamic for non-standard UNIX compilers.
set(HAVE_CXX_MUTABLE 1)
set(HAVE_CXX_STDLIB 1)
set(HAVE_PTHREAD_SIGNAL 1)
set(SELECT_TYPE_ARG1 int)

View File

@ -17,9 +17,6 @@
// clang-format off
/* Define if your compiler has mutable support. */
#cmakedefine HAVE_CXX_MUTABLE @HAVE_CXX_MUTABLE@
/* Define if your compiler has standard C++ library support. */
#cmakedefine HAVE_CXX_STDLIB @HAVE_CXX_STDLIB@