|
|
|
@ -77,7 +77,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( strtol HAVE_STRTOL )
|
|
|
|
|
check_function_exists( timegm HAVE_TIMEGM )
|
|
|
|
|
check_function_exists( vprintf HAVE_VPRINTF )
|
|
|
|
|
|
|
|
|
@ -103,8 +102,7 @@ IF( NOT MSVC )
|
|
|
|
|
SET( HAVE_PID_T TRUE )
|
|
|
|
|
ENDIF( NOT MSVC )
|
|
|
|
|
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_STRTOL
|
|
|
|
|
HAVE_SYS_MMAN_H
|
|
|
|
|
SET( EXV_SYMBOLS HAVE_SYS_MMAN_H
|
|
|
|
|
HAVE_SYS_STAT_H
|
|
|
|
|
HAVE_SYS_TIME_H
|
|
|
|
|
HAVE_SYS_TYPES_H
|
|
|
|
|