gstdint.h

00001 /* generated for  xgcc (GCC) 4.6.1 20110405 (prerelease) */
00002 
00003 #ifndef GCC_GENERATED_STDINT_H
00004 #define GCC_GENERATED_STDINT_H 1
00005 
00006 #include <sys/types.h>
00007 #include <stdint.h>
00008 /* glibc uses these symbols as guards to prevent redefinitions.  */
00009 #ifdef __int8_t_defined
00010 #define _INT8_T
00011 #define _INT16_T
00012 #define _INT32_T
00013 #endif
00014 #ifdef __uint32_t_defined
00015 #define _UINT32_T
00016 #endif
00017 
00018 
00019 /* Some systems have guard macros to prevent redefinitions, define them.  */
00020 #ifndef _INT8_T
00021 #define _INT8_T
00022 #endif
00023 #ifndef _INT16_T
00024 #define _INT16_T
00025 #endif
00026 #ifndef _INT32_T
00027 #define _INT32_T
00028 #endif
00029 #ifndef _UINT8_T
00030 #define _UINT8_T
00031 #endif
00032 #ifndef _UINT16_T
00033 #define _UINT16_T
00034 #endif
00035 #ifndef _UINT32_T
00036 #define _UINT32_T
00037 #endif
00038 
00039 /* system headers have good uint64_t and int64_t */
00040 #ifndef _INT64_T
00041 #define _INT64_T
00042 #endif
00043 #ifndef _UINT64_T
00044 #define _UINT64_T
00045 #endif
00046 
00047 #endif /* GCC_GENERATED_STDINT_H */