--- tls.c.orig 2006-01-09 12:35:38.000000000 -0600 +++ tls.c 2006-01-09 12:35:52.000000000 -0600 @@ -47,6 +47,9 @@ int read_only = 1; int list_only = 0; int preserve_perms = 0; +#ifdef EA_SUPPORT +int extended_attributes = 0; +#endif static void failed(char const *what, char const *where)