From 62245d13ec60e3c0fc78221f0a8f754f33c2b6a1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 5 Jan 2004 02:10:59 +0000 Subject: [project @ 2004-01-05 02:10:59 by jmb] Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480 --- desktop/401login.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/401login.h') diff --git a/desktop/401login.h b/desktop/401login.h index d9262c54c..27f76f65a 100644 --- a/desktop/401login.h +++ b/desktop/401login.h @@ -8,9 +8,12 @@ #ifndef NETSURF_DESKTOP_401LOGIN_H #define NETSURF_DESKTOP_401LOGIN_H +#include "netsurf/utils/config.h" #include "netsurf/content/content.h" #include "netsurf/desktop/browser.h" +#ifdef WITH_AUTH + struct login { char *host; /**< hostname */ @@ -26,3 +29,5 @@ struct login *login_list_get(char *host); void login_list_remove(char *host); #endif + +#endif -- cgit v1.2.1