Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-07-25 19:31:36 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-07-25 19:32:21 +0300
commit01f35bdbef560d77ba0e96bbe8fe30efce32b985 (patch)
tree99332e9b1fb88ee373a7502c97d2866ee5a9cdc1 /CMakeLists.txt
parent04da4365f9f502e3bf79f6a6c1b8303b4e5bac11 (diff)
New Discovery Algo: Permsission check
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4cb3a96de..d650b2379 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,16 +123,6 @@ if(OWNCLOUD_5XX_NO_BLACKLIST)
add_definitions(-DOWNCLOUD_5XX_NO_BLACKLIST=1)
endif()
-# When this option is enabled, a rename that is not allowed will be renamed back
-# do the original as a restoration step. Withut this option, the restoration will
-# re-download the file instead.
-# The default is off because we don't want to rename the files back behind the user's back
-# Added for IL issue #550
-option(OWNCLOUD_RESTORE_RENAME "OWNCLOUD_RESTORE_RENAME" OFF)
-if(OWNCLOUD_RESTORE_RENAME)
- add_definitions(-DOWNCLOUD_RESTORE_RENAME=1)
-endif()
-
# Disable shibboleth.
# So the client can be built without QtWebKit
option(NO_SHIBBOLETH "Build without Shibboleth support. Allow to build the client without QtWebKit" OFF)