Improved POSIX compatibility (OpenBSD, NetBSD support)

git-svn-id: svn://ultimatepp.org/upp/trunk@1095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-04-24 08:29:02 +00:00
parent 4f33d6f280
commit 107b0a4952
16 changed files with 70 additions and 29 deletions

View file

@ -204,7 +204,7 @@ BuildMethods::BuildMethods()
remote_os.Add("WINCE");
remote_os.Add("UNIX");
remote_os.Add("SOLARIS");
remote_os.Add("FREEBSD");
remote_os.Add("BSD");
method.AddCtrl("REMOTE_TRANSFER", remote_file_access);
remote_file_access.Add("0", "direct (SAMBA)");
remote_file_access.Add("1", "indirect (transfer)");