|
1 | | -#ifndef _THREAD_H_included |
2 | | -#define _THREAD_H_included |
| 1 | +#ifndef Py_PYTHREAD_H |
| 2 | +#define Py_PYTHREAD_H |
| 3 | + |
| 4 | +/*********************************************************** |
| 5 | +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, |
| 6 | +The Netherlands. |
| 7 | +
|
| 8 | + All Rights Reserved |
| 9 | +
|
| 10 | +Permission to use, copy, modify, and distribute this software and its |
| 11 | +documentation for any purpose and without fee is hereby granted, |
| 12 | +provided that the above copyright notice appear in all copies and that |
| 13 | +both that copyright notice and this permission notice appear in |
| 14 | +supporting documentation, and that the names of Stichting Mathematisch |
| 15 | +Centrum or CWI or Corporation for National Research Initiatives or |
| 16 | +CNRI not be used in advertising or publicity pertaining to |
| 17 | +distribution of the software without specific, written prior |
| 18 | +permission. |
| 19 | +
|
| 20 | +While CWI is the initial source for this software, a modified version |
| 21 | +is made available by the Corporation for National Research Initiatives |
| 22 | +(CNRI) at the Internet address ftp://ftp.python.org. |
| 23 | +
|
| 24 | +STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH |
| 25 | +REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF |
| 26 | +MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH |
| 27 | +CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL |
| 28 | +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 29 | +PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
| 30 | +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 31 | +PERFORMANCE OF THIS SOFTWARE. |
| 32 | +
|
| 33 | +******************************************************************/ |
3 | 34 |
|
4 | 35 | #define NO_EXIT_PROG /* don't define PyThread_exit_prog() */ |
5 | 36 | /* (the result is no use of signals on SGI) */ |
@@ -53,4 +84,4 @@ DL_IMPORT(void *) PyThread_get_key_value Py_PROTO((int)); |
53 | 84 | } |
54 | 85 | #endif |
55 | 86 |
|
56 | | -#endif |
| 87 | +#endif /* !Py_PYTHREAD_H */ |
0 commit comments