aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-oldbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/sysdep-oldbsd.h')
-rwxr-xr-xreadline/sysdep-oldbsd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h
deleted file mode 100755
index 86b6d0d..0000000
--- a/readline/sysdep-oldbsd.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* System-dependent stuff, for Sony NEwS, Mach, and other systems
- in the "old BSD Unix" tradition. */
-
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#else
-extern char *alloca ();
-#endif
-
-#include <sys/dir.h>
-typedef struct direct dirent;