X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=ff772308a0dbd362e8ddda8b156f020f5f9ec0c6;hb=988701d8c76ac9f10404fa8d7c031a55afa8f30b;hp=74b41aadb9afb4937ef5befb6edaaf1e1a03d96b;hpb=8b42003192481883306c4a8aea262d1f22341c87;p=privoxy.git diff --git a/config.h.in b/config.h.in index 74b41aad..ff772308 100644 --- a/config.h.in +++ b/config.h.in @@ -162,8 +162,8 @@ #undef CODE_STATUS /* - * Regular expression matching for URLs. (Highly recommended). If none of these - * is defined then you can ony use prefix matching. + * Regular expression matching for URLs. (Highly recommended). + * If neither of these are defined then you can ony use prefix matching. * Don't bother to change this here! Use configure instead. */ #undef REGEX_GNU @@ -175,7 +175,7 @@ * libpcre and user preferences). The name is ugly, but pcre needs it. * Don't bother to change this here! Use configure instead. */ -#undef STATIC +#undef STATIC_PCRE /* * Should pcrs be statically built in instead of linkling with libpcrs? @@ -286,6 +286,11 @@ */ #undef JAR_FILES +/* + * Use POSIX threads instead of native threads. + */ +#undef FEATURE_PTHREAD + /* Define if you have the bcopy function. */ #undef HAVE_BCOPY @@ -295,4 +300,12 @@ /* Define if you have the strerror function. */ #undef HAVE_STRERROR +/* + * Need to set up this define only for the Pthreads library for + * Win32, available from http://sources.redhat.com/pthreads-win32/ + */ +#if defined(FEATURE_PTHREAD) && defined(_WIN32) +#define __CLEANUP_C +#endif /* defined(FEATURE_PTHREAD) && defined(_WIN32) */ + #endif /* _CONFIG_H */