summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>1997-04-04 18:41:29 +0000
committerjmallett <jmallett@FreeBSD.org>1997-04-04 18:41:29 +0000
commit13cee1ee0505f8dc0434fc0c46b9e5df37072d26 (patch)
tree5870396279d9ef48a4e3609f61bad4550ca1c408 /usr.bin/m4
parent3cb787be7f29abc29532318f58404d7918711354 (diff)
parente4878f1a1937e3460e3a74385dcda04615352ed1 (diff)
downloadFreeBSD-src-13cee1ee0505f8dc0434fc0c46b9e5df37072d26.zip
FreeBSD-src-13cee1ee0505f8dc0434fc0c46b9e5df37072d26.tar.gz
This commit was generated by cvs2svn to compensate for changes in r24628,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/pathnames.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h
index 72f66d3..dc7f0d3 100644
--- a/usr.bin/m4/pathnames.h
+++ b/usr.bin/m4/pathnames.h
@@ -1,3 +1,6 @@
+/* $OpenBSD: pathnames.h,v 1.4 1997/04/04 18:41:29 deraadt Exp $ */
+/* $NetBSD: pathnames.h,v 1.6 1995/09/29 00:27:55 cgd Exp $ */
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -46,8 +49,8 @@
#define UNIQUE 3 /* unique char location */
#endif
-#ifdef unix
-#define _PATH_DIVNAME "/tmp/m4.0XXXXXX" /* unix diversion files */
+#if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__)
+#define _PATH_DIVNAME "/tmp/m4.0XXXXXXXXXX" /* unix diversion files */
#define UNIQUE 8 /* unique char location */
#endif
OpenPOWER on IntegriCloud