diff options
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index 9b4138e..03a4316 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -332,7 +332,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ #define MAKE_HOST "Windows32" /* Define this to enable job server support in GNU make. */ -/* #undef MAKE_JOBSERVER */ +#define MAKE_JOBSERVER 1 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ |