comparison modules/tmpdir @ 17315:087501e891d9

tmpdir: use secure_getenv * lib/tmpdir.c (__secure_getenv) [!LIBC]: Define to secure_getenv, not getenv. * m4/tmpdir.m4 (gt_TMPDIR): Don't check for __secure_getenv, as that's now secure_getenv's job. * modules/tmpdir (Depends-on): Add secure_getenv.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 04 Feb 2013 20:34:17 -0800
parents 3ef509e539a1
children 1f14c6dd175d
comparison
equal deleted inserted replaced
17314:e67939626bf8 17315:087501e891d9
5 lib/tmpdir.h 5 lib/tmpdir.h
6 lib/tmpdir.c 6 lib/tmpdir.c
7 m4/tmpdir.m4 7 m4/tmpdir.m4
8 8
9 Depends-on: 9 Depends-on:
10 secure_getenv
10 stdbool 11 stdbool
11 sys_stat 12 sys_stat
12 pathmax 13 pathmax
13 14
14 configure.ac: 15 configure.ac:
23 License: 24 License:
24 LGPL 25 LGPL
25 26
26 Maintainer: 27 Maintainer:
27 Bruno Haible 28 Bruno Haible
28