_G_configArch.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:3k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* _G_config.h - autogenerated on Tue Feb  3 10:11:41 PST 1998*/
  2. /* There may be a few (VxWorks related) differences between this file and the
  3.  * corresponding one in host/$WIND_HOST_TYPE/arm-wrs-vxworks/include
  4. */
  5. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  6. #ifndef _G_config_h
  7. #define _G_config_h
  8. #define _G_LIB_VERSION "2.8.0"
  9. #define _G_NAMES_HAVE_UNDERSCORE 1
  10. #define _G_VTABLE_LABEL_HAS_LENGTH 1
  11. #define _G_VTABLE_LABEL_PREFIX "__vt$"
  12. #define _G_HAVE_ST_BLKSIZE 1
  13. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  14. typedef          int   _G_int8_t __attribute__((__mode__(__QI__)));
  15. typedef unsigned int  _G_uint8_t __attribute__((__mode__(__QI__)));
  16. typedef          int  _G_int16_t __attribute__((__mode__(__HI__)));
  17. typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__)));
  18. typedef          int  _G_int32_t __attribute__((__mode__(__SI__)));
  19. typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__)));
  20. typedef          int  _G_int64_t __attribute__((__mode__(__DI__)));
  21. typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__)));
  22. #if defined (__cplusplus)
  23. __extension__ typedef long long _G_llong;
  24. __extension__ typedef unsigned long long _G_ullong;
  25. #else
  26. typedef long long _G_llong;
  27. typedef unsigned long long _G_ullong;
  28. #endif
  29. #else
  30. typedef  short /* deduced */  _G_int16_t;
  31. typedef unsigned short /* deduced */ _G_uint16_t;
  32. typedef  long /* deduced */  _G_int32_t;
  33. typedef unsigned long /* deduced */ _G_uint32_t;
  34. #endif
  35. typedef unsigned long _G_clock_t;
  36. typedef short _G_dev_t;
  37. typedef long _G_fpos_t;
  38. typedef unsigned short _G_gid_t;
  39. typedef unsigned short _G_ino_t;
  40. typedef int _G_mode_t;
  41. typedef unsigned short _G_nlink_t;
  42. typedef long _G_off_t;
  43. typedef int _G_pid_t;
  44. #ifndef __PTRDIFF_TYPE__
  45. #define __PTRDIFF_TYPE__ long int
  46. #endif
  47. typedef __PTRDIFF_TYPE__ _G_ptrdiff_t;
  48. typedef unsigned long _G_sigset_t;
  49. #ifndef __SIZE_TYPE__
  50. #define __SIZE_TYPE__ long unsigned int
  51. #endif
  52. typedef __SIZE_TYPE__ _G_size_t;
  53. typedef long _G_time_t;
  54. typedef unsigned short _G_uid_t;
  55. typedef int _G_wchar_t;
  56. #define _G_BUFSIZ 1024
  57. #define _G_FOPEN_MAX 20
  58. #define _G_FILENAME_MAX 1024
  59. #if defined (__cplusplus) || defined (__STDC__)
  60. #define _G_ARGS(ARGLIST) ARGLIST
  61. #else
  62. #define _G_ARGS(ARGLIST) ()
  63. #endif
  64. #if !defined (__GNUG__) || defined (__STRICT_ANSI__)
  65. #define _G_NO_NRV
  66. #endif
  67. #if !defined (__GNUG__)
  68. #define _G_NO_EXTERN_TEMPLATES
  69. #endif
  70. typedef int /* default */ _G_ssize_t;
  71. typedef int /* default */ _G_wint_t;
  72. typedef void * _G_va_list;
  73. #define _G_signal_return_type void
  74. #define _G_sprintf_return_type int
  75. #define _G_HAVE_ATEXIT 0
  76. #define _G_HAVE_SYS_RESOURCE 0
  77. #define _G_HAVE_SYS_TIMES 1
  78. #define _G_HAVE_SYS_SOCKET 0
  79. #define _G_HAVE_SYS_CDEFS 0
  80. #define _G_HAVE_SYS_WAIT 1
  81. #define _G_HAVE_UNISTD 1
  82. #define _G_HAVE_DIRENT 0
  83. #define _G_HAVE_CURSES 0
  84. #define _G_MATH_H_INLINES 0
  85. #define _G_HAVE_BOOL 1
  86. #define _G_HAVE_PRINTF_FP 0
  87. #define _G_HAVE_LONG_DOUBLE_IO 0
  88. #undef NULL
  89. #ifdef __cplusplus
  90. #define NULL __null
  91. #else
  92. #define NULL 0
  93. #endif
  94. #include <stddef.h>
  95. #endif /* !_G_config_h */