=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/config.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/make/Attic/config.h 2007/09/16 09:46:14 1.15 --- src/usr.bin/make/Attic/config.h 2007/09/16 09:49:24 1.16 *************** *** 2,8 **** #define CONFIG_H /* $OpenPackages$ */ ! /* $OpenBSD: config.h,v 1.15 2007/09/16 09:46:14 espie Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* --- 2,8 ---- #define CONFIG_H /* $OpenPackages$ */ ! /* $OpenBSD: config.h,v 1.16 2007/09/16 09:49:24 espie Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* *************** *** 54,71 **** */ #define DEFMAXJOBS 4 #define DEFMAXLOCAL 1 - - /* - * INCLUDES - * LIBRARIES - * These control the handling of the .INCLUDES and .LIBS variables. - * If INCLUDES is defined, the .INCLUDES variable will be filled - * from the search paths of those suffixes which are marked by - * .INCLUDES dependency lines. Similarly for LIBRARIES and .LIBS - * See suff.c for more details. - */ - #define INCLUDES - #define LIBRARIES /* * LIBSUFF --- 54,59 ----