home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / amigados / include / _g_config.h next >
C/C++ Source or Header  |  1994-12-22  |  2KB  |  76 lines

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