home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gdb-4.12-src.lha / src / amiga / gdb-4.12 / glob / sysdep-sco.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  243 b   |  14 lines

  1. /* System-dependent stuff, for SCO systems */
  2.  
  3. #include <malloc.h>
  4.  
  5. #ifdef __GNUC__
  6. #define alloca __builtin_alloca
  7. #endif
  8.  
  9. #include <sys/types.h>
  10. #include <sys/stream.h>
  11. #include <sys/ptem.h>
  12. #include <dirent.h>
  13. typedef struct dirent dirent;
  14.