At present we have a little bit of a mess with the configure.in defined macros.

1) defined or undefined.
 For coding:     #ifdef  or   #ifndef
 Combined form:  #if defined(X) && defined(Y) ...

2) always defined.
 For coding:     #if X
 Combined form:  #if X && Y ...

I'm thinking the HAVE_ should be method (1) and the USE_ should be method (2).

Do we already have a formal policy somewhere I've missed?

If we don't, Opinions on what to adopt?


Amos
--
Please be using
  Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13
  Current Beta Squid 3.1.0.6

Reply via email to