diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 798729f4..e65d8e1a 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -11,6 +11,18 @@ #include "prefs.h" +#define PREFS_START_PAGE "about:splash" +#define PREFS_HOME "http://www.dillo.org/" +#define PREFS_FONT_SERIF "DejaVu Serif" +#define PREFS_FONT_SANS_SERIF "DejaVu Sans" +#define PREFS_FONT_CURSIVE "DejaVu Sans" /* TODO: find good default */ +#define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */ +#define PREFS_FONT_MONOSPACE "DejaVu Sans Mono" +#define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +#define PREFS_NO_PROXY "localhost 127.0.0.1" +#define PREFS_SAVE_DIR "/tmp/" +#define PREFS_HTTP_REFERER "host" + /*----------------------------------------------------------------------------- * Global Data *---------------------------------------------------------------------------*/ |