author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15) | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
1 /*
2 * tclUnixThrd.h --
3 *
4 * This header file defines things for thread support.
5 *
6 * Copyright (c) 1998 Sun Microsystems, Inc.
7 *
8 * See the file "license.terms" for information on usage and redistribution
9 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10 *
11 * SCCS: @(#)
12 */
14 #ifndef _TCLMACTHRD
15 #define _TCLMACTHRD
17 #ifdef TCL_THREADS
19 #endif /* TCL_THREADS */
20 #endif /* _TCLMACTHRD */