DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T h

⟦4401bac5c⟧ TextFile

    Length: 936 (0x3a8)
    Types: TextFile
    Names: »header.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/crt-viewers/dviapollo/header.h« 

TextFile

/*
  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/aaf118"
#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