Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1009e8

Browse files
committed
* README: describe new build procedure; added section on building
for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
1 parent afee3eb commit f1009e8

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
Tue Jan 4 12:32:16 1994 Guido van Rossum ([email protected])
212

313
* Note that there are no functional changes below -- just changes

acconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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 */

0 commit comments

Comments
 (0)