projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150c89b
)
Disallow compilation of client-tags.c if FEATURE_CLIENT_TAGS isn't enabled
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 30 Mar 2016 11:15:52 +0000
(11:15 +0000)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 30 Mar 2016 11:15:52 +0000
(11:15 +0000)
... as that shouldn't happen anymore.
client-tags.c
patch
|
blob
|
history
diff --git
a/client-tags.c
b/client-tags.c
index
31b49d1
..
54c4704
100644
(file)
--- a/
client-tags.c
+++ b/
client-tags.c
@@
-588,4
+588,6
@@
int client_tag_match(const struct pattern_spec *pattern,
return 0;
}
+#else
+#error Compiling client-tags.c without FEATURE_CLIENT_TAGS
#endif /* def FEATURE_CLIENT_TAGS */