Re: Autoconf version discrepancies - Mailing list pgsql-hackers

From Matthew Kirkwood
Subject Re: Autoconf version discrepancies
Date
Msg-id Pine.LNX.4.10.10010091242570.5569-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to Re: Autoconf version discrepancies  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Sun, 8 Oct 2000, Bruce Momjian wrote:

> Are there any platforms that do not have mktemp?  Hard to imagine.

mktemp(1) or mktemp(3)?

The latter is pretty much universal (and dangerous too).

The former is, AFAICS, available only on some Linux and BSD.
But it's under the BSD licence, and is not a long program.
For portability's sake, it may be easier just to include it
in the distribution.

Matthew.



pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: backup and restore
Next
From: Christof Petig
Date:
Subject: Re: Suggested change in include/utils/elog.h