blob: c204b66089ccadb19a78affed6ad6bdff236e5e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// kdvi.h
//
// global variables and definitions for kdvi.
//
// (C) 2000, Stefan Kebekus. Distributed under the GPL.
#ifndef KDVI_H
#define KDVI_H
// Define the following flags to generate debugging output
// #define DEBUG_FONT 1
// #define DEBUG_FONTPOOL 1
// #define DEBUG_PK 1
#endif
|