X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=fc058adc0bd83e210eacec26e998800445239265;hp=2eb1d00669fc8123f72c959d31e6195c6413a512;hb=7367a58d13c72ef9978b46f416f9b4735981bdfb;hpb=3931603a80d4e4dc62932787e5b054cbc4c86953;ds=sidebyside diff --git a/project.h b/project.h index 2eb1d006..fc058adc 100644 --- a/project.h +++ b/project.h @@ -1,6 +1,6 @@ #ifndef _PROJECT_H #define _PROJECT_H -#define PROJECT_H_VERSION "$Id: project.h,v 1.14 2001/06/03 11:03:48 oes Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.15 2001/06/04 11:28:53 swa Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.15 2001/06/04 11:28:53 swa + * redirect did not work due to missing / + * * Revision 1.14 2001/06/03 11:03:48 oes * Makefile/in * @@ -701,6 +704,7 @@ struct configuration_spec const char *logfile; const char *confdir; + const char *logdir; const char *actions_file; const char *forwardfile; @@ -769,7 +773,7 @@ struct configuration_spec /* Shouldn't end with '/' */ #define HOME_PAGE_URL "http://ijbswa.sourceforge.net" -#define REDIRECT_URL HOME_PAGE_URL "redirect.php?v=" VERSION "&to=" +#define REDIRECT_URL HOME_PAGE_URL "/redirect.php?v=" VERSION "&to=" #define CGI_PREFIX_HOST "i.j.b"