X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fextlib%2FcomponentsConf.mli;fp=matita%2Fcomponents%2Fextlib%2FcomponentsConf.mli;h=0000000000000000000000000000000000000000;hb=d3d5f731e9c130f5363e6c9bfadbc73315c07612;hp=3d8548cf7a730f00b8b70c35c12d144d9f118c52;hpb=ef225b816c82d4fad37993f963804e51152f4dac;p=helm.git diff --git a/matita/components/extlib/componentsConf.mli b/matita/components/extlib/componentsConf.mli deleted file mode 100644 index 3d8548cf7..000000000 --- a/matita/components/extlib/componentsConf.mli +++ /dev/null @@ -1,37 +0,0 @@ -(* Copyright (C) 2006, HELM Team. - * - * This file is part of HELM, an Hypertextual, Electronic - * Library of Mathematics, developed at the Computer Science - * Department, University of Bologna, Italy. - * - * HELM is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * HELM is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with HELM; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. - * - * For details, see the HELM World-Wide-Web page, - * http://helm.cs.unibo.it/ - *) - -(** {2 Compile time components configuration} - * - * This module does not really belong to the extlib (where it is actually - * located) it is here just because it's the first in the component dependencies - * graph *) - -val debug: bool -val profiling: bool - - (** absolute path of the helm/software directory, only for development use *) -val src_root: string -