home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / server / ddx / mips / mips.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-18  |  1.7 KB  |  44 lines

  1. /*
  2.  * $XConsortium: mips.h,v 1.4 91/07/18 22:57:52 keith Exp $
  3.  *
  4.  * Copyright 1991 MIPS Computer Systems, Inc.
  5.  *
  6.  * Permission to use, copy, modify, distribute, and sell this software and its
  7.  * documentation for any purpose is hereby granted without fee, provided that
  8.  * the above copyright notice appear in all copies and that both that
  9.  * copyright notice and this permission notice appear in supporting
  10.  * documentation, and that the name of MIPS not be used in advertising or
  11.  * publicity pertaining to distribution of the software without specific,
  12.  * written prior permission.  MIPS makes no representations about the
  13.  * suitability of this software for any purpose.  It is provided "as is"
  14.  * without express or implied warranty.
  15.  *
  16.  * MIPS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  17.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL MIPS
  18.  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  19.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  20.  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
  21.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  22.  */
  23. /* $Header: mips.h,v 1.4 91/07/18 22:57:52 keith Exp $ */
  24. #ifndef __DDX_MIPS_H
  25. #define    __DDX_MIPS_H
  26.  
  27. #ifndef PIXIE
  28. #define PIXIE       0    /* Define to allow Pause/Break key to exit */
  29.                 /* must be defined for pixie analysis */
  30.                 /* Also must provide -DPIXIE in os/4.2bsd */
  31. #endif
  32.  
  33. #ifndef NETWORK_KEYBD
  34. #define NETWORK_KEYBD    0    /* Connect across TCP socket to remote keyboard client */
  35. #endif
  36.  
  37. /* System types */
  38. #define RS2030        0
  39. #define RS3230        1
  40.  
  41. extern int mipsSysType;
  42.  
  43. #endif /* __DDX_MIPS_H */
  44.