summaryrefslogtreecommitdiffstats
path: root/Modules/config.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/config.c.in')
-rw-r--r--Modules/config.c.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/config.c.in b/Modules/config.c.in
index ef1cb58..6254a65 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -214,6 +214,9 @@ extern void initthread();
#ifdef USE_SV
extern void initsv();
#endif
+#ifdef USE_CL
+extern void initcl();
+#endif
#ifdef USE_TIME
extern void inittime();
#endif
@@ -335,6 +338,10 @@ struct {
{"sv", initsv},
#endif
+#ifdef USE_CL
+ {"cl", initcl},
+#endif
+
#ifdef USE_THREAD
{"thread", initthread},
#endif