From badad073ec99b49288421e99a701f3a61f1fac55 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 6 Jul 2006 00:07:11 +0000 Subject: Generate directory listings (fix 1397934) svn path=/trunk/netsurf/; revision=2719 --- content/content_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index b8b891514..388cbfb38 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -46,6 +46,7 @@ typedef enum { #ifdef WITH_PLUGIN CONTENT_PLUGIN, #endif + CONTENT_DIRECTORY, #ifdef WITH_THEME_INSTALL CONTENT_THEME, #endif -- cgit v1.2.3