summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-14 12:54:20 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-14 12:54:20 +0000
commitac7c95a64147987fb809d9b6fc1c8357a65dd537 (patch)
tree32e9a5139b5123c31a3b4cc55b9d626c3bd7ae47 /debug
parenta168eaaed64b0619ac2a1c719321b51fc1ad39df (diff)
downloadnetsurf-ac7c95a64147987fb809d9b6fc1c8357a65dd537.tar.gz
netsurf-ac7c95a64147987fb809d9b6fc1c8357a65dd537.tar.bz2
[project @ 2004-04-14 12:54:20 by bursa]
Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783
Diffstat (limited to 'debug')
-rw-r--r--debug/netsurfd.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index 42e09dd1d..60fc9a1a6 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -135,13 +135,6 @@ void html_remove_instance(struct content *c, struct browser_window *bw,
{
}
-#ifdef WITH_AUTH
-void *login_list_get(char *url)
-{
- return 0;
-}
-#endif
-
#ifdef WITH_PLUGIN
bool plugin_handleable(const char *mime_type)
{
@@ -221,8 +214,10 @@ void _swix(void)
assert(0);
}
+#ifndef riscos
bool option_filter_sprites = false;
bool option_dither_sprites = false;
+#endif
void die(const char *error)
{
@@ -230,6 +225,7 @@ void die(const char *error)
exit(1);
}
+#ifndef riscos
int ro_content_filetype(int x)
{
return 0;
@@ -248,6 +244,7 @@ extern os_error *xosfile_set_type (char const *file_name,
{
return 0;
}
+#endif
void warn_user(const char *warn)
{