home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / lib270b.zip / emx / include / cpp / _G_confi.h next >
C/C++ Source or Header  |  1995-07-09  |  2KB  |  78 lines

  1. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  2. #ifndef _G_config_h
  3. #define _G_config_h
  4. #define _G_LIB_VERSION "2.7.0"
  5. #define _G_NAMES_HAVE_UNDERSCORE 1
  6. #define _G_VTABLE_LABEL_HAS_LENGTH 1
  7. #define _G_VTABLE_LABEL_PREFIX "__vt$"
  8. #define _G_HAVE_ST_BLKSIZE 0
  9. typedef long _G_clock_t;
  10. typedef int _G_dev_t;
  11. typedef long _G_fpos_t;
  12. typedef int _G_gid_t;
  13. typedef int _G_ino_t;
  14. typedef int _G_mode_t;
  15. typedef int _G_nlink_t;
  16. typedef long _G_off_t;
  17. typedef int _G_pid_t;
  18. #ifndef __PTRDIFF_TYPE__
  19. #define __PTRDIFF_TYPE__ long
  20. #endif
  21. typedef __PTRDIFF_TYPE__ _G_ptrdiff_t;
  22. typedef unsigned long _G_sigset_t;
  23. #ifndef __SIZE_TYPE__
  24. #define __SIZE_TYPE__ unsigned long
  25. #endif
  26. typedef __SIZE_TYPE__ _G_size_t;
  27. typedef unsigned long _G_time_t;
  28. typedef int _G_uid_t;
  29. typedef short unsigned int _G_wchar_t;
  30. typedef int _G_ssize_t;
  31. typedef int /* default */ _G_wint_t;
  32. typedef char* /* default */ _G_va_list;
  33. #define _G_signal_return_type void
  34. #define _G_sprintf_return_type int
  35.  
  36. #ifdef __GNUC__
  37. typedef          int   _G_int8_t __attribute__ ((mode (QI)));
  38. typedef unsigned int  _G_uint8_t __attribute__ ((mode (QI)));
  39. typedef          int  _G_int16_t __attribute__ ((mode (HI)));
  40. typedef unsigned int _G_uint16_t __attribute__ ((mode (HI)));
  41. typedef          int  _G_int32_t __attribute__ ((mode (SI)));
  42. typedef unsigned int _G_uint32_t __attribute__ ((mode (SI)));
  43. typedef          int  _G_int64_t __attribute__ ((mode (DI)));
  44. typedef unsigned int _G_uint64_t __attribute__ ((mode (DI)));
  45. #else
  46. typedef  short /* deduced */  _G_int16_t;
  47. typedef unsigned short /* deduced */ _G_uint16_t;
  48. typedef  long /* deduced */  _G_int32_t;
  49. typedef unsigned long /* deduced */ _G_uint32_t;
  50. #endif
  51.  
  52. #define _G_BUFSIZ 5120
  53. #define _G_FOPEN_MAX 14
  54. #define _G_FILENAME_MAX 260
  55. #define _G_NULL 0 /* default */
  56. #if defined (__cplusplus) || defined (__STDC__)
  57. #define _G_ARGS(ARGLIST) ARGLIST
  58. #else
  59. #define _G_ARGS(ARGLIST) ()
  60. #endif
  61. #if !defined (__GNUG__) || defined (__STRICT_ANSI__)
  62. #define _G_NO_NRV
  63. #endif
  64. #if !defined (__GNUG__)
  65. #define _G_NO_EXTERN_TEMPLATES
  66. #endif
  67. #define _G_HAVE_ATEXIT 1
  68. #define _G_HAVE_SYS_RESOURCE 0
  69. #define _G_HAVE_SYS_TIMES 1
  70. #define _G_HAVE_SYS_SOCKET 1
  71. #define _G_HAVE_SYS_WAIT 1
  72. #define _G_HAVE_UNISTD 1
  73. #define _G_HAVE_DIRENT 1
  74. #define _G_HAVE_CURSES 1
  75. #define _G_MATH_H_INLINES 0
  76. #define _G_HAVE_BOOL 1
  77. #endif /* !_G_config_h */
  78.