summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/config.h')
-rw-r--r--usr.bin/make/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index fee8536..9dd59fa 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -49,8 +49,8 @@
* created on the local machine at once. Note that if you set this
* to 0, nothing will ever happen...
*/
-#define DEFMAXJOBS 4
-#define DEFMAXLOCAL 1
+#define DEFMAXJOBS 4
+#define DEFMAXLOCAL 1
/*
* INCLUDES
@@ -61,8 +61,8 @@
* .INCLUDES dependency lines. Similarly for LIBRARIES and .LIBS
* See suff.c for more details.
*/
-#define INCLUDES
-#define LIBRARIES
+#define INCLUDES
+#define LIBRARIES
/*
* LIBSUFF
@@ -89,7 +89,7 @@
* environment.
* - Allow empty command lines if starting with tab.
*/
-#define POSIX
+#define POSIX
/*
* SYSVINCLUDE
@@ -97,8 +97,8 @@
* SYSVVARSUB
* Recognize system V like ${VAR:x=y} variable substitutions
*/
-#define SYSVINCLUDE
-#define SYSVVARSUB
+#define SYSVINCLUDE
+#define SYSVVARSUB
/*
* SUNSHCMD
@@ -107,7 +107,7 @@
* ${VAR:sh} # Return the command substitution of the value
* # of ${VAR}
*/
-#define SUNSHCMD
+#define SUNSHCMD
#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
# ifndef RANLIBMAG
OpenPOWER on IntegriCloud