znc/znc
cmake/TestLargeFiles.cmake
:115
else (HAVE__FSEEKI64)
else (HAVE__FSEEKI64)
endif (HAVE__FSEEKI64)
check_symbol_exists(_fseeki64 "${CURL_INCLUDES};stdio.h" HAVE__FSEEKI64)
check_symbol_exists(_fseeki64 "${CURL_INCLUDES};stdio.h" HAVE__FSEEKI64)
check_function_exists(_fseeki64 HAVE__FSEEKI64)
else (HAVE__FSEEKI64)
endif (HAVE__FSEEKI64)
check_function_exists ( _fseeki64 HAVE__FSEEKI64 )
check_symbol_exists(_fseeki64 "${CURL_INCLUDES};stdio.h" HAVE__FSEEKI64)
check_symbol_exists("_fseeki64" "${CURL_INCLUDES};stdio.h" HAVE__FSEEKI64)
check_symbol_exists("_fseeki64" "stdio.h" HAVE__FSEEKI64)
endif(HAVE__FSEEKI64 AND HAVE__FTELLI64)
check_symbol_exists(_fseeki64 stdio.h HAVE__FSEEKI64)