dav/scfg.h

changeset 576
62cc92445234
parent 549
af91d3c96994
child 580
caf23cf7f96d
--- a/dav/scfg.h	Tue Apr 16 11:46:53 2019 +0200
+++ b/dav/scfg.h	Sat Apr 20 12:31:08 2019 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2018 Olaf Wintermann. All rights reserved.
+ * Copyright 2019 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -46,6 +46,10 @@
 #define SYNC_CMD_ARCHIVE 4
 #define SYNC_CMD_RESTORE 8
     
+#define SYNC_SYMLINK_STORE 1
+#define SYNC_SYMLINK_EXTERN_NOFOLLOW 2
+#define SYNC_SYMLINK_INTERN_NOFOLLOW 4
+    
 #define DEFAULT_TAG_XATTR "tags"
 #define MACOS_TAG_XATTR "com.apple.metadata:_kMDItemUserTags"
     
@@ -69,6 +73,7 @@
     uint32_t metadata;
     int max_retry;
     int allow_cmd;
+    int symlink;
     time_t lock_timeout;
     bool backuppull;
     bool lockpull;

mercurial