1141296Sdas/* This file is automatically generated.  DO NOT EDIT! */
2141296Sdas/* Generated from: NetBSD: mknative-gcc,v 1.118 2024/02/21 08:24:46 mrg Exp  */
32116Sjkh/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
42116Sjkh
5129980Sdas/* generated for  mipsn64eb--netbsd-gcc (NetBSD nb1 20240630) 12.4.0 */
62116Sjkh
72116Sjkh#ifndef GCC_GENERATED_STDINT_H
88870Srgrimes#define GCC_GENERATED_STDINT_H 1
92116Sjkh
102116Sjkh#include <sys/types.h>
112116Sjkh#include <stdint.h>
122116Sjkh/* glibc uses these symbols as guards to prevent redefinitions.  */
13141296Sdas#ifdef __int8_t_defined
14176451Sdas#define _INT8_T
15176451Sdas#define _INT16_T
162116Sjkh#define _INT32_T
172116Sjkh#endif
18151969Sbde#ifdef __uint32_t_defined
192116Sjkh#define _UINT32_T
202116Sjkh#endif
21141296Sdas
222116Sjkh
232116Sjkh/* Some systems have guard macros to prevent redefinitions, define them.  */
248870Srgrimes#ifndef _INT8_T
25151969Sbde#define _INT8_T
26151969Sbde#endif
27151969Sbde#ifndef _INT16_T
28141296Sdas#define _INT16_T
292116Sjkh#endif
302116Sjkh#ifndef _INT32_T
312116Sjkh#define _INT32_T
322116Sjkh#endif
338870Srgrimes#ifndef _UINT8_T
342116Sjkh#define _UINT8_T
352116Sjkh#endif
368870Srgrimes#ifndef _UINT16_T
378870Srgrimes#define _UINT16_T
382116Sjkh#endif
392116Sjkh#ifndef _UINT32_T
408870Srgrimes#define _UINT32_T
412116Sjkh#endif
422116Sjkh
432116Sjkh/* system headers have good uint64_t and int64_t */
442116Sjkh#ifndef _INT64_T
452116Sjkh#define _INT64_T
462116Sjkh#endif
472116Sjkh#ifndef _UINT64_T
482116Sjkh#define _UINT64_T
492116Sjkh#endif
502116Sjkh
512116Sjkh#endif /* GCC_GENERATED_STDINT_H */
522116Sjkh