diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-06 12:01:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-06 12:01:15 +0200 |
commit | ed6ab2f91ababd1e840aec4feb187d40c4e87ab4 (patch) | |
tree | 2a38356af09d280dc01a3452ad5b7b3d2971cf96 /src/include/taler_curl_lib.h | |
parent | 9086ed15c11db106179d54d125cbd3850eda0dc7 (diff) |
-minor fixes
Diffstat (limited to 'src/include/taler_curl_lib.h')
-rw-r--r-- | src/include/taler_curl_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_curl_lib.h b/src/include/taler_curl_lib.h index d7c24a13b..42d7f9d1f 100644 --- a/src/include/taler_curl_lib.h +++ b/src/include/taler_curl_lib.h @@ -30,7 +30,7 @@ /** * Should we compress PUT/POST bodies with 'deflate' encoding? */ -#define COMPRESS_BODIES 1 +#define TALER_CURL_COMPRESS_BODIES 1 /** * State used for #TALER_curl_easy_post() and |