mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
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:
parent
4f33d6f280
commit
107b0a4952
16 changed files with 70 additions and 29 deletions
|
|
@ -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)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue