summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-c-auto.in
blob: 63015d362b3c0d5c2b80834dbf0549c0149fdf2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- texk/xdvik/c-auto.in.orig	2019-07-27 23:56:42 UTC
+++ texk/xdvik/c-auto.in
@@ -76,6 +76,9 @@
 /* Define to 1 if you have the <float.h> header file. */
 #undef HAVE_FLOAT_H
 
+/* Using fontconfig */
+#undef HAVE_FONTCONFIG
+
 /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK
 
@@ -112,6 +115,9 @@
 /* Define to 1 if you have the <iconv.h> header file. */
 #undef HAVE_ICONV_H
 
+/* Define to 1 if you have the `ptexenc' library. */
+#undef HAVE_PTEXENC
+
 /* Define to 1 if you have the <ieeefp.h> header file. */
 #undef HAVE_IEEEFP_H
 
@@ -339,6 +345,9 @@
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
+
+/* Enabled Japanese pTeX support. */
+#undef PTEX
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE