~ubuntu-branches/ubuntu/intrepid/squid/intrepid

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-18 12:09:23 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618120923-ewllt4kt92ldtvbe
Tags: 2.7.STABLE2-2ubuntu1
* Merge from debian unstable, remaining changes:
  - 99-ubuntu-ssl-cert-snakeoil:
    + src/cf.data.pre:
      * Add reference to snakeoil /etc/ssl
  - debian/control
    + Add ssl-cert to Depends to bring in snakeoil certificates.
    + Modify maintainer value to match Debian-Maintainer-Field spec.
  - debian/squid.rc
    - Use squid -k to reload the squid confiration. (LP: #204474)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#  Makefile for storage modules in the Squid Object Cache server
18
18
#
19
 
#  $Id: Makefile.in,v 1.39.2.2 2007/08/12 12:41:00 hno Exp $
 
19
#  $Id: Makefile.in,v 1.43 2007/11/12 01:14:16 hno Exp $
20
20
#
21
21
srcdir = @srcdir@
22
22
top_srcdir = @top_srcdir@
141
141
NEED_COSSDUMP_TRUE = @NEED_COSSDUMP_TRUE@
142
142
NEED_DISKD_FALSE = @NEED_DISKD_FALSE@
143
143
NEED_DISKD_TRUE = @NEED_DISKD_TRUE@
144
 
NEED_OWN_MD5_FALSE = @NEED_OWN_MD5_FALSE@
145
 
NEED_OWN_MD5_TRUE = @NEED_OWN_MD5_TRUE@
146
144
NEED_OWN_SNPRINTF_FALSE = @NEED_OWN_SNPRINTF_FALSE@
147
145
NEED_OWN_SNPRINTF_TRUE = @NEED_OWN_SNPRINTF_TRUE@
148
146
NEED_OWN_STRSEP_FALSE = @NEED_OWN_STRSEP_FALSE@