Remove HAVE_ROUND, it is not used anymore
This commit is contained in:
parent
58f5a885ec
commit
7d070a7e83
6 changed files with 0 additions and 70 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue