home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / c_lib / b130 / h__G_config < prev    next >
Encoding:
Text File  |  1993-12-07  |  1.3 KB  |  46 lines

  1. /* This file is generated by hand, since the shell script will not run
  2.  * under RISC OS.  I hope that someday something more automatic can be created.
  3.  */    
  4. #ifndef _G_config_h
  5. #define _G_config_h
  6. #define _G_NO_TEMPLATES
  7. #define _G_NAMES_HAVE_UNDERSCORE 0
  8. #define _G_DOLLAR_IN_LABEL 0
  9. #define _G_HAVE_ST_BLKSIZE 0
  10. #define _G_clock_t long
  11. #define _G_dev_t char *
  12. #define _G_fpos_t long
  13. #define _G_gid_t long
  14. #define _G_ino_t unsigned short
  15. #define _G_mode_t unsigned long
  16. #define _G_nlink_t unsigned long
  17. #define _G_off_t long
  18. #define _G_pid_t long
  19. #define _G_ptrdiff_t int
  20. #define _G_size_t unsigned int
  21. #define _G_time_t long int
  22. #define _G_uid_t unsigned short
  23. #define _G_wchar_t long int
  24. #define _G_ssize_t  long /* deduced */
  25. /* #define _G_NEED_STDARG_H */
  26. #define _G_va_list char* /* default */
  27. #define _G_signal_return_type int
  28. #define _G_sprintf_return_type int
  29. #define _G_BUFSIZ  512
  30. #define _G_FOPEN_MAX 32 /* default */
  31. #define _G_FILENAME_MAX  1024 /* default */
  32. #define _G_NULL 0 /* default */
  33. #ifdef _G_USE_PROTOS
  34. #define _G_ARGS(ARGLIST) ARGLIST
  35. #else
  36. #define _G_ARGS(ARGLIST) (...)
  37. #endif
  38. /* #define _G_SYSV */
  39. #define _G_HAVE_SYS_RESOURCE 1
  40. #define _G_HAVE_SYS_SOCKET 1
  41. #define _G_HAVE_UNISTD 0
  42. #define _G_HAVE_DIRENT 0
  43. #define _G_BROKEN_SIGNED_CHAR
  44. #define _G_FRIEND_BUG
  45. #endif /* !_G_config_h */
  46.