diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 1997-04-04 18:41:29 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 1997-04-04 18:41:29 +0000 |
| commit | 8bb9171ccbb5f310f7386aa9ecd429b8b091135c (patch) | |
| tree | d67ecfa72587c8cd164f95de0dee058199f1c700 | |
| parent | 350498c58ea35558b7cfc2b253da0f563714cb52 (diff) | |
| parent | 836b9b624358bc4a0dc93d3cdafb28b28a987fcf (diff) | |
Notes
| -rw-r--r-- | usr.bin/m4/pathnames.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 72f66d37ea67..dc7f0d3dff54 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 |
