1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-31 00:40:28 -05:00
Simon Tatham 964890f1a1 Stringify all the CONF_foo identifiers, for debugging.
When dumping out the contents of a Conf, it's useful not to have to
guess what the integer indices mean.

By putting these identifiers in a separate array in its own library
module, I should avoid them getting linked in to production binaries
to take up space, as long as conf_id() is only called from inside
debug() statements. And to enforce _that_, it isn't even declared in a
header file unless you #define DEBUG.
2024-09-23 16:49:29 +01:00
..
2022-11-26 10:32:36 +00:00
2023-05-29 15:08:49 +01:00
2022-04-24 08:38:27 +01:00
2023-12-18 14:47:48 +00:00
2022-09-03 11:59:12 +01:00
2022-09-03 11:59:12 +01:00