]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/sysman.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / sysman.h
CommitLineData
09ec0018 1/*
bc44d920 2 * "$Id: sysman.h 6649 2007-07-11 21:46:42Z mike $"
09ec0018 3 *
4 * System management definitions for the Common UNIX Printing System (CUPS).
5 *
bc44d920 6 * Copyright 2007 by Apple Inc.
09ec0018 7 * Copyright 2006 by Easy Software Products.
8 *
9 * These coded instructions, statements, and computer programs are the
bc44d920 10 * property of Apple Inc. and are protected by Federal copyright
11 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 * which should have been included with this file. If this file is
13 * file is missing or damaged, see the license at "http://www.cups.org/".
09ec0018 14 */
15
16/*
17 * Globals...
18 */
19
20VAR int Sleeping VALUE(0);
21 /* Non-zero if machine is entering or *
22 * in a sleep state... */
23#ifdef __APPLE__
24VAR int SysEventPipes[2] VALUE2(-1,-1);
25 /* System event notification pipes */
26#endif /* __APPLE__ */
27
28
29/*
30 * Prototypes...
31 */
32
33extern void cupsdStartSystemMonitor(void);
34extern void cupsdStopSystemMonitor(void);
35extern void cupsdUpdateSystemMonitor(void);
36
37
38/*
bc44d920 39 * End of "$Id: sysman.h 6649 2007-07-11 21:46:42Z mike $".
09ec0018 40 */