summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-01 00:52:26 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-01 00:52:26 (GMT)
commit9caf77a48567af7ac8ea437824aa9609366f460a (patch)
treeb78ada3fa6724b07715862ef940681182a2670ce /Include
parentcee555bda2c32d998ac0e69e3e8129822cb9c058 (diff)
downloadcpython-9caf77a48567af7ac8ea437824aa9609366f460a.zip
cpython-9caf77a48567af7ac8ea437824aa9609366f460a.tar.gz
cpython-9caf77a48567af7ac8ea437824aa9609366f460a.tar.bz2
Put definition of _REENTRANT in config.h
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 1f55d14..5e4925d 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -41,12 +41,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define UsingSharedLibs
#endif
-#ifdef WITH_THREAD
-/* This turns errno in a thread-safe function on Solaris.
- Wonder what it will break though :-( */
-#define _REENTRANT
-#endif
-
#include <stdio.h>
#include <string.h>
#include <errno.h>