diff options
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index 8818a76..8d59a13 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -366,6 +366,9 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 to enable job server support in GNU make. */ #define MAKE_JOBSERVER 1 +/* Define to 1 to enable 'load' support in GNU make. */ +#define MAKE_LOAD 1 + /* Define to 1 to enable symbolic link timestamp checking. */ /* #undef MAKE_SYMLINKS */ |