[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/pathnames.h between version 1.5 and 1.6

version 1.5, 2003/06/03 02:56:10 version 1.6, 2015/11/03 16:21:47
Line 35 
Line 35 
  *      @(#)pathnames.h 8.1 (Berkeley) 6/6/93   *      @(#)pathnames.h 8.1 (Berkeley) 6/6/93
  */   */
   
 /*  
  * 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__)  
 #define _PATH_DIVNAME   "/tmp/m4.0XXXXXXXXXX"   /* unix diversion files */  #define _PATH_DIVNAME   "/tmp/m4.0XXXXXXXXXX"   /* unix diversion files */
 #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  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6