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

Diff for /src/usr.bin/make/Attic/config.h between version 1.6 and 1.7

version 1.6, 1996/09/21 19:36:27 version 1.7, 1996/11/30 21:08:53
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: config.h,v 1.6 1996/05/28 23:34:39 christos Exp $      */  /*      $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $      */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
Line 38 
Line 38 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  *   *
  *      from: @(#)config.h      5.9 (Berkeley) 6/1/90   *      from: @(#)config.h      8.1 (Berkeley) 6/6/93
  */   */
   
 #define DEFSHELL        1                       /* Bourne shell */  #define DEFSHELL        1                       /* Bourne shell */
Line 95 
Line 95 
 #define POSIX  #define POSIX
   
 /*  /*
  * SYSVINCLUDES   * SYSVINCLUDE
  *      Recognize system V like include directives [include "filename"]   *      Recognize system V like include directives [include "filename"]
  * SYSVVARSUB   * SYSVVARSUB
  *      Recognize system V like ${VAR:x=y} variable substitutions   *      Recognize system V like ${VAR:x=y} variable substitutions
  */   */
 #define SYSVINCLUDES  #define SYSVINCLUDE
 #define SYSVVARSUB  #define SYSVVARSUB
   
 /*  /*
Line 118 
Line 118 
 #  define RANLIBMAG "__.SYMDEF"  #  define RANLIBMAG "__.SYMDEF"
 # endif  # endif
 #endif  #endif
 /*#define POSIX*/  

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