|
Line
Link Here
|
| 0 |
-- a/config.def.h Tue Dec 15 17:16:01 2009 +0100 |
0 |
++ b/config.def.h Mon Jan 04 14:39:40 2010 +0100 |
|
Lines 5-11
Link Here
|
| 5 |
static char *stylefile = ".surf/style.css"; |
5 |
static char *stylefile = ".surf/style.css"; |
| 6 |
static char *scriptfile = ".surf/script.js"; |
6 |
static char *scriptfile = ".surf/script.js"; |
| 7 |
static char *cookiefile = ".surf/cookies.txt"; |
7 |
static char *cookiefile = ".surf/cookies.txt"; |
| 8 |
static char *dldir = ".surf/dl"; |
8 |
static char *dldir = ".surf/dl/"; |
| 9 |
static time_t sessiontime = 3600; |
9 |
static time_t sessiontime = 3600; |
| 10 |
|
10 |
|
| 11 |
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ |
11 |
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ |