This pull request cleans up unused macros and functions. The most important changes include removing checks for the gettimeofday function and the color_set function from the curses library.
This pull request resolves #505 partially.
Configuration cleanup:
configure.ac: Removed the AH_TEMPLATE entry for HAVE_COLOR_SET and the function check for gettimeofday. [1][2]
This pull request cleans up unused macros and functions. The most important changes include removing checks for the
gettimeofday
function and thecolor_set
function from thecurses
library. This pull request resolves #505 partially.Configuration cleanup:
configure.ac
: Removed theAH_TEMPLATE
entry forHAVE_COLOR_SET
and the function check forgettimeofday
. [1] [2]