1da671615Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp */ 35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4da671615Schristos 5*22ebeae4Schristos /* generated for powerpc64--netbsd-gcc (NetBSD nb1 20240630) 12.4.0 */ 6da671615Schristos 7da671615Schristos #ifndef GCC_GENERATED_STDINT_H 8da671615Schristos #define GCC_GENERATED_STDINT_H 1 9da671615Schristos 10da671615Schristos #include <sys/types.h> 11da671615Schristos #include <stdint.h> 12da671615Schristos /* glibc uses these symbols as guards to prevent redefinitions. */ 13da671615Schristos #ifdef __int8_t_defined 14da671615Schristos #define _INT8_T 15da671615Schristos #define _INT16_T 16da671615Schristos #define _INT32_T 17da671615Schristos #endif 18da671615Schristos #ifdef __uint32_t_defined 19da671615Schristos #define _UINT32_T 20da671615Schristos #endif 21da671615Schristos 22da671615Schristos 23da671615Schristos /* Some systems have guard macros to prevent redefinitions, define them. */ 24da671615Schristos #ifndef _INT8_T 25da671615Schristos #define _INT8_T 26da671615Schristos #endif 27da671615Schristos #ifndef _INT16_T 28da671615Schristos #define _INT16_T 29da671615Schristos #endif 30da671615Schristos #ifndef _INT32_T 31da671615Schristos #define _INT32_T 32da671615Schristos #endif 33da671615Schristos #ifndef _UINT8_T 34da671615Schristos #define _UINT8_T 35da671615Schristos #endif 36da671615Schristos #ifndef _UINT16_T 37da671615Schristos #define _UINT16_T 38da671615Schristos #endif 39da671615Schristos #ifndef _UINT32_T 40da671615Schristos #define _UINT32_T 41da671615Schristos #endif 42da671615Schristos 43da671615Schristos /* system headers have good uint64_t and int64_t */ 44da671615Schristos #ifndef _INT64_T 45da671615Schristos #define _INT64_T 46da671615Schristos #endif 47da671615Schristos #ifndef _UINT64_T 48da671615Schristos #define _UINT64_T 49da671615Schristos #endif 50da671615Schristos 51da671615Schristos #endif /* GCC_GENERATED_STDINT_H */ 52