remove unused defines
authorjsg <jsg@openbsd.org>
Wed, 5 Jan 2022 02:00:55 +0000 (02:00 +0000)
committerjsg <jsg@openbsd.org>
Wed, 5 Jan 2022 02:00:55 +0000 (02:00 +0000)
ok gnezdo@

usr.bin/make/config.h

index 3dc913f..f077d96 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/*     $OpenBSD: config.h,v 1.20 2014/10/18 07:50:06 espie Exp $       */
+/*     $OpenBSD: config.h,v 1.21 2022/01/05 02:00:55 jsg Exp $ */
 /*     $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $      */
 
 /*
 
 /*
  * DEFMAXJOBS
- * DEFMAXLOCAL
- *     These control the default concurrency. On no occasion will more
- *     than DEFMAXJOBS targets be created at once (locally or remotely)
- *     DEFMAXLOCAL is the highest number of targets which will be
- *     created on the local machine at once. Note that if you set this
- *     to 0, nothing will ever happen...
+ *     This controls the default concurrency. On no occasion will more
+ *     than DEFMAXJOBS targets be created at once.
  */
 #define DEFMAXJOBS     4
-#define DEFMAXLOCAL    1
 
 /*
  * SYSVINCLUDE
  */
 #define SUNSHCMD
 
-#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
-# ifndef RANLIBMAG
-#  define RANLIBMAG "__.SYMDEF"
-# endif
-#endif
-
 #ifdef HAS_EXTENDED_GETCWD
 #define dogetcwd()     getcwd(NULL, 0)
 #else