Hi,
for me the recent module sourcedoesnt compile anymore;
it seems to me that you forgot some defines when you copied over some stuff from the AP 2.x source;
the patch below fixes this:
--- mod_ntlm.h.orig Fri Dec 8 02:18:18 2006
+++ mod_ntlm.h Sat Jul 28 18:06:06 2007
@@ -7,6 +7,11 @@
#define NTLM_PACKAGE_NAME "NTLM"
#define NTLM_AUTH_NAME "NTLM"
+#define PROXYREQ_NONE 0 /**< No proxy */
+#define PROXYREQ_PROXY 1 /**< Standard proxy */
+#define PROXYREQ_REVERSE 2 /**< Reverse proxy */
+#define PROXYREQ_RESPONSE 3 /**< Origin response */
+
/* Header inclusions */
#include "httpd.h"
#include "http_config.h"
greets, Günter.