mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
* Makefile.in (Makefile): add dependency on config.status
* configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t
This commit is contained in:
parent
6dc31a1740
commit
32d8ba4b08
3 changed files with 24 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
(as it does on SCI ODT 3.0) */
|
||||
#undef BAD_STATIC_FORWARD
|
||||
|
||||
/* Define to `long' if <time.h> doesn't define. */
|
||||
#undef clock_t
|
||||
|
||||
/* Define if getpgrp() must be called as getpgrp(0)
|
||||
and (consequently) setpgrp() as setpgrp(0, 0). */
|
||||
#undef GETPGRP_HAVE_ARG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue