diff --git a/src/unix.h b/src/unix.h index 8c2cc52..ae4652b 100644 --- a/src/unix.h +++ b/src/unix.h @@ -29,16 +29,7 @@ #include #include -#ifdef USE_DIRENT #include typedef struct dirent DIRENTRY; -#else -#include -typedef struct direct DIRENTRY; -#endif - -#ifndef S_ISDIR -#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) -#endif #endif /* __EDITLINE_UNIX_H__ */