williamr@2: /* williamr@2: * Copyright (c) 1997 williamr@2: * Silicon Graphics Computer Systems, Inc. williamr@2: * williamr@2: * Permission to use, copy, modify, distribute and sell this software williamr@2: * and its documentation for any purpose is hereby granted without fee, williamr@2: * provided that the above copyright notice appear in all copies and williamr@2: * that both that copyright notice and this permission notice appear williamr@2: * in supporting documentation. Silicon Graphics makes no williamr@2: * representations about the suitability of this software for any williamr@2: * purpose. It is provided "as is" without express or implied warranty. williamr@2: */ williamr@2: williamr@2: #ifndef _STLP_ROPE williamr@2: #define _STLP_ROPE williamr@2: williamr@4: #ifndef _STLP_OUTERMOST_HEADER_ID williamr@2: # define _STLP_OUTERMOST_HEADER_ID 0x54 williamr@2: # include williamr@4: #endif williamr@2: williamr@4: #ifdef _STLP_PRAGMA_ONCE williamr@2: # pragma once williamr@4: #endif williamr@2: williamr@4: #if defined (_STLP_NO_EXTENSIONS) williamr@4: /* Comment following if you want to use rope class even if you ask for williamr@4: * no extension. williamr@4: */ williamr@4: # error The rope class is a STLport extension. williamr@4: #endif williamr@2: williamr@4: #include williamr@4: williamr@4: #if (_STLP_OUTERMOST_HEADER_ID == 0x54) williamr@2: # include williamr@2: # undef _STLP_OUTERMOST_HEADER_ID williamr@4: #endif williamr@2: williamr@2: #endif /* _STLP_ROPE */ williamr@2: williamr@2: // Local Variables: williamr@2: // mode:C++ williamr@2: // End: