summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-13 07:36:26 +0000
committerPaul Smith <psmith@gnu.org>1999-08-13 07:36:26 +0000
commitcbb9e38d10b35a469d0880542b12530817b11003 (patch)
tree47814942687f380da81eaaaadaff436eef4e591c /make.h
parent9e79637ec3fcd24394b2d705ff7c64bd91da9b24 (diff)
downloadgunmake-cbb9e38d10b35a469d0880542b12530817b11003.tar.gz
* Rework jobserver yet one more time.
* Install the $(if ...) function and document it. Still need some examples.
Diffstat (limited to 'make.h')
-rw-r--r--make.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.h b/make.h
index 26eaec9..b25318b 100644
--- a/make.h
+++ b/make.h
@@ -479,6 +479,7 @@ extern int batch_mode_shell;
extern unsigned int job_slots;
extern int job_fds[2];
+extern int job_rfd;
#ifndef NO_FLOAT
extern double max_load_average;
#else