000001| (* Bitstring library.
      000002|  * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones
      000003|  *
      000004|  * bitstring_config.ml.  Generated from bitstring_config.ml.in by configure.
      000005|  *
      000006|  * This library is free software; you can redistribute it and/or
      000007|  * modify it under the terms of the GNU Lesser General Public
      000008|  * License as published by the Free Software Foundation; either
      000009|  * version 2 of the License, or (at your option) any later version,
      000010|  * with the OCaml linking exception described in COPYING.LIB.
      000011|  *
      000012|  * This library is distributed in the hope that it will be useful,
      000013|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      000014|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      000015|  * Lesser General Public License for more details.
      000016|  *
      000017|  * You should have received a copy of the GNU Lesser General Public
      000018|  * License along with this library; if not, write to the Free Software
      000019|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
      000020|  *
      000021|  * $Id: bitstring_config.ml.in 142 2008-07-17 15:45:56Z richard.wm.jones $
      000022|  *)
      000023|  
      000024| (* This file contains general configuration settings, set by the
      000025|  * configure script.
      000026|  *)
      000027|  
      000028| let nativeendian = (*[43]*)Bitstring_types.LittleEndian
      000029|  
      000030| let package = (*[43]*)"ocaml-bitstring"
      000031| let version = (*[43]*)"1.9.8"
      000032| let ocamllibdir = (*[43]*)"/usr/lib/ocaml"
      000033|  
      000034| let diff = (*[43]*)"/usr/bin/diff"