1*16dce513Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*16dce513Schristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3*16dce513Schristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4*16dce513Schristos 5*16dce513Schristos /* generated for m5407--netbsdelf-gcc (NetBSD nb1 20160606) 5.4.0 */ 6*16dce513Schristos 7*16dce513Schristos #ifndef GCC_GENERATED_STDINT_H 8*16dce513Schristos #define GCC_GENERATED_STDINT_H 1 9*16dce513Schristos 10*16dce513Schristos #include <sys/types.h> 11*16dce513Schristos #include <stdint.h> 12*16dce513Schristos /* glibc uses these symbols as guards to prevent redefinitions. */ 13*16dce513Schristos #ifdef __int8_t_defined 14*16dce513Schristos #define _INT8_T 15*16dce513Schristos #define _INT16_T 16*16dce513Schristos #define _INT32_T 17*16dce513Schristos #endif 18*16dce513Schristos #ifdef __uint32_t_defined 19*16dce513Schristos #define _UINT32_T 20*16dce513Schristos #endif 21*16dce513Schristos 22*16dce513Schristos 23*16dce513Schristos /* Some systems have guard macros to prevent redefinitions, define them. */ 24*16dce513Schristos #ifndef _INT8_T 25*16dce513Schristos #define _INT8_T 26*16dce513Schristos #endif 27*16dce513Schristos #ifndef _INT16_T 28*16dce513Schristos #define _INT16_T 29*16dce513Schristos #endif 30*16dce513Schristos #ifndef _INT32_T 31*16dce513Schristos #define _INT32_T 32*16dce513Schristos #endif 33*16dce513Schristos #ifndef _UINT8_T 34*16dce513Schristos #define _UINT8_T 35*16dce513Schristos #endif 36*16dce513Schristos #ifndef _UINT16_T 37*16dce513Schristos #define _UINT16_T 38*16dce513Schristos #endif 39*16dce513Schristos #ifndef _UINT32_T 40*16dce513Schristos #define _UINT32_T 41*16dce513Schristos #endif 42*16dce513Schristos 43*16dce513Schristos /* system headers have good uint64_t and int64_t */ 44*16dce513Schristos #ifndef _INT64_T 45*16dce513Schristos #define _INT64_T 46*16dce513Schristos #endif 47*16dce513Schristos #ifndef _UINT64_T 48*16dce513Schristos #define _UINT64_T 49*16dce513Schristos #endif 50*16dce513Schristos 51*16dce513Schristos #endif /* GCC_GENERATED_STDINT_H */ 52