Remove HAVE_ROUND, it is not used anymore

This commit is contained in:
Paul Cornett 2022-11-28 09:11:01 -08:00
parent 58f5a885ec
commit 7d070a7e83
6 changed files with 0 additions and 70 deletions

View file

@ -533,10 +533,6 @@ if(MSVC)
check_symbol_exists(vsscanf stdio.h HAVE_VSSCANF)
endif()
# at least under IRIX with mipsPro the C99 round() function is available when
# building using the C compiler but not when using C++ one
check_cxx_symbol_exists(round math.h HAVE_ROUND)
# Check includes
check_include_file(fcntl.h HAVE_FCNTL_H)
check_include_file(langinfo.h HAVE_LANGINFO_H)

View file

@ -857,9 +857,6 @@
/* Define if fsync() is available */
#cmakedefine HAVE_FSYNC 1
/* Define if round() is available */
#cmakedefine HAVE_ROUND 1
/* Define if you have ftime() */
#cmakedefine HAVE_FTIME 1