Home | History | Annotate | Line # | Download | only in difs
      1 /*
      2  * various font server globals
      3  */
      4 /*
      5 Copyright 1987, 1998  The Open Group
      6 
      7 Permission to use, copy, modify, distribute, and sell this software and its
      8 documentation for any purpose is hereby granted without fee, provided that
      9 the above copyright notice appear in all copies and that both that
     10 copyright notice and this permission notice appear in supporting
     11 documentation.
     12 
     13 The above copyright notice and this permission notice shall be included in
     14 all copies or substantial portions of the Software.
     15 
     16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
     19 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
     20 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
     21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     22 
     23 Except as contained in this notice, the name of The Open Group shall not be
     24 used in advertising or otherwise to promote the sale, use or other dealings
     25 in this Software without prior written authorization from The Open Group.
     26  * Copyright 1990, 1991 Network Computing Devices;
     27  * Portions Copyright 1987 by Digital Equipment Corporation
     28  *
     29  * Permission to use, copy, modify, distribute, and sell this software and its
     30  * documentation for any purpose is hereby granted without fee, provided that
     31  * the above copyright notice appear in all copies and that both that
     32  * copyright notice and this permission notice appear in supporting
     33  * documentation, and that the names of Network Computing Devices,
     34  * or Digital not be used in advertising or
     35  * publicity pertaining to distribution of the software without specific,
     36  * written prior permission.  Network Computing Devices, or Digital
     37  * make no representations about the
     38  * suitability of this software for any purpose.  It is provided "as is"
     39  * without express or implied warranty.
     40  *
     41  * NETWORK COMPUTING DEVICES, AND DIGITAL DISCLAIM ALL WARRANTIES WITH
     42  * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
     43  * AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, OR DIGITAL BE
     44  * LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     45  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
     46  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
     47  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     48  *
     49  */
     50 
     51 #include	"config.h"
     52 
     53 #include	<X11/fonts/FSproto.h>
     54 #include	"clientstr.h"
     55 #include	"misc.h"
     56 #include	"site.h"
     57 #include	"globals.h"
     58 
     59 ClientPtr  *clients;
     60 ClientPtr   serverClient;
     61 int         currentMaxClients;
     62 int         serverGeneration = 0;
     63 int         argcGlobal;
     64 char      **argvGlobal;
     65 
     66 long        TimeOutValue = DEFAULT_TIMEOUT * MILLI_PER_SECOND;
     67 long        ReapClientTime = CLIENT_TIMEOUT * MILLI_PER_SECOND;
     68