/* System-dependent stuff, for ``normal'' systems */ #ifdef __GNUC__ #define alloca __builtin_alloca #else #if defined (sparc) && defined (sun) #include #endif extern char *alloca (); #endif #include /* Needed by dirent.h */ #if defined (USG) && defined (TIOCGWINSZ) #include #if defined (USGr4) || defined (USGr3) #include #endif /* USGr4 */ #endif /* USG && TIOCGWINSZ */ #include typedef struct dirent dirent; /* SVR4 systems should use rather than . */ #if defined (USGr4) #define _POSIX_VERSION #endif