|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T h
Length: 936 (0x3a8) Types: TextFile Names: »header.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/dviapollo/header.h«
/* Modified on 27-Sep-87 by Leonard N. Zubkoff: Added AAFpath and name mappings for APOLLO. */ /* @(#)header.h 1.6 2/18/87 */ #include "commands.h" #include <stdio.h> #include "boolean.h" #define DVIFORMAT 2 #ifndef FONTAREA #define FONTAREA "/tex/fonts/aaf120" #endif #define STRSIZE 257 #define XDEFAULT 0 #define YDEFAULT 0 char *malloc(); char *sprintf(); char *strcpy(); char *getenv(); char *rindex(); char *index(); #ifndef apollo char *PXLpath; /* PXL path name for search */ #else char *AAFpath; /* AAF path name for search */ #endif BOOLEAN preload; /*Whether to preload fonts when scanning over them. */ typedef int *CharImage; #ifdef apollo #define lock_canvas BeginPageDisplay #define unlock_canvas EndPageDisplay #define clearscreen ClearScreen #define black_box DrawBox #define showerror ShowError #define clearerror ClearError #define DVIW DVIwindow #endif