From 4f3691d183f6393f05e08ffc00e53102b5d65753 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 5 Aug 2004 20:32:00 +0000 Subject: [project @ 2004-08-05 20:32:00 by jmb] Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182 --- utils/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index 5bc039a3d..8c58e27e0 100644 --- a/utils/config.h +++ b/utils/config.h @@ -44,6 +44,8 @@ #define WITH_URL /* Keyboard navigation support */ #define WITH_KEYBOARD_NAVIGATION + /* Free text search */ + #define WITH_SEARCH #endif #ifdef ncos /* Kiosk style browsing support */ -- cgit v1.2.3