From 098acb9fc08d624ce8c2779f936b0727105141d6 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 4 Jun 2005 06:10:34 +0000 Subject: [PATCH] Bootstrapped --- contrib/Makefile.in | 1 + doc/Makefile.in | 3 ++- errors/Makefile.in | 3 ++- helpers/Makefile.in | 1 + helpers/basic_auth/LDAP/Makefile.in | 3 ++- helpers/basic_auth/MSNT/Makefile.in | 3 ++- helpers/basic_auth/Makefile.in | 3 ++- helpers/basic_auth/NCSA/Makefile.in | 3 ++- helpers/basic_auth/PAM/Makefile.in | 3 ++- helpers/basic_auth/SASL/Makefile.in | 3 ++- helpers/basic_auth/SMB/Makefile.in | 3 ++- helpers/basic_auth/YP/Makefile.in | 3 ++- helpers/basic_auth/getpwnam/Makefile.in | 3 ++- helpers/basic_auth/multi-domain-NTLM/Makefile.in | 3 ++- helpers/basic_auth/winbind/Makefile.in | 3 ++- helpers/digest_auth/Makefile.in | 3 ++- helpers/digest_auth/password/Makefile.in | 3 ++- helpers/external_acl/Makefile.in | 3 ++- helpers/external_acl/ip_user/Makefile.in | 3 ++- helpers/external_acl/ldap_group/Makefile.in | 3 ++- helpers/external_acl/unix_group/Makefile.in | 3 ++- helpers/external_acl/wbinfo_group/Makefile.in | 3 ++- helpers/external_acl/winbind_group/Makefile.in | 3 ++- helpers/ntlm_auth/Makefile.in | 3 ++- helpers/ntlm_auth/SMB/Makefile.in | 3 ++- include/autoconf.h.in | 3 +++ 26 files changed, 51 insertions(+), 23 deletions(-) diff --git a/contrib/Makefile.in b/contrib/Makefile.in index ad42e9ebe5..62de998bb5 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -181,6 +181,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/doc/Makefile.in b/doc/Makefile.in index 7348c39ac7..14f0d290fd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.47 2005/05/25 00:10:40 hno Exp $ +# $Id: Makefile.in,v 1.48 2005/06/04 00:10:34 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -188,6 +188,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/errors/Makefile.in b/errors/Makefile.in index 8c7aee97cf..eb0023293f 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.62 2005/05/25 00:10:40 hno Exp $ +# $Id: Makefile.in,v 1.63 2005/06/04 00:10:35 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -180,6 +180,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/Makefile.in b/helpers/Makefile.in index 2d8933fc63..f8f3f084cf 100644 --- a/helpers/Makefile.in +++ b/helpers/Makefile.in @@ -185,6 +185,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index 1625c6f710..d8b055404f 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.54 2005/05/25 00:10:41 hno Exp $ +# $Id: Makefile.in,v 1.55 2005/06/04 00:10:35 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -209,6 +209,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index f1e9079494..6de4869ee6 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.57 2005/05/25 00:10:42 hno Exp $ +# $Id: Makefile.in,v 1.58 2005/06/04 00:10:36 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -218,6 +218,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in index 0459da1650..137e627d45 100644 --- a/helpers/basic_auth/Makefile.in +++ b/helpers/basic_auth/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.52 2005/05/25 00:10:41 hno Exp $ +# $Id: Makefile.in,v 1.53 2005/06/04 00:10:35 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -189,6 +189,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index 58cd5142e3..2461e883b5 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.54 2005/05/25 00:10:47 hno Exp $ +# $Id: Makefile.in,v 1.55 2005/06/04 00:10:36 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -206,6 +206,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index 7c59436bf3..f8fd32a43e 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid PAM authentication helper # -# $Id: Makefile.in,v 1.55 2005/05/25 00:10:47 hno Exp $ +# $Id: Makefile.in,v 1.56 2005/06/04 00:10:36 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -208,6 +208,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in index d39feff34d..8848061f8e 100644 --- a/helpers/basic_auth/SASL/Makefile.in +++ b/helpers/basic_auth/SASL/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid SASL authentication helper # -# $Id: Makefile.in,v 1.51 2005/05/25 00:10:47 hno Exp $ +# $Id: Makefile.in,v 1.52 2005/06/04 00:10:42 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -205,6 +205,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index 9f13817c31..91a0e40e97 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.53 2005/05/25 00:10:51 hno Exp $ +# $Id: Makefile.in,v 1.54 2005/06/04 00:10:42 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -214,6 +214,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in index eb1b4a01b7..9b46d51383 100644 --- a/helpers/basic_auth/YP/Makefile.in +++ b/helpers/basic_auth/YP/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.54 2005/05/25 00:10:52 hno Exp $ +# $Id: Makefile.in,v 1.55 2005/06/04 00:10:44 hno Exp $ # # @@ -204,6 +204,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in index ed413f1230..a264d07a28 100644 --- a/helpers/basic_auth/getpwnam/Makefile.in +++ b/helpers/basic_auth/getpwnam/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.52 2005/05/25 00:10:52 hno Exp $ +# $Id: Makefile.in,v 1.53 2005/06/04 00:10:47 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -206,6 +206,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in index de04a6e83a..adf738463d 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.50 2005/05/25 00:10:52 hno Exp $ +# $Id: Makefile.in,v 1.51 2005/06/04 00:10:47 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -188,6 +188,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/basic_auth/winbind/Makefile.in b/helpers/basic_auth/winbind/Makefile.in index 2818280759..5483bc42d6 100644 --- a/helpers/basic_auth/winbind/Makefile.in +++ b/helpers/basic_auth/winbind/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.44 2005/05/25 00:10:53 hno Exp $ +# $Id: Makefile.in,v 1.45 2005/06/04 00:10:47 hno Exp $ # SOURCES = $(wb_auth_SOURCES) @@ -203,6 +203,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/digest_auth/Makefile.in b/helpers/digest_auth/Makefile.in index 4fbe8bd80a..1b4e51c8fe 100644 --- a/helpers/digest_auth/Makefile.in +++ b/helpers/digest_auth/Makefile.in @@ -16,7 +16,7 @@ # Makefile for digest auth helpers in the Squid Object Cache server # -# $Id: Makefile.in,v 1.49 2005/05/25 00:10:55 hno Exp $ +# $Id: Makefile.in,v 1.50 2005/06/04 00:10:50 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -189,6 +189,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in index 937f7b8556..47f45ac1a9 100644 --- a/helpers/digest_auth/password/Makefile.in +++ b/helpers/digest_auth/password/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.53 2005/05/25 00:10:55 hno Exp $ +# $Id: Makefile.in,v 1.54 2005/06/04 00:10:50 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -208,6 +208,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/Makefile.in b/helpers/external_acl/Makefile.in index 3879081742..662366b114 100644 --- a/helpers/external_acl/Makefile.in +++ b/helpers/external_acl/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.39 2005/05/25 00:10:56 hno Exp $ +# $Id: Makefile.in,v 1.40 2005/06/04 00:10:51 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -189,6 +189,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/ip_user/Makefile.in b/helpers/external_acl/ip_user/Makefile.in index 7ad27d8282..fb02d31347 100644 --- a/helpers/external_acl/ip_user/Makefile.in +++ b/helpers/external_acl/ip_user/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the ip_user external_acl helper by Rodrigo Campos # -# $Id: Makefile.in,v 1.40 2005/05/25 00:10:56 hno Exp $ +# $Id: Makefile.in,v 1.41 2005/06/04 00:10:52 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -205,6 +205,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in index 859dc1f733..cc8d286ad4 100644 --- a/helpers/external_acl/ldap_group/Makefile.in +++ b/helpers/external_acl/ldap_group/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.42 2005/05/25 00:10:57 hno Exp $ +# $Id: Makefile.in,v 1.43 2005/06/04 00:10:53 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -210,6 +210,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/unix_group/Makefile.in b/helpers/external_acl/unix_group/Makefile.in index 5a3436d457..8255e6f8cb 100644 --- a/helpers/external_acl/unix_group/Makefile.in +++ b/helpers/external_acl/unix_group/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.40 2005/05/25 00:10:58 hno Exp $ +# $Id: Makefile.in,v 1.41 2005/06/04 00:10:53 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -207,6 +207,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/wbinfo_group/Makefile.in b/helpers/external_acl/wbinfo_group/Makefile.in index 17dc4a6912..1ba0aaab95 100644 --- a/helpers/external_acl/wbinfo_group/Makefile.in +++ b/helpers/external_acl/wbinfo_group/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.38 2005/05/25 00:10:58 hno Exp $ +# $Id: Makefile.in,v 1.39 2005/06/04 00:10:54 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -188,6 +188,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/external_acl/winbind_group/Makefile.in b/helpers/external_acl/winbind_group/Makefile.in index 2c5867802e..50b7d46d04 100644 --- a/helpers/external_acl/winbind_group/Makefile.in +++ b/helpers/external_acl/winbind_group/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the wb_group external_acl helper # -# $Id: Makefile.in,v 1.41 2005/05/25 00:10:59 hno Exp $ +# $Id: Makefile.in,v 1.42 2005/06/04 00:10:54 hno Exp $ # SOURCES = $(wb_group_SOURCES) @@ -202,6 +202,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 541559665d..f11df9b546 100644 --- a/helpers/ntlm_auth/Makefile.in +++ b/helpers/ntlm_auth/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.52 2005/05/25 00:10:59 hno Exp $ +# $Id: Makefile.in,v 1.53 2005/06/04 00:10:55 hno Exp $ # srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -189,6 +189,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in index 37971ca6d7..2b3d44b7a6 100644 --- a/helpers/ntlm_auth/SMB/Makefile.in +++ b/helpers/ntlm_auth/SMB/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.52 2005/05/25 00:11:06 hno Exp $ +# $Id: Makefile.in,v 1.53 2005/06/04 00:10:56 hno Exp $ # SOURCES = $(ntlm_auth_SOURCES) @@ -211,6 +211,7 @@ USE_ESI_TRUE = @USE_ESI_TRUE@ USE_SNMP_FALSE = @USE_SNMP_FALSE@ USE_SNMP_TRUE = @USE_SNMP_TRUE@ VERSION = @VERSION@ +WIN32_PSAPI = @WIN32_PSAPI@ XTRA_LIBS = @XTRA_LIBS@ XTRA_OBJS = @XTRA_OBJS@ ac_ct_CC = @ac_ct_CC@ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 80d471f953..629f534dfa 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -641,6 +641,9 @@ /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF +/* Define if you have PSAPI.DLL on Windows systems */ +#undef HAVE_WIN32_PSAPI + /* __int64 is defined in system headers */ #undef HAVE___INT64 -- 2.47.2