home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / glob / sysdep-irix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-22  |  228 b   |  13 lines

  1. /* System-dependent stuff, for SGI irix */
  2.  
  3. #ifdef __GNUC__
  4. #define alloca __builtin_alloca
  5. #else
  6. extern char *alloca ();
  7. #endif
  8.  
  9. #include <sys/types.h>
  10. #include <sys/stream.h>
  11. #include <sys/dir.h>
  12. typedef struct direct dirent;
  13.