/* $Revision: 1.1.1.1 $ ** ** Editline system header file for Unix. */ #define CRLF "\r\n" #define FORWARD STATIC #include #include #if defined(USE_DIRENT) #include typedef struct dirent DIRENTRY; #else #include typedef struct direct DIRENTRY; #endif /* defined(USE_DIRENT) */ #if !defined(S_ISDIR) #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif /* !defined(S_ISDIR) */ /* * $PchId: unix.h,v 1.3 1996/02/22 21:18:51 philip Exp $ */