[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.1 and 1.2

version 1.1, 1995/10/18 08:45:41 version 1.2, 1996/02/22 22:24:45
Line 1 
Line 1 
 /*      $NetBSD: config.h,v 1.4 1995/06/14 15:19:03 christos Exp $      */  /*      $NetBSD: config.h,v 1.5 1996/02/04 20:34:43 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 88 
Line 88 
 #define LIBSUFF ".a"  #define LIBSUFF ".a"
 #define RECHECK  #define RECHECK
   
 #ifndef RANLIBMAG  #if !defined(__svr4__) && !defined(__SVR4)
 #define RANLIBMAG "__.SYMDEF"  # ifndef RANLIBMAG
   #  define RANLIBMAG "__.SYMDEF"
   # endif
 #endif  #endif
 /*#define POSIX*/  /*#define POSIX*/

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2