131580a89Sskrll /* This file is automatically generated. DO NOT EDIT! */ 2*c4608cd2Smrg /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ 36f226886Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 431580a89Sskrll 5*c4608cd2Smrg /* generated for i486--netbsdelf-gcc (NetBSD nb1 20210411) 10.3.0 */ 631580a89Sskrll 731580a89Sskrll #ifndef GCC_GENERATED_STDINT_H 831580a89Sskrll #define GCC_GENERATED_STDINT_H 1 931580a89Sskrll 1031580a89Sskrll #include <sys/types.h> 1131580a89Sskrll #include <stdint.h> 1231580a89Sskrll /* glibc uses these symbols as guards to prevent redefinitions. */ 1331580a89Sskrll #ifdef __int8_t_defined 1431580a89Sskrll #define _INT8_T 1531580a89Sskrll #define _INT16_T 1631580a89Sskrll #define _INT32_T 1731580a89Sskrll #endif 1831580a89Sskrll #ifdef __uint32_t_defined 1931580a89Sskrll #define _UINT32_T 2031580a89Sskrll #endif 2131580a89Sskrll 2231580a89Sskrll 2331580a89Sskrll /* Some systems have guard macros to prevent redefinitions, define them. */ 2431580a89Sskrll #ifndef _INT8_T 2531580a89Sskrll #define _INT8_T 2631580a89Sskrll #endif 2731580a89Sskrll #ifndef _INT16_T 2831580a89Sskrll #define _INT16_T 2931580a89Sskrll #endif 3031580a89Sskrll #ifndef _INT32_T 3131580a89Sskrll #define _INT32_T 3231580a89Sskrll #endif 3331580a89Sskrll #ifndef _UINT8_T 3431580a89Sskrll #define _UINT8_T 3531580a89Sskrll #endif 3631580a89Sskrll #ifndef _UINT16_T 3731580a89Sskrll #define _UINT16_T 3831580a89Sskrll #endif 3931580a89Sskrll #ifndef _UINT32_T 4031580a89Sskrll #define _UINT32_T 4131580a89Sskrll #endif 4231580a89Sskrll 4331580a89Sskrll /* system headers have good uint64_t and int64_t */ 4431580a89Sskrll #ifndef _INT64_T 4531580a89Sskrll #define _INT64_T 4631580a89Sskrll #endif 4731580a89Sskrll #ifndef _UINT64_T 4831580a89Sskrll #define _UINT64_T 4931580a89Sskrll #endif 5031580a89Sskrll 5131580a89Sskrll #endif /* GCC_GENERATED_STDINT_H */ 52