cmake HAVE_INTTYPES_H examples

datastax/cpp-driver src/third_party/sparsehash/CMakeLists.txt :98

check_include_file(inttypes.h HAVE_INTTYPES_H)

CUBRID/cubrid CMakeLists.txt :467

check_include_file(inttypes.h HAVE_INTTYPES_H)

tanis2000/binocle-c src/deps/curl/CMakeLists.txt :254

add_definitions(-DHAVE_INTTYPES_H)

SoftFever/OrcaSlicer deps/EXPAT/expat/ConfigureChecks.cmake :11

check_include_file("inttypes.h" HAVE_INTTYPES_H)

ucla-vision/xivo thirdparty/gflags/CMakeLists.txt :242

check_include_file_cxx ("inttypes.h" HAVE_INTTYPES_H)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :97

check_include_file_cxx (inttypes.h HAVE_INTTYPES_H)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :326

else (HAVE_INTTYPES_H)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :328

endif (HAVE_INTTYPES_H)

ucla-vision/xivo thirdparty/gperftools/CMakeLists.txt :197

check_include_file("inttypes.h" HAVE_INTTYPES_H)

swiftlang/swift-corelibs-libdispatch CMakeLists.txt :206

check_include_files("inttypes.h" HAVE_INTTYPES_H)

bouffalolab/bouffalo_sdk components/net/lib/srtp/libsrtp/CMakeLists.txt :24

check_include_file(inttypes.h HAVE_INTTYPES_H)

mysql/mysql-connector-cpp jdbc/cppconn/CMakeLists.txt :35

CHECK_INCLUDE_FILES(inttypes.h HAVE_INTTYPES_H)

vseasky/VersaAssistant freeglut/CMakeLists.txt :394

CHECK_INCLUDE_FILES(inttypes.h HAVE_INTTYPES_H)

FilmKilns/FilmKilns src/skia/third_party/externals/expat/expat/ConfigureChecks.cmake :10

check_include_file("inttypes.h" HAVE_INTTYPES_H)

FilmKilns/FilmKilns src/skia/third_party/externals/libwebp/cmake/deps.cmake :115

check_include_files(inttypes.h HAVE_INTTYPES_H)

Lewuathe/mlir-hello thirdparty/llvm-project/polly/lib/External/CMakeLists.txt :163

elseif (HAVE_INTTYPES_H)

tpoechtrager/wclang CMakeLists.txt :16

check_include_files (inttypes.h HAVE_INTTYPES_H)

hlrs-vis/covise src/tools/bison++/CMakeLists.txt :3

ADD_DEFINITIONS(
  -DPACKAGE_NAME=\"FULL-PACKAGE-NAME\"
  -DPACKAGE_TARNAME=\"full-package-name\"
  -DPACKAGE_VERSION=\"VERSION\"
  -DPACKAGE_STRING=\"FULL-PACKAGE-NAME_VERSION\"
  -DDEFPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\"
  -DPACKAGE=\"bison++\"
  -DVERSION=\"2.21.5\"
  -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
  -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
  -DHAVE_ALLOCA_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1
  -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1
  -DHAVE_MALLOC=1
  -DXPFILE="${COVISEDIR}/src/tools/bison++/bison.cc"
  -DXHFILE="${COVISEDIR}/src/tools/bison++/bison.h"
  -DXPFILE1="${COVISEDIR}/src/tools/bison++/bison.hairy"
)

LiangliangNan/MVStudio 3rd_party/nlopt/CMakeLists.txt :105

check_include_file (inttypes.h HAVE_INTTYPES_H)

Froser/gamemachine src/3rdparty/libtiff/CMakeLists.txt :215

check_include_file(inttypes.h  HAVE_INTTYPES_H)

infiniflow/infinity third_party/ijma/src/libmecab/ConfigureChecks.cmake :17

CHECK_INCLUDE_FILES (inttypes.h HAVE_INTTYPES_H)

etternagame/etterna extern/fftw-3.3.8/CMakeLists.txt :39

