CLEANUP: time: move a few configurable defines to defaults.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:36:47 +0000 (19:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit561958c17c47e6891a258eeaf77a8ff228f7b6d2
treef491b145f26fb45d090498978c4d40ee92163812
parentd8b325c74826bdb02759f62c41a00455dbae3431
CLEANUP: time: move a few configurable defines to defaults.h

TV_ETERNITY, TV_ETERNITY_MS and MAX_DELAY_MS may be configured and
ought to be in defaults.h so that they can be inherited from everywhere
without including time.h and could also be redefined if neede
(particularly for MAX_DELAY_MS).
include/haproxy/defaults.h
include/haproxy/time.h