summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin/patches/patch-aw
blob: ef68e756e006a7c83e4c5cec20885dc80c463474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aw,v 1.1 2008/08/24 20:35:37 tonnerre Exp $

--- texk/dviljk/c-auto.in.orig	2008-08-24 21:24:31.000000000 +0200
+++ texk/dviljk/c-auto.in
@@ -7,3 +7,12 @@
 
 /* The number of bytes in a long.  */
 #undef SIZEOF_LONG
+
+/* Presence of the rmdir() function.  */
+#undef HAVE_RMDIR
+
+/* Presence of the unlink() function.  */
+#undef HAVE_UNLINK
+
+/* Presence of the mkdtemp() function.  */
+#undef HAVE_MKDTEMP