home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / GCC / gpp_include / _g_config.h next >
Encoding:
C/C++ Source or Header  |  1993-02-15  |  1.0 KB  |  48 lines

  1.  
  2. #define _G_NAMES_HAVE_UNDERSCORE 1
  3. #define _G_DOLLAR_IN_LABEL 1
  4. #define _G_HAVE_ST_BLKSIZE 0
  5. #define _G_clock_t int
  6. #define _G_dev_t int
  7. #define _G_fpos_t long
  8. #define _G_gid_t int
  9. #define _G_mode_t int
  10. #define _G_nlink_t int
  11. #define _G_off_t long
  12. #define _G_pid_t int
  13. #define _G_ptrdiff_t long
  14. #define _G_sigset_t int
  15. #define _G_size_t unsigned long
  16. #define _G_time_t int
  17. #define _G_uid_t int
  18. #define _G_wchar_t int
  19. #define _G_ssize_t long
  20. #define _G_va_list char *
  21. #define _G_signal_return_type void
  22. #define _G_sprintf_return_type int
  23. #define _G_BUFSIZ 1024
  24. #define _G_FOPEN_MAX 50
  25. #define _G_FILENAME_MAX 30
  26. #define _G_NULL (void *)0
  27. #define _G_USE_PROTOS
  28.  
  29. #ifdef _G_USE_PROTOS
  30. #define _G_ARGS(ARGLIST) ARGLIST
  31. #else
  32. #define _G_ARGS(ARGLIST) (...)
  33. #endif
  34.  
  35. #define _G_HAVE_SYS_RESOURCE 0
  36. #define _G_HAVE_SYS_SOCKET   0
  37. #define _G_HAVE_SYS_WAIT     0
  38. #define _G_HAVE_UNISTD       0
  39. #define _G_HAVE_DIRENT       0
  40.  
  41. #define S_ISREG(x) (x & S_IFREG)
  42.  
  43. #define IEEE_MC68k
  44. #define Unsigned_Shifts
  45. #define _IEEE                1
  46.  
  47. #define _STREAM_COMPAT
  48.