=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/make/Attic/config.h 1995/10/18 08:45:41 1.1 --- src/usr.bin/make/Attic/config.h 1996/02/22 22:24:45 1.2 *************** *** 1,4 **** ! /* $NetBSD: config.h,v 1.4 1995/06/14 15:19:03 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. --- 1,4 ---- ! /* $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. *************** *** 88,94 **** #define LIBSUFF ".a" #define RECHECK ! #ifndef RANLIBMAG ! #define RANLIBMAG "__.SYMDEF" #endif /*#define POSIX*/ --- 88,96 ---- #define LIBSUFF ".a" #define RECHECK ! #if !defined(__svr4__) && !defined(__SVR4) ! # ifndef RANLIBMAG ! # define RANLIBMAG "__.SYMDEF" ! # endif #endif /*#define POSIX*/