]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
- (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]
authorDamien Miller <djm@mindrot.org>
Mon, 17 Jan 2011 05:17:09 +0000 (16:17 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 17 Jan 2011 05:17:09 +0000 (16:17 +1100)
commit58497780ab22d56ac5216c71f5a20efc1e39ce2e
tree312f7c1feb15d707cca175244d0f5541becdf5ca
parent0c93adc7c1814b113d25c5e214973a3aa630b0af
 - (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]
   [regress/sftp-glob.sh regress/test-exec.sh] Rework how feature tests are
   disabled on platforms that do not support them; add a "config_defined()"
   shell function that greps for defines in config.h and use them to decide
   on feature tests.
   Convert a couple of existing grep's over config.h to use the new function
   Add a define "FILESYSTEM_NO_BACKSLASH" for filesystem that can't represent
   backslash characters in filenames, enable it for Cygwin and use it to turn
   of tests for quotes backslashes in sftp-glob.sh.
   based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
ChangeLog
configure.ac
regress/agent-getpeereid.sh
regress/multiplex.sh
regress/sftp-glob.sh
regress/test-exec.sh