improve configure
This commit is contained in:
@@ -337,10 +337,14 @@ check_function_exists(socklen_t HAVE_SOCKLEN_T)
|
||||
check_function_exists(sqllen HAVE_SQLLEN)
|
||||
check_function_exists(sqlulen HAVE_SQLULEN)
|
||||
check_function_exists(srand HAVE_SRAND)
|
||||
check_function_exists(srand HAVE_SRAND48)
|
||||
check_function_exists(srand48 HAVE_SRAND48)
|
||||
check_function_exists(srandom HAVE_SRANDOM)
|
||||
check_function_exists(stpcpy HAVE_STPCPY)
|
||||
check_function_exists(stpncpy HAVE_STPNCPY)
|
||||
check_function_exists(ssize_t HAVE_SSIZE_T)
|
||||
check_function_exists(stat HAVE_STAT)
|
||||
check_function_exists(strcat HAVE_STRCAT)
|
||||
check_function_exists(strncat HAVE_STRNCAT)
|
||||
check_function_exists(strcasecmp HAVE_STRCASECMP)
|
||||
check_function_exists(strcasestr HAVE_STRCASESTR)
|
||||
check_function_exists(strchr HAVE_STRCHR)
|
||||
|
||||
Reference in New Issue
Block a user