summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-04 23:43:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-04 23:43:49 +0000
commit307ae1c40cca99547e87a049ac8995731a4ff380 (patch)
treeafe574270f68896d6fb23fb5f8e203a5b6249e9b
parent59b7ce91942cae060e2b2b1d4d625d97ebf959e6 (diff)
downloadnetsurf-307ae1c40cca99547e87a049ac8995731a4ff380.tar.gz
netsurf-307ae1c40cca99547e87a049ac8995731a4ff380.tar.bz2
Fix the small NetSurf build.
svn path=/trunk/netsurf/; revision=2714
-rw-r--r--css/css.c5
1 files changed, 4 insertions, 1 deletions
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;