/[cvs]/ccvs/src/cvs.h
ViewVC logotype

Diff of /ccvs/src/cvs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.345.2.6 by dprice, Mon Dec 5 20:38:18 2005 UTC revision 1.345.2.7 by dprice, Thu Dec 8 20:49:45 2005 UTC
# Line 265  char *strerror (int); Line 265  char *strerror (int);
265    
266  #define CVSUMASK_ENV    "CVSUMASK"      /* Effective umask for repository */  #define CVSUMASK_ENV    "CVSUMASK"      /* Effective umask for repository */
267    
268    #define CVSNOBASES_ENV  "CVSNOBASES"    /* Suppress use of base files when
269                                             * set.
270                                             */
271    
272  /*  /*
273   * If the beginning of the Repository matches the following string, strip it   * If the beginning of the Repository matches the following string, strip it
274   * so that the output to the logfile does not contain a full pathname.   * so that the output to the logfile does not contain a full pathname.
# Line 366  extern int trace;              /* Show all commands Line 370  extern int trace;              /* Show all commands
370  extern int noexec;              /* Don't modify disk anywhere */  extern int noexec;              /* Don't modify disk anywhere */
371  extern int readonlyfs;          /* fail on all write locks; succeed all read locks */  extern int readonlyfs;          /* fail on all write locks; succeed all read locks */
372  extern int logoff;              /* Don't write history entry */  extern int logoff;              /* Don't write history entry */
373    extern bool suppress_bases;
374    
375    
376    

Legend:
Removed from v.1.345.2.6  
changed lines
  Added in v.1.345.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26