From 2a15be9e2f66289de550fc88df4ac4bc969b41a7 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 8 Mar 2002 16:48:55 +0000 Subject: [PATCH] Added FEATURE_NO_GIFS and BUILTIN_IMAGE_MIMETYPE --- project.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/project.h b/project.h index ef2437a1..e332fe48 100644 --- a/project.h +++ b/project.h @@ -1,6 +1,6 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED -#define PROJECT_H_VERSION "$Id: project.h,v 1.51 2002/03/05 04:52:42 oes Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.52 2002/03/07 03:46:17 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.52 2002/03/07 03:46:17 oes + * Fixed compiler warnings + * * Revision 1.51 2002/03/05 04:52:42 oes * Deleted non-errlog debugging code * @@ -982,6 +985,13 @@ struct configuration_spec #define FORCE_PREFIX "/IJB-FORCE-LOAD" #endif /* def FEATURE_FORCE_LOAD */ +#ifdef FEATURE_NO_GIFS +#define BUILTIN_IMAGE_MIMETYPE "image/png" +#else +#define BUILTIN_IMAGE_MIMETYPE "image/gif" +#endif /* def FEATURE_NO_GIFS */ + + /* Hardwired URLs */ #define HOME_PAGE_URL "http://ijbswa.sourceforge.net" #define REDIRECT_URL HOME_PAGE_URL "/redirect.php?v=" VERSION "&to=" -- 2.39.2