home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / compnent.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  2.0 KB  |  50 lines

  1. #ifndef __COMPNENT_H 
  2. #define __COMPNENT_H
  3.  
  4. /***************************************************************************
  5.  *
  6.  * compnent.h - #defines for all unfinished or broken components 
  7.  *
  8.  * $Id: compnent.h,v 1.38 1996/08/28 01:28:29 smithey Exp $
  9.  *
  10.  ***************************************************************************
  11.  *
  12.  * Copyright (c) 1994-1999 Rogue Wave Software, Inc.  All Rights Reserved.
  13.  *
  14.  * This computer software is owned by Rogue Wave Software, Inc. and is
  15.  * protected by U.S. copyright laws and other laws and by international
  16.  * treaties.  This computer software is furnished by Rogue Wave Software,
  17.  * Inc. pursuant to a written license agreement and may be used, copied,
  18.  * transmitted, and stored only in accordance with the terms of such
  19.  * license and with the inclusion of the above copyright notice.  This
  20.  * computer software or any other copies thereof may not be provided or
  21.  * otherwise made available to any other person.
  22.  *
  23.  * U.S. Government Restricted Rights.  This computer software is provided
  24.  * with Restricted Rights.  Use, duplication, or disclosure by the
  25.  * Government is subject to restrictions as set forth in subparagraph (c)
  26.  * (1) (ii) of The Rights in Technical Data and Computer Software clause
  27.  * at DFARS 252.227-7013 or subparagraphs (c) (1) and (2) of the
  28.  * Commercial Computer Software รป Restricted Rights at 48 CFR 52.227-19,
  29.  * as applicable.  Manufacturer is Rogue Wave Software, Inc., 5500
  30.  * Flatiron Parkway, Boulder, Colorado 80301 USA.
  31.  *
  32.  **************************************************************************/
  33.  
  34. #ifndef _RW_OLD_IOSTREAM
  35. #  define _RW_STD_LOCALE          1
  36. #  define _RW_STD_IOSTREAM        1
  37. #endif
  38. #define _RW_STD_STL             1
  39. #define _RW_STD_STRING          1
  40. #define _RW_STD_COMPLEX         1
  41. #define _RW_STD_BITSET          1
  42. #define _RW_STD_EXCEPT          1
  43. #define _RW_STD_VALARRAY        1
  44. #define _RW_STD_LIMITS          1
  45.  
  46. #define _RW_NO_SIGNED_OVERLOAD  1
  47.  
  48. #endif
  49.  
  50.