* README: describe new build procedure; added section on building

for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
This commit is contained in:
Guido van Rossum 1994-01-04 23:29:10 +00:00
parent afee3eb347
commit f1009e8373
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
Wed Jan 5 00:18:45 1994 Guido van Rossum (guido@voorn.cwi.nl)
* README: describe new build procedure; added section on building
for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
* Modules/Makefile.pre.in: copy Setup from $(srcdir) if not
present, and use local Setup as input for makesetup script
Tue Jan 4 12:32:16 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Note that there are no functional changes below -- just changes

View File

@ -15,8 +15,8 @@
/* Define for SOLARIS 2.x */
#undef SOLARIS
/* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
in the same file (as it is on SCO ODT 3.0) */
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
(which you can't on SCO ODT 3.0). */
#undef SYS_SELECT_WITH_SYS_TIME
/* Define if you want to compile in rudimentary thread support */