home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / stlport / rope < prev    next >
Text File  |  2002-04-29  |  907b  |  34 lines

  1. /*
  2.  * Copyright (c) 1997
  3.  * Silicon Graphics Computer Systems, Inc.
  4.  *
  5.  * Permission to use, copy, modify, distribute and sell this software
  6.  * and its documentation for any purpose is hereby granted without fee,
  7.  * provided that the above copyright notice appear in all copies and
  8.  * that both that copyright notice and this permission notice appear
  9.  * in supporting documentation.  Silicon Graphics makes no
  10.  * representations about the suitability of this software for any
  11.  * purpose.  It is provided "as is" without express or implied warranty.
  12.  */
  13.  
  14. #ifndef _STLP_ROPE
  15. #define _STLP_ROPE
  16.  
  17. # ifndef _STLP_OUTERMOST_HEADER_ID
  18. #  define _STLP_OUTERMOST_HEADER_ID 0x54
  19. #  include <stl/_prolog.h>
  20. # endif
  21.  
  22. # include <stl/_rope.h>
  23.  
  24. # if (_STLP_OUTERMOST_HEADER_ID == 0x54)
  25. #  include <stl/_epilog.h>
  26. #  undef _STLP_OUTERMOST_HEADER_ID
  27. # endif
  28.  
  29. #endif /* _STLP_ROPE */
  30.  
  31. // Local Variables:
  32. // mode:C++
  33. // End:
  34.