Deleted Added
full compact
1c1
< /* $OpenBSD: pathnames.h,v 1.5 2003/06/03 02:56:10 millert Exp $ */
---
> /* $OpenBSD: pathnames.h,v 1.6 2015/11/03 16:21:47 deraadt Exp $ */
36c36
< * $FreeBSD: head/usr.bin/m4/pathnames.h 228063 2011-11-28 13:32:39Z bapt $
---
> * $FreeBSD: head/usr.bin/m4/pathnames.h 291128 2015-11-21 11:05:38Z bapt $
39,49d38
< /*
< * Definitions of diversion files. If the name of the file is changed,
< * adjust UNIQUE to point to the wildcard (*) character in the filename.
< */
<
< #ifdef msdos
< #define _PATH_DIVNAME "\\M4*XXXXXX" /* msdos diversion files */
< #define UNIQUE 3 /* unique char location */
< #endif
<
< #if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__)
51,57d39
< #define UNIQUE 8 /* unique char location */
< #endif
<
< #ifdef vms
< #define _PATH_DIVNAME "sys$login:m4*XXXXXX" /* vms diversion files */
< #define UNIQUE 12 /* unique char location */
< #endif