check_include_file (inttypes.h       HAVE_INTTYPES_H)

etternagame/etterna src/Etterna/CMakeListsLegacy.cmake :5

check_include_files(inttypes.h HAVE_INTTYPES_H)

PhysikaTeam/PhysIKA-old Extern/freeglut-3.2.1/CMakeLists.txt :358

CHECK_INCLUDE_FILES(inttypes.h  HAVE_INTTYPES_H)

Gecode/gecode CMakeLists.txt :76

string(REGEX MATCHALL "[^\n]*\n" CONFIG
"${CONFIG}
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
")

yrnkrn/zapcc cmake/config-ix.cmake :51

check_include_file(inttypes.h HAVE_INTTYPES_H)

LibreDWG/libredwg CMakeLists.txt :70

CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H)

shadowsocks/shadowsocks-libev cmake/configure.cmake :31

check_include_files(inttypes.h HAVE_INTTYPES_H)

bambulab/BambuStudio deps/EXPAT/expat/ConfigureChecks.cmake :11

check_include_file("inttypes.h" HAVE_INTTYPES_H)

mixxxdj/mixxx lib/libshout-idjc/CMakeLists.txt :133

check_include_file(inttypes.h HAVE_INTTYPES_H)

mixxxdj/mixxx lib/libshout-idjc/CMakeLists.txt :135

target_compile_definitions(${PROJECT_NAME} PRIVATE HAVE_INTTYPES_H)

htcondor/htcondor build/cmake/CondorConfigure.cmake :388

check_include_files("inttypes.h" HAVE_INTTYPES_H)

SWI-Prolog/swipl-devel cmake/Config.cmake :1

check_include_file(inttypes.h HAVE_INTTYPES_H)

oscarlab/betrfs cmake_modules/TokuFeatureDetection.cmake :25

check_include_files(inttypes.h HAVE_INTTYPES_H)

InsightSoftwareConsortium/ITK Modules/ThirdParty/Expat/src/expat/ConfigureChecks.cmake :11

check_include_file("inttypes.h" HAVE_INTTYPES_H)

InsightSoftwareConsortium/ITK Modules/ThirdParty/MINC/src/libminc/CMakeLists.txt :202

CHECK_INCLUDE_FILES(inttypes.h  HAVE_INTTYPES_H)

danigm/poppler ConfigureChecks.cmake :16

check_include_files(inttypes.h HAVE_INTTYPES_H)

nsimplex/ktools CMakeLists.txt :118

CHECK_INCLUDE_FILE (inttypes.h HAVE_INTTYPES_H)

sahlberg/libnfs cmake/ConfigureChecks.cmake :7

check_include_file("inttypes.h" HAVE_INTTYPES_H)

Unidata/netcdf-c CMakeLists.txt :1195

CHECK_INCLUDE_file("inttypes.h"  HAVE_INTTYPES_H)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :69

check_include_file (inttypes.h HAVE_INTTYPES_H)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :259

else (HAVE_INTTYPES_H)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :261

endif (HAVE_INTTYPES_H)

OriginHubAI/MyScaleDB contrib/xz-cmake/CMakeLists.txt :21

