build: remove has_BOOL define
This commit is contained in:
committed by
Chris Rizzitello
parent
cc6bfcc1c2
commit
5ce9aaea13
@ -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)
|
||||
|
||||
@ -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@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user