]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sat, 4 Jun 2005 06:10:34 +0000 (06:10 +0000)
committerhno <>
Sat, 4 Jun 2005 06:10:34 +0000 (06:10 +0000)
26 files changed:
contrib/Makefile.in
doc/Makefile.in
errors/Makefile.in
helpers/Makefile.in
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/basic_auth/winbind/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/external_acl/Makefile.in
helpers/external_acl/ip_user/Makefile.in
helpers/external_acl/ldap_group/Makefile.in
helpers/external_acl/unix_group/Makefile.in
helpers/external_acl/wbinfo_group/Makefile.in
helpers/external_acl/winbind_group/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
include/autoconf.h.in

index ad42e9ebe574ba43f1e794cdc204ac383b076139..62de998bb57b342c7b49e1461135eb8a0d702575 100644 (file)
@@ -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@
index 7348c39ac7291b406723b66c9c228b459957d97b..14f0d290fd42c1045258e0b4c7be4cae478ffdbb 100644 (file)
@@ -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@
index 8c7aee97cf6769236e53a3ecf22e4c95457e87d1..eb0023293f48dfe58a9b188e11ba7eed6bcc258d 100644 (file)
@@ -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@
index 2d8933fc638c04cc0516f8738e7a0be8c32f4fc3..f8f3f084cffbe902cc021404dd087c4aecc60d95 100644 (file)
@@ -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@
index 1625c6f710a2362d0e8a71c5409e824b7ed0b03a..d8b055404fa81ca14850dc52a6d96fb55a025c2e 100644 (file)
@@ -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@
index f1e90794947628857d892de003fd8f3a86f25ee8..6de4869ee66f88830f5ad46b247fadd2fc478dbf 100644 (file)
@@ -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@
index 0459da1650d1c6138ae0ca151124a0439e941379..137e627d45ee7a082bd96dd02e024f6f8be0a187 100644 (file)
@@ -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@
index 58cd5142e33e118c8dc08e332abec203cba12ae6..2461e883b55dc7e461dee6c3860ede7ee0c81222 100644 (file)
@@ -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@
index 7c59436bf34aa020686ee609a893983d50f1554b..f8fd32a43e410ddfca83ac70c5db6898413928bf 100644 (file)
@@ -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@
index d39feff34d1780157be4b2754e73a6de1145c3f3..8848061f8eb21ebc36d7d711773cf674abbd19cb 100644 (file)
@@ -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@
index 9f13817c31482787d8fec26e509aa2911aead71e..91a0e40e972a15e69630f76cb9634c9eb8e7894b 100644 (file)
@@ -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@
index eb1b4a01b7c1cded20a2612155a28db2ebc572e2..9b46d51383fda8cab66b800cf5d4912aa93dee06 100644 (file)
@@ -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@
index ed413f1230d6a3723d4bc384982d6039739b1f95..a264d07a287169bb6e950df50fc4cfcff7221d37 100644 (file)
@@ -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@
index de04a6e83a06c2484f35020c0c9a1d2c7ff6f426..adf738463d85e01fd4dd426479a3253eb5675613 100644 (file)
@@ -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@
index 2818280759d8b1fadd23daca8c12c45df0c3c24b..5483bc42d65cea1aaf47a34c71a6d62848c3c677 100644 (file)
@@ -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@
index 4fbe8bd80a7679f4f926c43d1596df7f20101cf7..1b4e51c8feaee96fa99a786addd26154da1ab531 100644 (file)
@@ -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@
index 937f7b855689fc5222954bd20b775cb037046d24..47f45ac1a9c22974b38202347f6f7de69ac29091 100644 (file)
@@ -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@
index 3879081742874a705200520a9cae0ca8f09a69e3..662366b114c65d6d120e8b010317f9d7a834b18e 100644 (file)
@@ -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@
index 7ad27d82828b9b98956b451d2ce65f39ecfbd887..fb02d313479833c62664b24d89b590235c248242 100644 (file)
@@ -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@
index 859dc1f733cfacdb6ad755df7ed159d7ae884132..cc8d286ad412fa78749cb4994c21e8773cdb4ae2 100644 (file)
@@ -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@
index 5a3436d457d6fe5b1a6a817021a9481c587ef930..8255e6f8cbf97da5f9cf67fe8b354a3732ce4fd6 100644 (file)
@@ -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@
index 17dc4a69122d29712b9a218234264586709f2c0a..1ba0aaab95f20adb95861ba9a7ae65c9bfb2e2fd 100644 (file)
@@ -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@
index 2c5867802efb8f1e0cdb814a8b00bcc8c446e940..50b7d46d04978d46682d9fc77dde7acd61fbead5 100644 (file)
@@ -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@
index 541559665d0da0efadd0008eed0683ed1ef434b1..f11df9b546a549f8a465a7df0bd4b789b67a01f8 100644 (file)
@@ -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@
index 37971ca6d74167402d0d9cf09a116c482a8f80de..2b3d44b7a6176a18f43da6390b591eca2e1ca637 100644 (file)
@@ -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@
index 80d471f953bee2f1c7194286fc5be607b6417f2a..629f534dfaa24b20d99b161220c2b95d3c56f9cb 100644 (file)
 /* 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