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:
authorMarkus Goetz <markus@woboq.com>2015-10-20 17:58:32 +0300
committerMarkus Goetz <markus@woboq.com>2015-10-20 18:57:43 +0300
commitc8590c44685e4ef00c0e868774b68207fb6829c3 (patch)
tree39323452164afc7fefbf200789771ee9ebcf1a8d /config.h.in
parent98b966d27433a51b4a4f77816b8c2d689bafec5e (diff)
Remove legacy propagator and neon
The code was already uneeded/unbuilt on Windows and OS X.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 4633c16c4..06a0a62c0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -23,8 +23,4 @@
#cmakedefine SYSCONFDIR "@SYSCONFDIR@"
#cmakedefine SHAREDIR "@SHAREDIR@"
-#ifndef NEON_WITH_LFS
-#cmakedefine NEON_WITH_LFS "@NEON_WITH_LFS@"
-#endif
-
#endif