cmake HAVE_OFF_T examples

Kitware/VTK ThirdParty/expat/vtkexpat/ConfigureChecks.cmake :49

check_c_source_compiles("
        #include <sys/types.h>
        int main(void) {
            const off_t offset = -123;
            return 0;
        }"
        HAVE_OFF_T)

libarchive/libarchive CMakeLists.txt :1758

ENDIF(NOT HAVE_OFF_T)

alibaba/AliSQLBackup storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt :657

ENDIF(NOT HAVE_OFF_T)

Ravbug/UnityHubNative wxWidgets/src/expat/expat/ConfigureChecks.cmake :49

check_c_source_compiles("
        #include <sys/types.h>
        int main(void) {
            const off_t offset = -123;
            return 0;
        }"
        HAVE_OFF_T)