diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-29 13:19:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-08 12:36:30 -0400 |
commit | 34e133bd0e2d5bb4eed5d5091d14d9e6fce1ff2b (patch) | |
tree | 2abf64518759de4a84d4ac08e218021e9643d3f8 /src/main.c | |
parent | 778295321928767552ebc577f15e88c17da4c1c9 (diff) | |
download | bfs-34e133bd0e2d5bb4eed5d5091d14d9e6fce1ff2b.tar.xz |
Embed more configuration info in bfs --version
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ * - thread.h (multi-threading) * - trie.[ch] (a trie set/map implementation) * - typo.[ch] (fuzzy matching for typos) + * - version.c (embeds version information) * - xregex.[ch] (regular expression support) * - xspawn.[ch] (spawns processes) * - xtime.[ch] (date/time handling utilities) |