diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index ac543dc54c..d3800976d4 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -702,6 +702,11 @@ end # Misc options ############################################### +define HAVE_INIT_TIMER + default 0 + export always + comment "Have a init_timer function" +end define HAVE_HARD_RESET default none export used |