diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-09-16 21:04:41 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-09-16 21:04:41 +0000 |
commit | 097d72a5867f8cdeea7a80bce32175f157f4d8d4 (patch) | |
tree | b1655c1ff632f48880df883d1827e8393e0a75f4 /crypto/heimdal/lib/editline/unix.h | |
parent | 0cadf2f4d7b9f212800448d915003abd40c2e40d (diff) |
This commit was manufactured by cvs2svn to create tagvendor/heimdal/cvs-20020916
'heimdal-vendor-crypto-cvs_20020916'.
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=103423
svn path=/vendor-crypto/heimdal/cvs-20020916/; revision=103425; tag=vendor/heimdal/cvs-20020916
Diffstat (limited to 'crypto/heimdal/lib/editline/unix.h')
-rw-r--r-- | crypto/heimdal/lib/editline/unix.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/crypto/heimdal/lib/editline/unix.h b/crypto/heimdal/lib/editline/unix.h deleted file mode 100644 index fe6beedcec2b..000000000000 --- a/crypto/heimdal/lib/editline/unix.h +++ /dev/null @@ -1,22 +0,0 @@ -/* $Revision: 1.1 $ -** -** Editline system header file for Unix. -*/ - -#define CRLF "\r\n" -#define FORWARD STATIC - -#include <sys/types.h> -#include <sys/stat.h> - -#if defined(USE_DIRENT) -#include <dirent.h> -typedef struct dirent DIRENTRY; -#else -#include <sys/dir.h> -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) */ |