- (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]
commit2851dcd957dd55772e45970aed85b41e19f4bb36
authordjm <djm>
Mon, 17 Jan 2011 05:17:09 +0000 (17 05:17 +0000)
committerdjm <djm>
Mon, 17 Jan 2011 05:17:09 +0000 (17 05:17 +0000)
tree7ad0a06c3952bc95c4c1ae86cb7b3591a38a257a
parent2b74153059efb2adc944fbc1a116324e6d06b984
 - (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