changing sessiontime to 3600 - surf - Surf web browser.
 (HTM) git clone git://r-36.net/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3dbf6289649b59c533987dc2c8add62a9e078007
 (DIR) parent 91d04b15f0bb16d5b31ad92ea1e6a0066e589956
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Sat, 15 May 2010 15:47:47 +0200
       
       changing sessiontime to 3600
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       @@ -6,7 +6,7 @@ static char *stylefile      = ".surf/style.css";
        static char *scriptfile     = ".surf/script.js";
        static char *cookiefile     = ".surf/cookies.txt";
        static char *dldir          = ".surf/dl/";
       -static time_t sessiontime   = 0;
       +static time_t sessiontime   = 3600;
        #define NOBACKGROUND 0
        
        #define SETPROP(p)       { .v = (char *[]){ "/bin/sh", "-c", \