cmake HAVE_FSEEKO64 examples

MiKTeX/miktex CMakeLists.txt :1303

check_function_exists(fseeko64 HAVE_FSEEKO64)

librsync/librsync CMakeLists.txt :94

check_function_exists ( fseeko64 HAVE_FSEEKO64 )

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :56

check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64)

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :77

endif(HAVE_FOPEN64 AND HAVE_FSEEKO64 AND HAVE_FTELLO64)

tbeu/matio cmake/compilerOptions.cmake :14

check_symbol_exists(fseeko64   stdio.h  HAVE_FSEEKO64)