summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-01 17:59:08 +0000
committerKarl Berry <karl@freefriends.org>2009-01-01 17:59:08 +0000
commitcf88a21d6fd630740e594fe0c7f4a9d18889d559 (patch)
tree1fb1f60c7b5de113e1a37b4448cccb4dc2fcbaf1 /Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h
parent06b1964526f9f21bba3b50c33085a434ecbc64d3 (diff)
cjk 4.8.2 (29dec08)
git-svn-id: svn://tug.org/texlive/trunk@11791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h')
-rw-r--r--Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h
deleted file mode 100644
index 0606d476ab1..00000000000
--- a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/emdir.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* emdir.h -- Written by Eberhard Mattes, donated to the public domain */
-
-#if defined(DJGPP)
-
-/* djgpp support by Hartmut Schirmer (hsc@techfak.uni-kiel.de), May 30, 1997 */
-#include <dos.h>
-#define ll_findbuffer find_t
-#define attr attrib
-
-#else
-
-struct ll_findbuffer
-{
- char reserved[21];
- unsigned char attr;
- unsigned time;
- unsigned date;
- long size;
- char name[257];
-};
-
-#endif
-
-int ll_findfirst (const char *path, int attr, struct ll_findbuffer *buffer);
-int ll_findnext (struct ll_findbuffer *buffer);