File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Wed Jan 5 00:18:45 1994 Guido van Rossum (
[email protected] )
2+
3+ * README: describe new build procedure; added section on building
4+ for multiple architectures
5+
6+ * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
7+
8+ * Modules/Makefile.pre.in: copy Setup from $(srcdir) if not
9+ present, and use local Setup as input for makesetup script
10+
111Tue Jan 4 12:32:16 1994 Guido van Rossum (
[email protected] )
212
313 * Note that there are no functional changes below -- just changes
Original file line number Diff line number Diff line change 1515/* Define for SOLARIS 2.x */
1616#undef SOLARIS
1717
18- /* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
19- in the same file (as it is on SCO ODT 3.0) */
18+ /* Define if you can safely include both <sys/select.h> and <sys/time.h>
19+ (which you can't on SCO ODT 3.0). */
2020#undef SYS_SELECT_WITH_SYS_TIME
2121
2222/* Define if you want to compile in rudimentary thread support */
You can’t perform that action at this time.
0 commit comments