Check for 'diff' program (now required to run tests).
[ocaml-bitstring.git] / bitstring_config.ml.in
index b1722bd..d079a75 100644 (file)
@@ -1,4 +1,4 @@
-(* Bitmatch library.
+(* Bitstring library.
  * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones
  *
  * @configure_input@
  * configure script.
  *)
 
-let nativeendian = Bitmatch_types.@NATIVEENDIAN@
+let nativeendian = Bitstring_types.@NATIVEENDIAN@
 
 let package = "@PACKAGE_NAME@"
 let version = "@PACKAGE_VERSION@"
 let ocamllibdir = "@OCAMLLIB@"
+
+let diff = "@DIFF@"