~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to src/StoreFileSystem.h

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 \par
64
64
 * The storage types live in \em src/fs/. Each subdirectory corresponds
65
65
 * to the name of the storage type. When a new storage type is implemented
66
 
 * configure.in must be updated to autogenerate a Makefile in
 
66
 * configure.ac must be updated to autogenerate a Makefile in
67
67
 * \em src/fs/foo/ from a Makefile.in file.
68
68
 *
69
 
 \todo DOCS: add template addition to configure.in for storage module addition.
 
69
 \todo DOCS: add template addition to configure.ac for storage module addition.
70
70
 \todo DOCS: add template Makefile.am for storage module addition.
71
71
 *
72
72
 \par