summaryrefslogtreecommitdiff
path: root/systems/msdos/dviware/xdvi-dos/src/fontfmts.c
diff options
context:
space:
mode:
Diffstat (limited to 'systems/msdos/dviware/xdvi-dos/src/fontfmts.c')
-rw-r--r--systems/msdos/dviware/xdvi-dos/src/fontfmts.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/systems/msdos/dviware/xdvi-dos/src/fontfmts.c b/systems/msdos/dviware/xdvi-dos/src/fontfmts.c
new file mode 100644
index 0000000000..69a0963d09
--- /dev/null
+++ b/systems/msdos/dviware/xdvi-dos/src/fontfmts.c
@@ -0,0 +1,21 @@
+#include "xdvi.h"
+
+#ifndef X_NOT_STDC_ENV
+#include <stdlib.h>
+#endif
+
+/***
+ *** Font reading routines are read into this file.
+ ***/
+
+#ifdef USE_PK
+#include "pk.c"
+#endif
+
+#ifdef USE_GF
+#include "gf.c"
+#endif
+
+#ifdef USE_PXL
+#include "pxl.c"
+#endif