From 0dab93fe7652dd1f1c656356a62f01d4053bb2ff Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 20 Jan 2004 19:08:34 +0000 Subject: [project @ 2004-01-20 19:08:34 by jmb] Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490 --- utils/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/config.h') 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 -- cgit v1.2.3