aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Configuration.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Configuration.mli')
-rw-r--r--driver/Configuration.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/Configuration.mli b/driver/Configuration.mli
index dde9d6fd..1092bf6d 100644
--- a/driver/Configuration.mli
+++ b/driver/Configuration.mli
@@ -63,3 +63,10 @@ val struct_passing_style: struct_passing_style
val struct_return_style: struct_return_style
(** Calling conventions to use for returning structs and unions as
first-class values *)
+
+type response_file_style =
+ | Gnu (* responsefiles in gnu compatible syntax *)
+ | Unsupported (* responsefiles are not supported *)
+
+val response_file_style: response_file_style
+ (** Style of supported responsefiles *)