summaryrefslogtreecommitdiff
path: root/scheduler/cupsd.h
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-06-21 11:57:03 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-06-21 11:57:03 -0400
commit1166bf58660ab483d7d743f05f5da84b56202a16 (patch)
tree11944e5b87f518ca0e25c7721a12e7fec3c4a161 /scheduler/cupsd.h
parent6ee5217845b2392402a50906b25eb242de753f6a (diff)
downloadcups-1166bf58660ab483d7d743f05f5da84b56202a16.tar.gz
Do some cleanup for the on-demand support - remove old launchd support (no
longer needed), naming/style updates, fix compiler warnings.
Diffstat (limited to 'scheduler/cupsd.h')
-rw-r--r--scheduler/cupsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index 669560c15..ad37bee43 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -1,7 +1,7 @@
/*
* Main header file for the CUPS scheduler.
*
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2016 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -157,7 +157,7 @@ VAR int NeedReload VALUE(RELOAD_ALL),
VAR void *DefaultProfile VALUE(0);
/* Default security profile */
-#if defined(HAVE_ONDEMAND)
+#ifdef HAVE_ONDEMAND
VAR int OnDemand VALUE(0);
/* Launched on demand */
#endif /* HAVE_ONDEMAND */