summaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/editline/unix.h
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-08-30 21:37:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-08-30 21:37:10 +0000
commitc825f4343266c1d19cb458c718255388bb98589e (patch)
treef807eb1086b6e122c98acb0699a2420db5d4e5a7 /crypto/heimdal/lib/editline/unix.h
parent6c4028203ebec7d91fb2095bab938f57ffc97c0e (diff)
Notes
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 fe6beedcec2be..0000000000000
--- 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) */