summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index c26ed3f50..66c1a20b6 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -12,6 +12,9 @@
* Simply undefine a symbol to turn the relevant feature off.
*/
+/* HTTP POST support */
+#define WITH_POST
+
/* Image renderering modules */
#define WITH_DRAW
#define WITH_GIF