blob: c04fe189454a3536be70f98b1f3e31c4170cedcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// -*- C++ -*-
// 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
|