summaryrefslogtreecommitdiffstats
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (Makefile): add dependency on config.statusGuido van Rossum1994-07-011-0/+3
| | | | | * configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t
* changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARGGuido van Rossum1994-06-231-1/+1
|
* Changes for posix threadsGuido van Rossum1994-05-091-0/+3
|
* Added HAVE_STDARG_PROTOTYPES and signedGuido van Rossum1994-02-151-0/+7
|
* Small changesGuido van Rossum1994-01-131-0/+3
|
* Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward,Guido van Rossum1994-01-111-0/+22
| | | | irix4 and GNU dynamic loading, version 1.0.0 BETA 6
* * README: describe new build procedure; added section on buildingGuido van Rossum1994-01-041-2/+2
| | | | | for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
* redid build process; added --with-svr4; renamed USE_THREAD toGuido van Rossum1994-01-041-0/+29
WITH_THREAD; bumped version to 1.0.0 BETA 3