sl@0: /* sl@0: * tclUnixThrd.h -- sl@0: * sl@0: * This header file defines things for thread support. sl@0: * sl@0: * Copyright (c) 1998 Sun Microsystems, Inc. sl@0: * sl@0: * See the file "license.terms" for information on usage and redistribution sl@0: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. sl@0: * sl@0: * SCCS: @(#) sl@0: */ sl@0: sl@0: #ifndef _TCLMACTHRD sl@0: #define _TCLMACTHRD sl@0: sl@0: #ifdef TCL_THREADS sl@0: sl@0: #endif /* TCL_THREADS */ sl@0: #endif /* _TCLMACTHRD */