summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/editline/unix.h
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2005-02-24 22:14:04 +0000
committernectar <nectar@FreeBSD.org>2005-02-24 22:14:04 +0000
commit412870c33635bdaae3fb6a6c2d59a85c65b85b2f (patch)
treeb14fa2308f0b719da9f5477f0b8d446c5572dc9b /crypto/heimdal/lib/editline/unix.h
parentbfc5316dea97d244a21b45ed0dce56f39074ba1b (diff)
downloadFreeBSD-src-412870c33635bdaae3fb6a6c2d59a85c65b85b2f.zip
FreeBSD-src-412870c33635bdaae3fb6a6c2d59a85c65b85b2f.tar.gz
Clean up the Heimdal vendor branch by removing files not included in
any import for several years. If memory serves, this was Suggested by: ru an awfully long time ago-- sorry for the delay!
Diffstat (limited to 'crypto/heimdal/lib/editline/unix.h')
-rw-r--r--crypto/heimdal/lib/editline/unix.h22
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 fe6beed..0000000
--- 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) */
OpenPOWER on IntegriCloud