configure: Detect camlp4 and bail if not available.
[guestfs-browser.git] / config.mli
index 7bfc623..69c962f 100644 (file)
@@ -1,5 +1,5 @@
 (* Guestfs Browser.
- * Copyright (C) 2010 Red Hat Inc.
+ * Copyright (C) 2010-2011 Red Hat Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *)
 
-(** Configuration supplied by autoconf.
-
-    This module is generated by running [./configure], and
-    contains miscellaneous compile-time constants. *)
+(** Configuration. *)
 
 val package : string
   (** The package name. *)
+
 val version : string
   (** The version number as a string. *)
+
+val hivexregedit : string option
+  (** External hivexregedit program, or None if not available. *)
+
+val opener : string option
+  (** External program for viewing files, or None if not available. *)
+
+val icondir : string
+  (** The icon directory. *)