summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-04-30 03:18:17 +0000
committerJames Bursa <james@netsurf-browser.org>2007-04-30 03:18:17 +0000
commit6e6d397e9d002a397103a3ec12cf1d1de4932028 (patch)
treecfa3eb10394852bc0b0bb5217e11803ea2b819b1 /utils
parent3d91ed1ab548ee7d7b1454ea3dfd9d2fe406ab64 (diff)
downloadnetsurf-6e6d397e9d002a397103a3ec12cf1d1de4932028.tar.gz
netsurf-6e6d397e9d002a397103a3ec12cf1d1de4932028.tar.bz2
Remove defines that were never or are no longer used.
svn path=/trunk/netsurf/; revision=3259
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h12
1 files changed, 1 insertions, 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