bind9/lib
Ondřej Surý dc4c0397eb Use constexpr for NS_PER_SEC and friends constants
The contexpr introduced in C23 standard makes perfect sense to be used
instead of preprocessor macros - the symbols are kept, etc.  Define
ISC_CONSTEXPR to be `constexpr` for C23 and `static const` for the older
C standards.  Use the newly introduced macro for the NS_PER_SEC and
friends time constants.

(cherry picked from commit 122a142241)
2024-08-19 09:10:04 +00:00
..
dns Don't skip the counting if fcount_incr() is called with force==true (v2) 2024-08-13 16:08:12 +02:00
isc Use constexpr for NS_PER_SEC and friends constants 2024-08-19 09:10:04 +00:00
isccc Rework isccc_ccmsg to support multiple messages per tcp read 2024-04-18 20:08:44 +02:00
isccfg Silence all warnings that stem from the default config 2024-08-15 12:10:02 +00:00
ns make "max_restarts" a configurable value 2024-08-07 21:12:34 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00