Here is an update using only #if  / #elif  and changed the order a bit.

Markus

"Amos Jeffries" <[email protected]> wrote in message news:[email protected]...
On Sun, 14 Nov 2010 18:37:39 -0000, "Markus Moeller"
<[email protected]> wrote:
Hi

 I noticed that the trunk does not compile on FreeBSD with Heimdal.
Here
are two patches against the trunk.

Markus

These appear to be reversions of the file-based inclusions. Would it not
be better just to add:

+#if HAVE_GSSAPI_GSSAPI_EXT_H
+#include <gssapi/gssapi_ext.h>
+#endif

to the end of the include lists?

Also, it is adding quite a messy mix of ifdef and if defined(). Please
just use #if / #elif either way.

Amos


Attachment: squid_negotiate.diff
Description: Binary data

Attachment: squidclient.diff
Description: Binary data

Reply via email to