add_compile_definitions(
    # Package info:
    PACKAGE_NAME="XZ Utils"
    PACKAGE_BUGREPORT="lasse.collin@tukaani.org"
    PACKAGE_URL="https://tukaani.org/xz/"

    # Features:
    HAVE_CHECK_CRC32
    HAVE_CHECK_CRC64
    HAVE_CHECK_SHA256
    HAVE_DECODERS
    HAVE_DECODER_ARM
    HAVE_DECODER_ARMTHUMB
    HAVE_DECODER_DELTA
    HAVE_DECODER_IA64
    HAVE_DECODER_LZMA1
    HAVE_DECODER_LZMA2
    HAVE_DECODER_POWERPC
    HAVE_DECODER_SPARC
    HAVE_DECODER_X86
    HAVE_ENCODERS
    HAVE_ENCODER_ARM
    HAVE_ENCODER_ARMTHUMB
    HAVE_ENCODER_DELTA
    HAVE_ENCODER_IA64
    HAVE_ENCODER_LZMA1
    HAVE_ENCODER_LZMA2
    HAVE_ENCODER_POWERPC
    HAVE_ENCODER_SPARC
    HAVE_ENCODER_X86
    HAVE_MF_BT2
    HAVE_MF_BT3
    HAVE_MF_BT4
    HAVE_MF_HC3
    HAVE_MF_HC4

    # Standard headers and types are available:
    HAVE_STDBOOL_H
    HAVE__BOOL
    HAVE_STDINT_H
    HAVE_INTTYPES_H

    HAVE___BUILTIN_BSWAPXX
    HAVE___BUILTIN_ASSUME_ALIGNED

    _GNU_SOURCE
    __EXTENSIONS__
    _POSIX_PTHREAD_SEMANTICS
    _TANDEM_SOURCE
    _ALL_SOURCE

    HAVE_CLOCK_GETTIME=1
    HAVE_DECL_CLOCK_MONOTONIC=1

    HAVE_PTHREAD_CONDATTR_SETCLOCK
    MYTHREAD_POSIX
)

arkdb/inception configure.cmake :246

CHECK_INCLUDE_FILES (inttypes.h HAVE_INTTYPES_H)

CrealityOfficial/CrealityPrint deps/EXPAT/expat/ConfigureChecks.cmake :11

check_include_file("inttypes.h" HAVE_INTTYPES_H)

SmartThingsCommunity/st-device-sdk-c test/framework/cmocka/ConfigureChecks.cmake :51

check_include_file(inttypes.h HAVE_INTTYPES_H)

sandialabs/seacas cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake :1518

check_include_file_cxx(inttypes.h HAVE_INTTYPES_H)

SwagSoftware/Kisak-Strike thirdparty/gperftools-2.8.1/CMakeLists.txt :214

check_include_file("inttypes.h" HAVE_INTTYPES_H)

frasercrmck/llvm-leg cmake/config-ix.cmake :50

check_include_file(inttypes.h HAVE_INTTYPES_H)

u3d-community/U3D Source/ThirdParty/SQLite/CMakeLists.txt :35

foreach (VAR HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_MALLOC_USABLE_SIZE)

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :50

check_include_file(inttypes.h HAVE_INTTYPES_H)

apache/thrift build/cmake/ConfigureChecks.cmake :37

check_include_file(inttypes.h HAVE_INTTYPES_H)

utsaslab/pebblesdb CMakeLists.txt :50

check_include_file("inttypes.h" HAVE_INTTYPES_H)

Jackarain/proxy third_party/wolfssl/CMakeLists.txt :94

check_include_file("inttypes.h" HAVE_INTTYPES_H)

yazhiwang/ollvm-tll cmake/config-ix.cmake :51

check_include_file(inttypes.h HAVE_INTTYPES_H)

TA-Lib/ta-lib CMakeLists.txt :151

check_include_files(inttypes.h HAVE_INTTYPES_H)

csmith-project/creduce CMakeLists.txt :92

check_include_file("inttypes.h"		HAVE_INTTYPES_H)

Kitware/VTK ThirdParty/cgns/vtkcgns/CMakeLists.txt :93

check_include_file(inttypes.h HAVE_INTTYPES_H)

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

check_include_file("inttypes.h" HAVE_INTTYPES_H)

Kitware/VTK ThirdParty/lzma/vtklzma/CMakeLists.txt :33

check_include_file("inttypes.h" HAVE_INTTYPES_H)

Kitware/VTK ThirdParty/netcdf/vtknetcdf/CMakeLists.txt :235

check_include_file("inttypes.h" HAVE_INTTYPES_H)

groonga/groonga vendor/onigmo/CMakeLists.txt :58

add_definitions(-DHAVE_INTTYPES_H)

CGNS/CGNS CMakeLists.txt :56

check_include_file(inttypes.h HAVE_INTTYPES_H)

