From 6e6d397e9d002a397103a3ec12cf1d1de4932028 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 30 Apr 2007 03:18:17 +0000 Subject: Remove defines that were never or are no longer used. svn path=/trunk/netsurf/; revision=3259 --- utils/config.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/utils/config.h b/utils/config.h index 3f74b7fc1..e90bb4244 100644 --- a/utils/config.h +++ b/utils/config.h @@ -15,12 +15,8 @@ * IF ADDING A FEATURE HERE, ADD IT TO Docs/Doxyfile LINE 892 AS WELL. */ -/* HTTP POST support */ -#define WITH_POST /* HTTP Auth */ #define WITH_AUTH -/* Cookies */ -#define WITH_COOKIES /* SSL */ #if !defined(small) @@ -46,8 +42,6 @@ #define WITH_URI /* ANT URL protocol support */ #define WITH_URL - /* Keyboard navigation support */ - #define WITH_KEYBOARD_NAVIGATION /* Free text search */ #define WITH_SEARCH /* Printing support */ @@ -58,12 +52,8 @@ /* We're likely to have a working mmap() */ #define WITH_MMAP #endif -#ifdef ncos - /* Kiosk style browsing support */ - #define WITH_KIOSK_BROWSING -#endif -#if defined(riscos) || defined(ncos) || defined(debug) +#if defined(riscos) || defined(ncos) || defined(DEBUG_BUILD) /* Export modules */ #define WITH_SAVE_COMPLETE #define WITH_DRAW_EXPORT -- cgit v1.2.3