|
|
|
@ -79,8 +79,6 @@ check_include_file( "sys/types.h" HAVE_SYS_TYPES_H )
|
|
|
|
|
check_include_file( "sys/mman.h" HAVE_SYS_MMAN_H )
|
|
|
|
|
check_include_file( "regex.h" HAVE_REGEX )
|
|
|
|
|
|
|
|
|
|
check_function_exists( strchr HAVE_STRCHR )
|
|
|
|
|
check_function_exists( strchr_r HAVE_STRCHR_R )
|
|
|
|
|
check_function_exists( strerror HAVE_STRERROR )
|
|
|
|
|
check_function_exists( strerror_r HAVE_STRERROR_R )
|
|
|
|
|
check_function_exists( strtol HAVE_STRTOL )
|
|
|
|
@ -109,9 +107,7 @@ IF( NOT MSVC )
|
|
|
|
|
SET( HAVE_PID_T TRUE )
|
|
|
|
|
ENDIF( NOT MSVC )
|
|
|
|
|
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_STRCHR
|
|
|
|
|
HAVE_STRCHR_R
|
|
|
|
|
HAVE_STRERROR
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_STRERROR
|
|
|
|
|
HAVE_STRERROR_R
|
|
|
|
|
HAVE_STRINGS_H
|
|
|
|
|
HAVE_STRING_H
|
|
|
|
|