This commit was generated by cvs2svn to compensate for changes in r24628,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Juli Mallett 1997-04-04 18:41:29 +00:00
commit 8bb9171ccb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24629

View File

@ -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