X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=d1815ed41f619f5cef87220e69973353312f882e;hb=6609c2a6070176d3a813c4b37f70e91a2c2a96a4;hp=39ae6edfaffc5b5c203b831d1abd07a712be1436;hpb=f96dc77bbc700d90e48babc4dbeb62d73f4fa15c;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 39ae6ed..d1815ed 100644 --- a/src/common.h +++ b/src/common.h @@ -272,6 +272,9 @@ GLOBAL bool touch_option; GLOBAL char *to_command_option; GLOBAL bool ignore_command_error_option; +/* Return true if the extracted files are not being written to disk */ +#define EXTRACT_OVER_PIPE (to_stdout_option || to_command_option) + /* Count how many times the option has been set, multiple setting yields more verbose behavior. Value 0 means no verbosity, 1 means file name only, 2 means file name and all attributes. More than 2 is just like 2. */