From 92c7b03228637d9b539f3e536fb52a2ae554acb8 Mon Sep 17 00:00:00 2001 From: frueauf Date: Wed, 23 Dec 1998 22:42:50 +0000 Subject: Define "unix" in kpse-2.6/web2c/lib/texmf.h, pointed out in pr 6507 by Johnny C. Lam, fixes also pr 6638 by Ignatios Souvatzis. --- print/teTeX/patches/patch-ag | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 print/teTeX/patches/patch-ag (limited to 'print') diff --git a/print/teTeX/patches/patch-ag b/print/teTeX/patches/patch-ag new file mode 100644 index 00000000000..2beb759206e --- /dev/null +++ b/print/teTeX/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 1998/12/23 22:42:50 frueauf Exp $ + +--- kpse-2.6/web2c/lib/texmf.h-orig Sun Jul 28 23:44:18 1996 ++++ kpse-2.6/web2c/lib/texmf.h Wed Dec 23 23:30:10 1998 +@@ -66,6 +66,9 @@ + /* This routine has to return four values. */ + #define dateandtime(i, j, k, l) get_date_and_time (&(i), &(j), &(k), &(l)) + ++#if (defined(BSD) && BSD >= 199306) ++#define unix ++#endif + + + /* If we're running under Unix, use system calls instead of standard I/O -- cgit v1.2.3