From 307ae1c40cca99547e87a049ac8995731a4ff380 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 4 Jul 2006 23:43:49 +0000 Subject: Fix the small NetSurf build. svn path=/trunk/netsurf/; revision=2714 --- css/css.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/css.c b/css/css.c index 88487fb4a..641b58dba 100644 --- a/css/css.c +++ b/css/css.c @@ -913,9 +913,12 @@ void css_atimport_callback(content_msg msg, struct content *css, /*css_dump_stylesheet(css->data.css);*/ c->active--; break; - +#ifdef WITH_AUTH case CONTENT_MSG_AUTH: +#endif +#ifdef WITH_SSL case CONTENT_MSG_SSL: +#endif /* todo: handle AUTH and SSL */ case CONTENT_MSG_ERROR: c->data.css.import_content[i] = 0; -- cgit v1.2.3