|
2128f6f3
|
2001-11-19T11:06:32
|
|
(TMP_MAX): Remove; no longer needed.
(TEMPORARIES): New macro.
(__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This
removes an artificial limitation (e.g. HP-UX 10.20, where
TMP_MAX is 17576).
|
|
85169d25
|
2001-11-18T10:54:42
|
|
[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.
|
|
9b10f770
|
2001-03-16T12:02:22
|
|
(uint64_t): Define to uintmax_t if
not defined, and if UINT64_MAX is not defined.
Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
Reported by John David Anglin.
|
|
0fdb952b
|
2001-03-02T03:12:47
|
|
from GNU libc
|