1 /* System-dependent stuff, for ``normal'' systems */
4 #define alloca __builtin_alloca
6 #if defined (sparc) && defined (sun)
9 extern char *alloca ();
12 #include <sys/types.h> /* Needed by dirent.h */
14 #if defined (USG) && defined (TIOCGWINSZ)
15 #include <sys/stream.h>
16 #if defined (USGr4) || defined (USGr3)
19 #endif /* USG && TIOCGWINSZ */
22 typedef struct dirent dirent;