2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

fixes for gcc-3.0.3

[SVN r12221]
This commit is contained in:
Dave Abrahams
2002-01-04 23:32:23 +00:00
parent acdae42fc5
commit e2623c5e82

View File

@@ -47,7 +47,9 @@ typedef int pid_t;
# define HAVE_STRERROR
# endif
# define NT_THREADS
# define WITH_THREAD
# if __GNUC__ < 3 || __GNUC__ == 3 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ < 3
# define WITH_THREAD
# endif
# ifndef NETSCAPE_PI
# define USE_SOCKET
# endif