RavEngine/RavEngine deps/android-uuid/CMakeLists.txt :8

target_compile_definitions(${PROJECT_NAME} PUBLIC
    -DHAVE_INTTYPES_H
    -DHAVE_UNISTD_H
    -DHAVE_ERRNO_H
    -DHAVE_NETINET_IN_H
    -DHAVE_SYS_IOCTL_H
    -DHAVE_SYS_MMAN_H
    -DHAVE_SYS_MOUNT_H
    -DHAVE_SYS_PRCTL_H
    -DHAVE_SYS_RESOURCE_H
    -DHAVE_SYS_SELECT_H
    -DHAVE_SYS_STAT_H
    -DHAVE_SYS_TYPES_H
    -DHAVE_STDLIB_H
    -DHAVE_STRDUP
    -DHAVE_MMAP
    -DHAVE_UTIME_H
    -DHAVE_GETPAGESIZE
    -DHAVE_LSEEK64
    -DHAVE_LSEEK64_PROTOTYPE
    -DHAVE_EXT2_IOCTLS
    -DHAVE_LINUX_FD_H
    -DHAVE_TYPE_SSIZE_T
    -DHAVE_SYS_TIME_H
    -DHAVE_SYS_PARAM_H
    -DHAVE_SYSCONF
)

Illumina/strelka src/cmake/cxxConfigure.cmake :31

find_path(HAVE_INTTYPES_H  inttypes.h)

probonopd/zsync-curl src/librcksum/CMakeLists.txt :4

CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H)

probonopd/zsync-curl src/librcksum/CMakeLists.txt :22

target_compile_definitions(rcksum PUBLIC HAVE_INTTYPES_H=1)

probonopd/zsync-curl src/librcksum/CMakeLists.txt :23

target_compile_definitions(md4test PRIVATE HAVE_INTTYPES_H=1)

probonopd/zsync-curl src/libzsync/CMakeLists.txt :4

CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H)

probonopd/zsync-curl src/libzsync/CMakeLists.txt :22

target_compile_definitions(zsync PRIVATE HAVE_INTTYPES_H=1)

probonopd/zsync-curl src/libzsync/CMakeLists.txt :23

target_compile_definitions(sha1test PRIVATE HAVE_INTTYPES_H=1)

probonopd/zsync-curl src/zlib/CMakeLists.txt :4

CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H)

qpdf/qpdf libqpdf/CMakeLists.txt :318

check_include_file("inttypes.h" HAVE_INTTYPES_H)

boundary/wireshark ConfigureChecks.cmake :38

check_include_file("inttypes.h"          HAVE_INTTYPES_H)

alibaba/AliSQL configure.cmake :351

CHECK_INCLUDE_FILES (inttypes.h HAVE_INTTYPES_H)

alibaba/AliSQL storage/tokudb/ft-index/cmake_modules/TokuFeatureDetection.cmake :20

check_include_files(inttypes.h HAVE_INTTYPES_H)

FalkorDB/FalkorDB deps/libcypher-parser/.cmake/Modules/Checks.cmake :3

check_include_file (inttypes.h HAVE_INTTYPES_H)

gridlab-d/gridlab-d cmake/CheckDependencies.cmake :5

CHECK_INCLUDE_FILES(inttypes.h HAVE_INTTYPES_H)

learnforpractice/pyeos externals/thrift/cmake/ConfigureChecks.cmake :34

check_include_file(inttypes.h HAVE_INTTYPES_H)

CTSRD-CHERI/cheribsd contrib/libpcap/CMakeLists.txt :650

check_include_file(inttypes.h HAVE_INTTYPES_H)

percona/PerconaFT cmake_modules/TokuFeatureDetection.cmake :21

check_include_files(inttypes.h HAVE_INTTYPES_H)

Warzone2100/warzone2100 CMakeLists.txt :792

CHECK_INCLUDE_FILES(inttypes.h HAVE_INTTYPES_H)

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :11

CHECK_INCLUDE_FILE(inttypes.h HAVE_INTTYPES_H)

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :21

