summaryrefslogtreecommitdiff
path: root/src/config.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.sig')
-rw-r--r--src/config.sig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.sig b/src/config.sig
new file mode 100644
index 00000000..890bd9ab
--- /dev/null
+++ b/src/config.sig
@@ -0,0 +1,9 @@
+signature CONFIG = sig
+ val bin : string
+ val lib : string
+ val includ : string
+ val sitelisp : string
+
+ val libUr : string
+ val libC : string
+end