home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / nwnet / root / usr / include / sys / ipx_tune.h / ipx_tune
Text File  |  1998-08-19  |  2KB  |  51 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident "@(#)ipx_tune.h    1.2"
  12. /*    Copyright (c) 1990, 1991, 1992, 1993 Novell, Inc. All Rights Reserved.    */
  13. /*    Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 Novell, Inc. All Rights Reserved.    */
  14. /*      All Rights Reserved      */
  15.  
  16. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.    */
  17. /*    The copyright notice above does not evidence any       */
  18. /*    actual or intended publication of such source code.    */
  19.  
  20. /*
  21.  * Copyright 1991, 1992 Unpublished Work of Novell, Inc.
  22.  * All Rights Reserved.
  23.  *
  24.  * This work is an unpublished work and contains confidential,
  25.  * proprietary and trade secret information of Novell, Inc. Access
  26.  * to this work is restricted to (I) Novell employees who have a
  27.  * need to know to perform tasks within the scope of their
  28.  * assignments and (II) entities other than Novell who have
  29.  * entered into appropriate agreements.
  30.  *
  31.  * No part of this work may be used, practiced, performed,
  32.  * copied, distributed, revised, modified, translated, abridged,
  33.  * condensed, expanded, collected, compiled, linked, recast,
  34.  * transformed or adapted without the prior written consent
  35.  * of Novell.  Any use or exploitation of this work without
  36.  * authorization could subject the perpetrator to criminal and
  37.  * civil liability.
  38.  */
  39.  
  40. /*
  41.  * ipx_tune
  42.  */
  43.  
  44. /* Prevent recursive includes of this file */
  45. #ifndef IPX_TUNE
  46. #define IPX_TUNE 0
  47.  
  48. #define IPX_MAX_DEVICES 1024
  49.  
  50. #endif /* IPX_TUNE */
  51.