diff --git a/include/client_def.h b/include/client_def.h index 83c3f86..060ba9c 100644 --- a/include/client_def.h +++ b/include/client_def.h @@ -19,11 +19,11 @@ * Added 11 Jan 93 by A.E.J.Fellows * *************************************************************************/ -#define C_NOCLOBBER 1 /* Will not overwrite file of same name */ -#define C_CLOBBER 2 /* Will always overwrite file even if +#define C_NOCLOBBER 1 /* Will not overwrite file of same name */ +#define C_CLOBBER 2 /* Will always overwrite file even if remote file is not found */ -#define C_UNIQUE 3 /* Create unique name to avoid overwrite */ -#define C_TEMPNAME 4 /* Download to temp name */ +#define C_UNIQUE 3 /* Create unique name to avoid overwrite */ +#define C_TEMPNAME 4 /* Download to temp name */ #define C_APPEND 5 /* Downloads will attempt to append to end of file if it already exists */