commit | eb33e5ae79542371a165bdb67099d14b7557a698 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Fri Aug 17 12:57:41 2007 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Fri Aug 17 12:57:41 2007 +0000 |
tree | b5e2bab1636a590bf389a38965afaab1cbd90628 | |
parent | e9af284e998abe3ab974b488d97c5db69c5aebf4 [diff] [blame] |
Remove support for BeOS
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index a4382ab..9c9b694 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h
@@ -8,7 +8,7 @@ # include <sys/socket.h> # endif # include <netinet/in.h> -# if !(defined(__BEOS__) || defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))) +# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP)) # include <netinet/tcp.h> # endif