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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user