X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.mli;h=69c962f88b7ffecc12a88ff603a9ce8d77065173;hb=63a55ccde74bd8ec7bac6ef5e4a54f2a803b2024;hp=7bfc6235c2de26cc7f4aaa9033b93110622cc4b5;hpb=b1f139b00447a99e84b6801154371ba7cc094ede;p=guestfs-browser.git diff --git a/config.mli b/config.mli index 7bfc623..69c962f 100644 --- a/config.mli +++ b/config.mli @@ -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 @@ -16,12 +16,19 @@ * 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. *)