mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
56047b2b0b
svn path=/trunk/kdegraphics/kdvi/; revision=2139
23 lines
448 B
C
23 lines
448 B
C
/* config.h: master configuration file, included first by all compilable
|
|
source files (not headers). */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
/* The stuff from the path searching library. */
|
|
#include <kpathsea/config.h>
|
|
|
|
#include <setjmp.h>
|
|
|
|
/* Some kdvi options we want by default. */
|
|
#define USE_PK
|
|
#define USE_GF
|
|
#define GREY
|
|
#define TEXXET
|
|
#define PS_GS
|
|
#define KDVI
|
|
|
|
/* xdvi's definitions. */
|
|
#include "xdvi.h"
|
|
|
|
#endif /* not CONFIG_H */
|