Sha256: c02868f55c02f354d8405dd20fd5ba92986668a03cd2f60b26e9f417695889ff

Contents?: true

Size: 668 Bytes

Versions: 5

Compression:

Stored size: 668 Bytes

Contents

#ifndef AWS_COMMON_CONFIG_H
#define AWS_COMMON_CONFIG_H

/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

/*
 * This header exposes compiler feature test results determined during cmake
 * configure time to inline function implementations. The macros defined here
 * should be considered to be an implementation detail, and can change at any
 * time.
 */
#cmakedefine AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS
#cmakedefine AWS_HAVE_GCC_INLINE_ASM
#cmakedefine AWS_HAVE_MSVC_MULX
#cmakedefine AWS_HAVE_POSIX_LARGE_FILE_SUPPORT
#cmakedefine AWS_HAVE_EXECINFO
#cmakedefine AWS_HAVE_WINAPI_DESKTOP

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aws-crt-0.1.5 aws-crt-ffi/crt/aws-c-common/include/aws/common/config.h.in
aws-crt-0.1.4 aws-crt-ffi/crt/aws-c-common/include/aws/common/config.h.in
aws-crt-0.1.2 aws-crt-ffi/crt/aws-c-common/include/aws/common/config.h.in
aws-crt-0.1.1.pre native/crt/aws-c-common/include/aws/common/config.h.in
aws-crt-0.1.0.pre native/crt/aws-c-common/include/aws/common/config.h.in