You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
308 B
18 lines
308 B
// -*- 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
|