Remove support for BeOS

This commit is contained in:
Skip Montanaro 2007-08-17 12:57:41 +00:00
parent e9af284e99
commit eb33e5ae79
24 changed files with 8150 additions and 10214 deletions

View file

@ -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