home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_USR08B.LHA / gerlib / support / include / _G_config.h next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  1.4 KB  |  45 lines

  1. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */
  2. #ifndef _G_config_h
  3. #define _G_config_h
  4. #define _G_NAMES_HAVE_UNDERSCORE 1
  5. #define _G_DOLLAR_IN_LABEL 1
  6. #define _G_HAVE_ST_BLKSIZE 1
  7. #define _G_clock_t int /* default */
  8. #define _G_dev_t int /* default */
  9. #define _G_fpos_t long /* default */
  10. #define _G_gid_t int /* default */
  11. #define _G_ino_t int /* default */
  12. #define _G_mode_t int /* default */
  13. #define _G_nlink_t int /* default */
  14. #define _G_off_t long /* default */
  15. #define _G_pid_t int /* default */
  16. #define _G_ptrdiff_t long int /* default */
  17. #define _G_sigset_t int /* default */
  18. #define _G_size_t unsigned long /* default */
  19. #define _G_time_t long int /* default */
  20. #define _G_uid_t int /* default */
  21. #define _G_wchar_t int /* default */
  22. #define _G_ssize_t long
  23. /* #define _G_NEED_STDARG_H */
  24. #define _G_va_list char* /* default */
  25. #define _G_signal_return_type void
  26. #define _G_sprintf_return_type int
  27. #define _G_BUFSIZ 1024 /* default */
  28. #define _G_FOPEN_MAX 32 /* default */
  29. #define _G_FILENAME_MAX 1024 /* default */
  30. #define _G_NULL 0 /* default */
  31. #ifdef _G_USE_PROTOS
  32. #define _G_ARGS(ARGLIST) ARGLIST
  33. #else
  34. #define _G_ARGS(ARGLIST) (...)
  35. #endif
  36. /* #define _G_SYSV */
  37. /* #define _G_HAVE_SYS_RESOURCE 1
  38. #define _G_HAVE_SYS_SOCKET 1
  39. #define _G_HAVE_SYS_WAIT 1
  40. #define _G_HAVE_UNISTD 1
  41. #define _G_HAVE_DIRENT 1 */
  42. /* #define _G_BROKEN_SIGNED_CHAR */
  43. /* #define _G_FRIEND_BUG */
  44. #endif /* !_G_config_h */
  45.