diff options
Diffstat (limited to 'readline/sysdep-oldbsd.h')
-rwxr-xr-x | readline/sysdep-oldbsd.h | 11 |
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; |