merge
This commit is contained in:
commit
7ce2856194
|
@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
|
||||||
static char *stylefile = ".surf/style.css";
|
static char *stylefile = ".surf/style.css";
|
||||||
static char *scriptfile = ".surf/script.js";
|
static char *scriptfile = ".surf/script.js";
|
||||||
static char *cookiefile = ".surf/cookies.txt";
|
static char *cookiefile = ".surf/cookies.txt";
|
||||||
static time_t sessiontime = 0;
|
static time_t sessiontime = 3600;
|
||||||
#define NOBACKGROUND 0
|
#define NOBACKGROUND 0
|
||||||
|
|
||||||
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
|
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
|
||||||
|
|
Loading…
Reference in New Issue