Add Solaris/linux support
[deliverable/binutils-gdb.git] / readline / sysdep-sco.h
1 /* System-dependent stuff, for SCO systems */
2
3 #include <malloc.h>
4
5 #ifdef __GNUC__
6 #define alloca __builtin_alloca
7 #endif
8
9 #include <sys/types.h>
10 #include <sys/stream.h>
11 #include <sys/ptem.h>
12 #include <dirent.h>
13 typedef struct dirent dirent;
This page took 0.071741 seconds and 4 git commands to generate.