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