aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-sco.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/sysdep-sco.h')
-rw-r--r--readline/sysdep-sco.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/readline/sysdep-sco.h b/readline/sysdep-sco.h
deleted file mode 100644
index 31af763..0000000
--- a/readline/sysdep-sco.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* System-dependent stuff, for SCO systems */
-
-#include <malloc.h>
-
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#endif
-
-#include <sys/types.h>
-#include <sys/stream.h>
-#include <sys/ptem.h>
-#include <dirent.h>
-typedef struct dirent dirent;