Special thanks go to people who have volunteered their time, effort,
and ideas to make this software available.
- Henrik Nordstrom <hno@hem.passagen.se>
+ Henrik Nordstrom <hno@squid-cache.org>
Mark Treacy <mark@aone.com.au>
Daniel O'Callaghan <danny@miriworld.its.unimelb.EDU.AU>
George Michaelson <ggm@connect.com.au>
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.232 2001/09/04 01:02:49 robertc Exp $
+dnl $Id: configure.in,v 1.233 2001/09/12 09:45:53 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.232 $)dnl
+AC_REVISION($Revision: 1.233 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
dnl Set default LDFLAGS
ac_cv_func_poll='no'
;;
[*-linux-*])
- # Henrik Nordstrom (hno@hem.passagen.se) 19980817
+ # Henrik Nordstrom (hno@squid-cache.org) 19980817
# poll is problematic on Linux. We disable it
# by default until Linux gets it right.
rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
/*
- * $Id: pam_auth.c,v 1.2 2001/01/12 00:37:29 wessels Exp $
+ * $Id: pam_auth.c,v 1.3 2001/09/12 09:45:54 hno Exp $
*
* PAM authenticator module for Squid.
- * Copyright (C) 1999 Henrik Nordstrom <hno@hem.passagen.se>
+ * Copyright (C) 1999 Henrik Nordstrom <hno@squid-cache.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by