FOREACH(have
    HAVE_GETPAGESIZE
    HAVE_INTTYPES_H
    HAVE_MEMORY_H
    HAVE_STDINT_H
    HAVE_STDLIB_H
    HAVE_STRINGS_H
    HAVE_STRING_H
    HAVE_SYS_STAT_H
    HAVE_SYS_TYPES_H
    HAVE_SYS_PARAM_H
    HAVE_UNISTD_H
    )

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :42

TRY_COMPILE(${var}_COMPILED
      ${GCCCONFIG_BINARY_DIR}
      ${GCCCONFIG_SOURCE_DIR}/gcc_c_tests.c
      OUTPUT_VARIABLE OUTPUT
      COMPILE_DEFINITIONS
      -DTEST_${var}
      -DHAVE_GETPAGESIZE=${HAVE_GETPAGESIZE}
      -DHAVE_INTTYPES_H=${HAVE_INTTYPES_H}
      -DHAVE_MEMORY_H=${HAVE_MEMORY_H}
      -DHAVE_STDINT_H=${HAVE_STDINT_H}
      -DHAVE_STDLIB_H=${HAVE_STDLIB_H}
      -DHAVE_STRINGS_H=${HAVE_STRINGS_H}
      -DHAVE_STRING_H=${HAVE_STRING_H}
      -DHAVE_SYS_STAT_H=${HAVE_SYS_STAT_H}
      -DHAVE_SYS_TYPES_H=${HAVE_SYS_TYPES_H}
      -DHAVE_SYS_PARAM_H=${HAVE_SYS_PARAM_H}
      -DHAVE_UNISTD_H=${HAVE_UNISTD_H}
      -DSTDC_HEADERS=${STDC_HEADERS}
      )

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :100

TRY_RUN(${var}_RESULT ${var}_COMPILED
      ${GCCCONFIG_BINARY_DIR}
      ${GCCCONFIG_SOURCE_DIR}/gcc_c_tests.c
      OUTPUT_VARIABLE OUTPUT
      COMPILE_DEFINITIONS
      -DTEST_${var}
      -DHAVE_GETPAGESIZE=${HAVE_GETPAGESIZE}
      -DHAVE_INTTYPES_H=${HAVE_INTTYPES_H}
      -DHAVE_MEMORY_H=${HAVE_MEMORY_H}
      -DHAVE_STDINT_H=${HAVE_STDINT_H}
      -DHAVE_STDLIB_H=${HAVE_STDLIB_H}
      -DHAVE_STRINGS_H=${HAVE_STRINGS_H}
      -DHAVE_STRING_H=${HAVE_STRING_H}
      -DHAVE_SYS_STAT_H=${HAVE_SYS_STAT_H}
      -DHAVE_SYS_TYPES_H=${HAVE_SYS_TYPES_H}
      -DHAVE_SYS_PARAM_H=${HAVE_SYS_PARAM_H}
      -DHAVE_UNISTD_H=${HAVE_UNISTD_H}
      -DSTDC_HEADERS=${STDC_HEADERS}
      )

plumonito/dtslam 3rdparty/glog_cmake/CMakeLists.txt :65

CHECK_INCLUDE_FILES (inttypes.h HAVE_INTTYPES_H)

plumonito/dtslam 3rdparty/glog_cmake/CMakeLists.txt :88

CHECK_INCLUDE_FILES (inttypes.h HAVE_INTTYPES_H)

ggarra13/mrv2 tlRender/etc/SuperBuild/patches/Libssh2-patch/CMakeLists.txt :194

check_include_files(inttypes.h HAVE_INTTYPES_H)

meganz/MEGAcmd build/cmake/modules/megacmd_configuration.cmake :24

check_include_file(inttypes.h HAVE_INTTYPES_H)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/flac/CMakeLists.txt :122

check_include_file("inttypes.h" HAVE_INTTYPES_H)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/flac/cmake/UseSystemExtensions.cmake :16

