Only block GZ/BZ2 if no zlib and bzlib are present
This commit is contained in:
parent
a015b54885
commit
931819b87b
@ -5,6 +5,10 @@ v0.71.5 18-Aug-2005
|
||||
nodelist.a:
|
||||
Clear node Hold or Down status if set in nodes setup.
|
||||
|
||||
mbcico:
|
||||
Only disallow GZ/BZ2 compression by default if both zlib and
|
||||
bzlib are not present.
|
||||
|
||||
mbfido:
|
||||
Removed debug logging for solved crash.
|
||||
Code cleanup.
|
||||
|
@ -95,10 +95,9 @@ void rdoptions(int Loaded)
|
||||
|
||||
#ifndef HAVE_ZLIB_H
|
||||
localoptions |= NOPLZ;
|
||||
localoptions |= NOGZBZ2;
|
||||
#endif
|
||||
#ifndef HAVE_BZLIB_H
|
||||
localoptions |= NOGZBZ2;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (nodes.Aka[0].zone == 0) {
|
||||
|
Reference in New Issue
Block a user