45e9809aff7304721fddb95654901b32195c9c7avboxsync/************************************************************
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncCopyright 1987, 1998 The Open Group
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncPermission to use, copy, modify, distribute, and sell this software and its
45e9809aff7304721fddb95654901b32195c9c7avboxsyncdocumentation for any purpose is hereby granted without fee, provided that
45e9809aff7304721fddb95654901b32195c9c7avboxsyncthe above copyright notice appear in all copies and that both that
45e9809aff7304721fddb95654901b32195c9c7avboxsynccopyright notice and this permission notice appear in supporting
45e9809aff7304721fddb95654901b32195c9c7avboxsyncdocumentation.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncThe above copyright notice and this permission notice shall be included in
45e9809aff7304721fddb95654901b32195c9c7avboxsyncall copies or substantial portions of the Software.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45e9809aff7304721fddb95654901b32195c9c7avboxsyncIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45e9809aff7304721fddb95654901b32195c9c7avboxsyncFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45e9809aff7304721fddb95654901b32195c9c7avboxsyncOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
45e9809aff7304721fddb95654901b32195c9c7avboxsyncAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
45e9809aff7304721fddb95654901b32195c9c7avboxsyncCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncExcept as contained in this notice, the name of The Open Group shall not be
45e9809aff7304721fddb95654901b32195c9c7avboxsyncused in advertising or otherwise to promote the sale, use or other dealings
45e9809aff7304721fddb95654901b32195c9c7avboxsyncin this Software without prior written authorization from The Open Group.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncCopyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync All Rights Reserved
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncPermission to use, copy, modify, and distribute this software and its
45e9809aff7304721fddb95654901b32195c9c7avboxsyncdocumentation for any purpose and without fee is hereby granted,
45e9809aff7304721fddb95654901b32195c9c7avboxsyncprovided that the above copyright notice appear in all copies and that
45e9809aff7304721fddb95654901b32195c9c7avboxsyncboth that copyright notice and this permission notice appear in
45e9809aff7304721fddb95654901b32195c9c7avboxsyncsupporting documentation, and that the name of Digital not be
45e9809aff7304721fddb95654901b32195c9c7avboxsyncused in advertising or publicity pertaining to distribution of the
45e9809aff7304721fddb95654901b32195c9c7avboxsyncsoftware without specific, written prior permission.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncDIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
45e9809aff7304721fddb95654901b32195c9c7avboxsyncALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
45e9809aff7304721fddb95654901b32195c9c7avboxsyncDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
45e9809aff7304721fddb95654901b32195c9c7avboxsyncANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
45e9809aff7304721fddb95654901b32195c9c7avboxsyncWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
45e9809aff7304721fddb95654901b32195c9c7avboxsyncARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
45e9809aff7304721fddb95654901b32195c9c7avboxsyncSOFTWARE.
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync********************************************************/
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef SITE_H
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define SITE_H
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync * The vendor string identifies the vendor responsible for the
45e9809aff7304721fddb95654901b32195c9c7avboxsync * server executable.
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef VENDOR_STRING
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define VENDOR_STRING "The X.Org Foundation"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync * The vendor release number identifies, for the purpose of submitting
45e9809aff7304721fddb95654901b32195c9c7avboxsync * traceable bug reports, the release number of software produced
45e9809aff7304721fddb95654901b32195c9c7avboxsync * by the vendor.
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef VENDOR_RELEASE
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define VENDOR_RELEASE 6600
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync * The following constants are provided solely as a last line of defense. The
45e9809aff7304721fddb95654901b32195c9c7avboxsync * normal build ALWAYS overrides them using a special rule given in
45e9809aff7304721fddb95654901b32195c9c7avboxsync * server/dix/Imakefile. If you want to change either of these constants,
45e9809aff7304721fddb95654901b32195c9c7avboxsync * you should set the DefaultFontPath or DefaultRGBDatabase configuration
45e9809aff7304721fddb95654901b32195c9c7avboxsync * parameters.
45e9809aff7304721fddb95654901b32195c9c7avboxsync * DO NOT CHANGE THESE VALUES OR THE DIX IMAKEFILE!
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef COMPILEDDEFAULTFONTPATH
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define COMPILEDDEFAULTFONTPATH "/usr/lib/X11/fonts/misc/"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/*
45e9809aff7304721fddb95654901b32195c9c7avboxsync * The following constants contain default values for all of the variables
45e9809aff7304721fddb95654901b32195c9c7avboxsync * that can be initialized on the server command line or in the environment.
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define COMPILEDDEFAULTFONT "fixed"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define COMPILEDCURSORFONT "cursor"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef COMPILEDDISPLAYCLASS
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define COMPILEDDISPLAYCLASS "MIT-unspecified"
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_TIMEOUT 60 /* seconds */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_KEYBOARD_CLICK 0
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_BELL 50
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_BELL_PITCH 400
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_BELL_DURATION 100
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_AUTOREPEAT TRUE
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_AUTOREPEATS {\
45e9809aff7304721fddb95654901b32195c9c7avboxsync 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\
45e9809aff7304721fddb95654901b32195c9c7avboxsync 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\
45e9809aff7304721fddb95654901b32195c9c7avboxsync 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
45e9809aff7304721fddb95654901b32195c9c7avboxsync 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LEDS 0x0 /* all off */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LEDS_MASK 0xffffffff /* 32 */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_INT_RESOLUTION 1000
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_INT_MIN_VALUE 0
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_INT_MAX_VALUE 100
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_INT_DISPLAYED 0
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_PTR_NUMERATOR 2
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_PTR_DENOMINATOR 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_PTR_THRESHOLD 4
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_SCREEN_SAVER_TIME (10 * (60 * 1000))
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_SCREEN_SAVER_INTERVAL (10 * (60 * 1000))
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_SCREEN_SAVER_BLANKING PreferBlanking
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_SCREEN_SAVER_EXPOSURES AllowExposures
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef NOLOGOHACK
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LOGO_SCREEN_SAVER 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef DEFAULT_ACCESS_CONTROL
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_ACCESS_CONTROL TRUE
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Default logging parameters. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef DEFAULT_LOG_VERBOSITY
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LOG_VERBOSITY 0
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef DEFAULT_LOG_FILE_VERBOSITY
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LOG_FILE_VERBOSITY 3
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif /* SITE_H */