Skip to content

Commit

Permalink
build: drop checks for vsprintf(), vsscanf()
Browse files Browse the repository at this point in the history
Problem: configure.ac includes checks for vsnprintf(3) and vsscanf(3)
but the HAVE_VSNPRINTF and HAVE_VSSCANF preprocessor defines are not used.

Drop the checks.  These functions have been standardized for some time.
  • Loading branch information
garlick committed Jan 17, 2025
1 parent 59b221f commit 1a9391d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ AC_C_CONST
# Checks for library functions
##
AC_CHECK_FUNCS( \
vsnprintf \
vsscanf \
utimensat \
)
AC_FUNC_STRERROR_R
Expand Down

0 comments on commit 1a9391d

Please sign in to comment.