X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=a8be622c400f52b63508b33845d582af46f99db1;hp=0bc0daa0122f7de20842e5ca68660d537a8741e3;hb=8a5751cc96dd085fcbcc34bef77499306bddc0c0;hpb=72081f829de368392d04076728f8c991178c0080 diff --git a/acconfig.h b/acconfig.h index 0bc0daa0..a8be622c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,21 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.35 2008/04/06 15:18:33 fabiankeil + * Oh well, rename the --enable-pcre-host-patterns option to + * --enable-extended-host-patterns as it's not really PCRE syntax. + * + * Revision 1.34 2008/04/06 14:54:26 fabiankeil + * Use PCRE syntax in host patterns when configured + * with --enable-pcre-host-patterns. + * + * Revision 1.33 2006/12/17 19:15:26 fabiankeil + * Added ./configure switch for FEATURE_GRACEFUL_TERMINATION. + * + * Revision 1.32 2006/07/18 14:48:45 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * * Revision 1.27.2.4 2003/12/17 16:34:40 oes * Cosmetics * @@ -340,6 +355,21 @@ */ #undef FEATURE_NO_GIFS +/* + * Allow to shutdown Privoxy through the webinterface. + */ +#undef FEATURE_GRACEFUL_TERMINATION + +/* + * Allow PCRE syntax in host patterns. + */ +#undef FEATURE_EXTENDED_HOST_PATTERNS + +/* + * Keep outgoing connections alive if possible. + */ +#undef FEATURE_CONNECTION_KEEP_ALIVE + /* * Use POSIX threads instead of native threads. */