diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-05-28 16:57:00 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-05-28 16:57:00 +1000 |
commit | 7d2171b2cd9633bfc7a8fb64a327630dc1a4ad9c (patch) | |
tree | 556f43c1516e6b13562d06153d484921d047fdc9 /ChangeLog | |
parent | 390b6d5dbf879e5daaa924c91cb1448a5748b558 (diff) |
- (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for
its presence before doing AC_FUNC_GETPGRP.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ | |||
3 | one entry per line to make it easier to merge changes. ok djm@ | 3 | one entry per line to make it easier to merge changes. ok djm@ |
4 | - (dtucker) [configure.ac] strsep() may be defined in string.h, so check | 4 | - (dtucker) [configure.ac] strsep() may be defined in string.h, so check |
5 | for its presence and include it in the strsep check. | 5 | for its presence and include it in the strsep check. |
6 | - (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for | ||
7 | its presence before doing AC_FUNC_GETPGRP. | ||
6 | 8 | ||
7 | 20050527 | 9 | 20050527 |
8 | - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by | 10 | - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by |
@@ -2621,4 +2623,4 @@ | |||
2621 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2623 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2622 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2624 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2623 | 2625 | ||
2624 | $Id: ChangeLog,v 1.3794 2005/05/28 06:54:36 dtucker Exp $ | 2626 | $Id: ChangeLog,v 1.3795 2005/05/28 06:57:00 dtucker Exp $ |