add some missing system support #defines for rsync

sigsegv_dump
Greg Alexander 9 years ago
parent df179f0f59
commit 2090d565b7

@ -126,7 +126,5 @@ another commandline option for the new (deflate?) technique, but I think
the normal -z ought to work too. But that is literally the last feature!
Then just release details.
XXX - rsync should be able to receive a directory -- why does it say symlinks not supported and hang up?
XXX - document (ga.org/software/simplesshd/)
XXX - upload

@ -48,5 +48,19 @@
#define HAVE_CHMOD 1
#define HAVE_SIGACTION 1
#define HAVE_SIGPROCMASK 1
#define SUPPORT_LINKS 1
#define SUPPORT_HARD_LINKS 1
#define HAVE_LINK 1
#define HAVE_FTRUNCATE 1
#define HAVE_MKFIFO 1
#define HAVE_LCHOWN 1
#define HAVE_SOCKADDR_UN_LEN 1
#define HAVE_MKNOD 1
#define HAVE_FCHMOD 1
#define HAVE_SETMODE 1
#define HAVE_LSEEK64 1
#define HAVE_UTIMES 1
#define SIZEOF_OFF64_T 8
#define HAVE_READLINK 1
#endif /* __RSYNC_CONFIG_H */

Loading…
Cancel
Save