/* System-dependent stuff, for SGI Irix 6. */ #ifdef __GNUC__ #define alloca __builtin_alloca #else #include #endif #include #include #include typedef struct direct dirent;