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

Diff for /src/usr.bin/rdist/config.h between version 1.9 and 1.10

version 1.9, 2014/07/10 14:29:27 version 1.10, 2014/07/12 03:32:00
Line 42 
Line 42 
  * Configuration parameters   * Configuration parameters
  */   */
   
 #include OS_H  
   
 /*  
  * Include system pathname header file.  Usually this is <paths.h>.  
  * If your system doesn't have such a file, use "mypaths.h"  
  */  
 #if     defined(PATHS_H)  
 #       include PATHS_H  
 #else  
 #       include "mypaths.h"  
 #endif  
   
 /*  /*
  * Check to see if file is on a NFS.  If it is, the file is   * Check to see if file is on a NFS.  If it is, the file is
  * skipped unless the hostname specified in the Distfile has   * skipped unless the hostname specified in the Distfile has

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10