summary refs log tree commit diff
path: root/src/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jobs.h')
-rw-r--r--src/jobs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jobs.h b/src/jobs.h
index 7978fe8..26e421d 100644
--- a/src/jobs.h
+++ b/src/jobs.h
@@ -87,6 +87,8 @@ extern pid_t backgndpid;	/* pid of last background process */
 extern int job_warning;		/* user was warned about stopped jobs */
 #if JOBS
 extern int jobctl;		/* true if doing job control */
+#else
+#define jobctl 0
 #endif
 
 void setjobctl(int);