summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h')
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h b/Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h
deleted file mode 100644
index 24843f507c7..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/UNIXtoMacLib/macintosh.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* macintosh.h 24.2.1996 Alex Viskovatoff
- *
- * Header file accompanying unix-to-macintosh.c.
- *
- * Written and copyright (c) 1996 by Alex Viskovatoff.
- * Permission is granted to distribute and modify this file.
- */
-
-
-#define PATHNAME_LENGTH 256
-
-#define isascii(c) (((unsigned) c) <= 0x7f)
-
-
-/* "DVI2ODVI" is equivalent to an arry of static unsigned long
- initialized to {'DVI2', 'ODVI'} - Textures and OzTeX
- type signatures of dvi files, respectively. */
-
-#define process_dvi_command_line(args) \
- docommand(args,0L,2,(unsigned long*)"DVI2ODVI")
-
-int docommand(char ***,void*,int,unsigned long*);
-void set_creator(const unsigned char *outfilename);
-int getopt(int nargc, char * const *nargv, const char *ostr);
-char *get_home_dir(void);
-char *get_file_from_dialog(void);
-pascal unsigned char not_rtf_file_p(void *parms);
-
-
-/* The following are defined in getopt.c */
-
-#define index strchr
-#define rindex strrchr
-int getopt(int nargc, char * const *nargv, const char *ostr);