From b98f105b24879c065a4f89b686c5084f14f87ae6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 22 Feb 2009 15:13:10 +0000 Subject: Purge WITH_AUTH svn path=/trunk/netsurf/; revision=6600 --- content/fetch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index eaae1165b..42b6323c5 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -36,9 +36,7 @@ typedef enum { FETCH_ERROR, FETCH_REDIRECT, FETCH_NOTMODIFIED, -#ifdef WITH_AUTH FETCH_AUTH, -#endif FETCH_CERT_ERR, } fetch_msg; -- cgit v1.2.3