]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/sysman.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / sysman.h
1 /*
2 * "$Id: sysman.h 5007 2006-01-27 18:25:42Z mike $"
3 *
4 * System management definitions for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 2006 by Easy Software Products.
7 *
8 * These coded instructions, statements, and computer programs are the
9 * property of Easy Software Products and are protected by Federal
10 * copyright law. Distribution and use rights are outlined in the file
11 * "LICENSE.txt" which should have been included with this file. If this
12 * file is missing or damaged please contact Easy Software Products
13 * at:
14 *
15 * Attn: CUPS Licensing Information
16 * Easy Software Products
17 * 44141 Airport View Drive, Suite 204
18 * Hollywood, Maryland 20636 USA
19 *
20 * Voice: (301) 373-9600
21 * EMail: cups-info@cups.org
22 * WWW: http://www.cups.org
23 */
24
25 /*
26 * Globals...
27 */
28
29 VAR int Sleeping VALUE(0);
30 /* Non-zero if machine is entering or *
31 * in a sleep state... */
32 #ifdef __APPLE__
33 VAR int SysEventPipes[2] VALUE2(-1,-1);
34 /* System event notification pipes */
35 #endif /* __APPLE__ */
36
37
38 /*
39 * Prototypes...
40 */
41
42 extern void cupsdStartSystemMonitor(void);
43 extern void cupsdStopSystemMonitor(void);
44 extern void cupsdUpdateSystemMonitor(void);
45
46
47 /*
48 * End of "$Id: sysman.h 5007 2006-01-27 18:25:42Z mike $".
49 */