Imported Upstream version 3.5.1
[platform/upstream/ccache.git] / src / 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 %{
10 #include "envtoconfitems.h"
11 %}
12 struct env_to_conf_item;
13 %%
14 BASEDIR, "base_dir"
15 CC, "compiler"
16 COMPILER, "compiler"
17 COMPILERCHECK, "compiler_check"
18 COMPRESS, "compression"
19 COMPRESSLEVEL, "compression_level"
20 CPP2, "run_second_cpp"
21 COMMENTS, "keep_comments_cpp"
22 DIR, "cache_dir"
23 DEBUG, "debug"
24 DIRECT, "direct_mode"
25 DISABLE, "disable"
26 EXTENSION, "cpp_extension"
27 EXTRAFILES, "extra_files_to_hash"
28 HARDLINK, "hard_link"
29 HASHDIR, "hash_dir"
30 IGNOREHEADERS, "ignore_headers_in_manifest"
31 LIMIT_MULTIPLE, "limit_multiple"
32 LOGFILE, "log_file"
33 MAXFILES, "max_files"
34 MAXSIZE, "max_size"
35 NLEVELS, "cache_dir_levels"
36 PATH, "path"
37 PCH_EXTSUM, "pch_external_checksum"
38 PREFIX, "prefix_command"
39 PREFIX_CPP, "prefix_command_cpp"
40 READONLY, "read_only"
41 READONLY_DIRECT, "read_only_direct"
42 RECACHE, "recache"
43 SLOPPINESS, "sloppiness"
44 STATS, "stats"
45 TEMPDIR, "temporary_dir"
46 UMASK, "umask"
47 UNIFY, "unify"