~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to src/base.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 13:15:59 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501131559-y8jos9wp79uf3pp4
Tags: 1.4.15-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Add fam/gamin stat cache engine support
  - Clean environment in init.d script
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl
  - Make sure that upgrades succeed, even if we can't restart lighttpd
  - DebianMaintainerField update

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
        enum { STAT_CACHE_ENGINE_UNSET,
482
482
                        STAT_CACHE_ENGINE_NONE,
483
483
                        STAT_CACHE_ENGINE_SIMPLE,
 
484
#ifdef HAVE_FAM_H
484
485
                        STAT_CACHE_ENGINE_FAM
 
486
#endif
485
487
        } stat_cache_engine;
486
488
        unsigned short enable_cores;
487
489
} server_config;