mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
check for _snprintf and _vsnprintf
This commit is contained in:
parent
11f65cc599
commit
c4fe80e9c3
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ AC_TYPE_SIGNAL
|
||||||
AC_FUNC_VPRINTF
|
AC_FUNC_VPRINTF
|
||||||
AC_CHECK_FUNCS(
|
AC_CHECK_FUNCS(
|
||||||
connect dlopen fcntl ftime getaddrinfo gethostname gethostbyname \
|
connect dlopen fcntl ftime getaddrinfo gethostname gethostbyname \
|
||||||
getnameinfo gettimeofday mkdir select socket snprintf stat strerror \
|
getnameinfo gettimeofday mkdir select socket stat strerror \
|
||||||
strstr snprintf vsnprintf
|
strstr snprintf vsnprintf _snprintf _vsnprintf
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl Checks for stricmp/strcasecmp
|
dnl Checks for stricmp/strcasecmp
|
||||||
|
|
Loading…
Reference in a new issue