1 /* System-dependent stuff, for Linux systems. Known to be good for
2 Linux/Alpha, but should work for all other platforms, too. */
5 * This is important on Linux/Alpha where sizeof(void*) != sizeof(int).
10 #define alloca __builtin_alloca
12 #if defined (sparc) && defined (sun)
15 #ifndef alloca /* May be a macro, with args. */
16 extern char *alloca ();
20 #include <sys/types.h> /* Needed by dirent.h */
24 typedef struct dirent dirent
;