aboutsummaryrefslogtreecommitdiff
path: root/libparse/parse_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparse/parse_conf.c')
-rw-r--r--libparse/parse_conf.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libparse/parse_conf.c b/libparse/parse_conf.c
index b5451cff1028..b7234dd419b7 100644
--- a/libparse/parse_conf.c
+++ b/libparse/parse_conf.c
@@ -96,6 +96,10 @@ extern clockformat_t clock_wharton_400a;
extern clockformat_t clock_varitext;
#endif
+#ifdef CLOCK_SEL240X
+extern clockformat_t clock_sel240x;
+#endif
+
/*
* format definitions
*/
@@ -136,6 +140,9 @@ clockformat_t *clockformats[] =
#ifdef CLOCK_VARITEXT
&clock_varitext,
#endif
+#ifdef CLOCK_SEL240X
+ &clock_sel240x,
+#endif
0};
unsigned short nformats = sizeof(clockformats) / sizeof(clockformats[0]) - 1;