diff options
Diffstat (limited to 'readline/sysdep-hpux.h')
-rw-r--r-- | readline/sysdep-hpux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/readline/sysdep-hpux.h b/readline/sysdep-hpux.h deleted file mode 100644 index 2ab2d38..0000000 --- a/readline/sysdep-hpux.h +++ /dev/null @@ -1,7 +0,0 @@ -/* System-dependent stuff for HP/UX 10.20 on HPPA */ - -#include <alloca.h> - -#include <dirent.h> -typedef struct dirent dirent; - |