okular/oconfig.h
Stefan Kebekus 7fbeedde79 QT-ification and C++-ification
svn path=/trunk/kdegraphics/kdvi/; revision=42152
2000-02-29 11:27:53 +00:00

21 lines
368 B
C

/* config.h: master configuration file, included first by all compilable
source files (not headers). */
#ifndef CONFIG_H
#define 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 */