Imported Upstream version 3.2.6
[platform/upstream/ccache.git] / envtoconfitems.gperf
1 %language=ANSI-C
2 %enum
3 %struct-type
4 %readonly-tables
5 %define hash-function-name envtoconfitems_hash
6 %define lookup-function-name envtoconfitems_get
7 %define slot-name env_name
8 %define initializer-suffix ,""
9 struct env_to_conf_item;
10 %%
11 BASEDIR, "base_dir"
12 CC, "compiler"
13 COMPILERCHECK, "compiler_check"
14 COMPRESS, "compression"
15 COMPRESSLEVEL, "compression_level"
16 CPP2, "run_second_cpp"
17 DIR, "cache_dir"
18 DIRECT, "direct_mode"
19 DISABLE, "disable"
20 EXTENSION, "cpp_extension"
21 EXTRAFILES, "extra_files_to_hash"
22 HARDLINK, "hard_link"
23 HASHDIR, "hash_dir"
24 LOGFILE, "log_file"
25 MAXFILES, "max_files"
26 MAXSIZE, "max_size"
27 NLEVELS, "cache_dir_levels"
28 PATH, "path"
29 PREFIX, "prefix_command"
30 READONLY, "read_only"
31 READONLY_DIRECT, "read_only_direct"
32 RECACHE, "recache"
33 SLOPPINESS, "sloppiness"
34 STATS, "stats"
35 TEMPDIR, "temporary_dir"
36 UMASK, "umask"
37 UNIFY, "unify"