check_c_source_compiles("
    #define __EXTENSIONS__ 1
    #include <stdio.h>
    #ifdef HAVE_SYS_TYPES_H
    # include <sys/types.h>
    #endif
    #ifdef HAVE_SYS_STAT_H
    # include <sys/stat.h>
    #endif
    #ifdef STDC_HEADERS
    # include <stdlib.h>
    # include <stddef.h>
    #else
    # ifdef HAVE_STDLIB_H
    #  include <stdlib.h>
    # endif
    #endif
    #ifdef HAVE_STRING_H
    # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    #  include <memory.h>
    # endif
    # include <string.h>
    #endif
    #ifdef HAVE_STRINGS_H
    # include <strings.h>
    #endif
    #ifdef HAVE_INTTYPES_H
    # include <inttypes.h>
    #endif
    #ifdef HAVE_STDINT_H
    # include <stdint.h>
    #endif
    #ifdef HAVE_UNISTD_H
    # include <unistd.h>
    #endif
    int main() { return 0; }"
    DODEFINE_EXTENSIONS)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/libsndfile/cmake/SndFileChecks.cmake :92

check_include_file (inttypes.h		HAVE_INTTYPES_H)

MiKTeX/miktex CMakeLists.txt :1388

check_include_files(inttypes.h HAVE_INTTYPES_H)

chdb-io/chdb contrib/xz-cmake/CMakeLists.txt :21

add_compile_definitions(
    # Package info:
    PACKAGE_NAME="XZ Utils"
    PACKAGE_BUGREPORT="lasse.collin@tukaani.org"
    PACKAGE_URL="https://tukaani.org/xz/"

    # Features:
    HAVE_CHECK_CRC32
    HAVE_CHECK_CRC64
    HAVE_CHECK_SHA256
    HAVE_DECODERS
    HAVE_DECODER_ARM
    HAVE_DECODER_ARMTHUMB
    HAVE_DECODER_DELTA
    HAVE_DECODER_IA64
    HAVE_DECODER_LZMA1
    HAVE_DECODER_LZMA2
    HAVE_DECODER_POWERPC
    HAVE_DECODER_SPARC
    HAVE_DECODER_X86
    HAVE_ENCODERS
    HAVE_ENCODER_ARM
    HAVE_ENCODER_ARMTHUMB
    HAVE_ENCODER_DELTA
    HAVE_ENCODER_IA64
    HAVE_ENCODER_LZMA1
    HAVE_ENCODER_LZMA2
    HAVE_ENCODER_POWERPC
    HAVE_ENCODER_SPARC
    HAVE_ENCODER_X86
    HAVE_MF_BT2
    HAVE_MF_BT3
    HAVE_MF_BT4
    HAVE_MF_HC3
    HAVE_MF_HC4

    # Standard headers and types are available:
    HAVE_STDBOOL_H
    HAVE__BOOL
    HAVE_STDINT_H
    HAVE_INTTYPES_H

    HAVE___BUILTIN_BSWAPXX
    HAVE___BUILTIN_ASSUME_ALIGNED

    _GNU_SOURCE
    __EXTENSIONS__
    _POSIX_PTHREAD_SEMANTICS
    _TANDEM_SOURCE
    _ALL_SOURCE

    HAVE_CLOCK_GETTIME=1
    HAVE_DECL_CLOCK_MONOTONIC=1

    HAVE_PTHREAD_CONDATTR_SETCLOCK
    MYTHREAD_POSIX
)

NREL/EnergyPlus third_party/Expat/ConfigureChecks.cmake :7

check_include_file("inttypes.h" HAVE_INTTYPES_H)

clibs/cmocka ConfigureChecks.cmake :51

check_include_file(inttypes.h HAVE_INTTYPES_H)

resiprocate/resiprocate contrib/srtp/CMakeLists.txt :24

check_include_file(inttypes.h HAVE_INTTYPES_H)

NGSolve/netgen ng/Togl2.1/CMakeLists.txt :22

target_compile_definitions(togl PRIVATE -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=0 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1)