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