Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
32f86c50
Commit
32f86c50
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-12-03 11:36:30 by beppe] CURL support option added
Original author: beppe Date: 2003-12-03 11:36:30+00:00
parent
a9623bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/run.ml
View file @
32f86c50
...
...
@@ -17,6 +17,7 @@ let version () =
Printf
.
eprintf
"built on %s
\n
"
<:
symbol
<
build_date
>>;
Printf
.
eprintf
"using OCaml %s compiler
\n
"
<:
symbol
<
ocaml_compiler
>>;
Printf
.
eprintf
"support for expat: %b
\n
"
(
Load_xml
.
expat_support
);
Printf
.
eprintf
"support for curl: %b
\n
"
(
Load_xml
.
curl_support
);
exit
0
let
license
()
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment