diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 20:46:23 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 20:46:23 (GMT) |
commit | 8ab04b4d65586829887822a78d038a33ee7a69fd (patch) | |
tree | f276fd46f065664b962b12a2e51d78a44fa86c14 /Include | |
parent | 9b745f6665da02c4349e8a4e592dc42d6524b8d1 (diff) | |
download | cpython-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.h | 7 |
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 */ /******************************* |