diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:46 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:46 +0100 |
commit | 0f22664a8c9f92c8b7d5dd05772bacf7caecbd52 (patch) | |
tree | c85da4e4968e5ec69d6d154fa032672f45cb3e13 /src/base.h | |
parent | 9fa7c3d770fb8688555b661940e04c3bf6b6d8aa (diff) | |
download | lighttpd-0f22664a8c9f92c8b7d5dd05772bacf7caecbd52.tar.gz |
Imported Upstream version 1.4.15upstream/1.4.15
Diffstat (limited to 'src/base.h')
-rw-r--r-- | src/base.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -481,7 +481,9 @@ typedef struct { enum { STAT_CACHE_ENGINE_UNSET, STAT_CACHE_ENGINE_NONE, STAT_CACHE_ENGINE_SIMPLE, +#ifdef HAVE_FAM_H STAT_CACHE_ENGINE_FAM +#endif } stat_cache_engine; unsigned short enable_cores; } server_config; |