From: jongfoster Date: Wed, 25 Jul 2001 22:57:13 +0000 (+0000) Subject: __BEOS__ no longer overrides FEATURE_PTHREAD. X-Git-Tag: v_2_9_9~206 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=5830c8509a32428bbd4a09ff893d2e40e414649b;p=privoxy.git __BEOS__ no longer overrides FEATURE_PTHREAD. This is because FEATURE_PTHREAD will soon be widely used, so I want to keep it simple. --- diff --git a/jcc.c b/jcc.c index 78c66bd5..d628d390 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.29 2001/07/24 12:47:06 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.29 2001/07/24 12:47:06 oes + * Applied BeOS support update by Eugenia + * * Revision 1.28 2001/07/23 13:26:12 oes * Fixed bug in popup-killing for the first read that caused binary garbage to be sent between headers and body * @@ -261,9 +264,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; #include #include -#if defined(FEATURE_PTHREAD) && !defined(__BEOS__) +#ifdef FEATURE_PTHREAD #include -#endif /* def FEATURE_PTHREAD && ndef __BEOS__ */ +#endif /* def FEATURE_PTHREAD */ #ifdef _WIN32 # ifndef FEATURE_PTHREAD