build: remove has_BOOL define

This commit is contained in:
sithlord48
2025-01-20 13:40:10 -05:00
committed by Chris Rizzitello
parent cc6bfcc1c2
commit 5ce9aaea13
2 changed files with 0 additions and 4 deletions

View File

@ -229,7 +229,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(ACCEPT_TYPE_ARG3 socklen_t)
set(HAVE_CXX_BOOL 1)
set(HAVE_CXX_CASTS 1)
set(HAVE_CXX_EXCEPTIONS 1)
set(HAVE_CXX_MUTABLE 1)

View File

@ -19,9 +19,6 @@
/* Define to the base type of arg 3 for `accept`. */
#cmakedefine ACCEPT_TYPE_ARG3 @ACCEPT_TYPE_ARG3@
/* Define if your compiler has bool support. */
#cmakedefine HAVE_CXX_BOOL @HAVE_CXX_BOOL@
/* Define if your compiler has C++ cast support. */
#cmakedefine HAVE_CXX_CASTS @HAVE_CXX_CASTS@