summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-04-11 20:46:23 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-04-11 20:46:23 (GMT)
commit8ab04b4d65586829887822a78d038a33ee7a69fd (patch)
treef276fd46f065664b962b12a2e51d78a44fa86c14 /Include
parent9b745f6665da02c4349e8a4e592dc42d6524b8d1 (diff)
downloadcpython-8ab04b4d65586829887822a78d038a33ee7a69fd.zip
cpython-8ab04b4d65586829887822a78d038a33ee7a69fd.tar.gz
cpython-8ab04b4d65586829887822a78d038a33ee7a69fd.tar.bz2
Got rid of ifdefs for long-obsolete GUSI versions.
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index b311bd8..86bbab2 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -117,13 +117,6 @@ typedef LONG_LONG Py_intptr_t;
#include <sys/select.h>
-#else /* !HAVE_SYS_SELECT_H */
-
-#ifdef USE_GUSI1
-/* If we don't have sys/select the definition may be in unistd.h */
-#include <GUSI.h>
-#endif
-
#endif /* !HAVE_SYS_SELECT_H */
/*******************************