Allow $TMPDIR to override most temporary directory uses.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Sep 2010 17:54:37 +0000 (18:54 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Sep 2010 18:25:06 +0000 (19:25 +0100)
Be more consistent in allowing the user to override use of the
temporary directory by specifying $TMPDIR.  Also prefer P_tmpdir
macro (defined in <stdio.h>) if that is defined, rather than
hard-coding "/tmp" for the fallback location.


No differences found