From: James Youngman
* configure.ac: We no longer need to #define DEBUG_STAT with
--enable-debug, since the relevant debug messages are controlled
instead with find's command-line option -D stat.
* find/defs.h (enum DebugOption): bitmask values are now expressed
as 1 << N instead of decimal value
From: James Youngman
* configure.ac: Remove the --enable-id-cache option. This option
became a no-op in findutils-4.5.15. Before that it did something
but the code was buggy. See https://savannah.gnu.org/bugs/?45062
for details.
* NEWS: State that this configure option is removed.
---
NEWS
From: James Youngman
* find/defs.h (enum DebugOption): add DebugTime.
* find/util.c (debugassoc): -D time sets the DebugTime debug flag.
* find/oldfind.c (main): print the value of options.cur_day_start
when "-D time" is in effect (instead of when DEBUG is #defined).
* find/ftsfind.c (main): Like