=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/pathnames.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/m4/pathnames.h 1996/06/26 05:36:15 1.2 +++ src/usr.bin/m4/pathnames.h 1996/08/22 00:35:02 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:36:15 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1996/08/22 00:35:02 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/09/29 00:27:55 cgd Exp $ */ /* @@ -49,7 +49,7 @@ #define UNIQUE 3 /* unique char location */ #endif -#if defined(unix) || defined(__NetBSD__) +#if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__) #define _PATH_DIVNAME "/tmp/m4.0XXXXXX" /* unix diversion files */ #define UNIQUE 8 /* unique char location */ #endif