diff --git a/NOTES b/NOTES index f56a27b..8cb8ddb 100644 --- a/NOTES +++ b/NOTES @@ -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 diff --git a/rsync/config.h b/rsync/config.h index af7ff14..290b119 100644 --- a/rsync/config.h +++ b/rsync/config.h @@ -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 */