Fix handling of OCAML_PKG_* macros for new OCaml autoconf.
[ocaml-bitstring.git] / bitstring_config.ml.in
1 (* Bitstring library.
2  * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones
3  *
4  * @configure_input@
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version,
10  * with the OCaml linking exception described in COPYING.LIB.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20  *
21  * $Id$
22  *)
23
24 (* This file contains general configuration settings, set by the
25  * configure script.
26  *)
27
28 let nativeendian = Bitstring_types.@NATIVEENDIAN@
29
30 let package = "@PACKAGE_NAME@"
31 let version = "@PACKAGE_VERSION@"
32 let ocamllibdir = "@OCAMLLIB@"
33
34 let diff = "@DIFF@"