/[mldonkey]/mldonkey/src/utils/lib/autoconf.ml.new.in
ViewVC logotype

Diff of /mldonkey/src/utils/lib/autoconf.ml.new.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by spiralvoice, Thu Sep 8 12:44:53 2005 UTC revision 1.19 by spiralvoice, Thu Oct 6 10:21:10 2005 UTC
# Line 8  let scm_version = "@SCM_VERSION@" Line 8  let scm_version = "@SCM_VERSION@"
8  let glibc_version = "@GLIBC_VERSION@"  let glibc_version = "@GLIBC_VERSION@"
9  let build_system = "@BUILD_SYSTEM@"  let build_system = "@BUILD_SYSTEM@"
10  let configure_arguments = "@CONFIGURE_ARGUMENTS@"  let configure_arguments = "@CONFIGURE_ARGUMENTS@"
11    
12  let system = "@SYSTEM@"  let system = "@SYSTEM@"
13    let windows = system = "cygwin" || system = "mingw"
14    
15  let opennapster = "@OPEN_NAPSTER@"  let opennapster = "@OPEN_NAPSTER@"
16  let gnutella = "@GNUTELLA@"  let gnutella = "@GNUTELLA@"
17  let gnutella2 = "@GNUTELLA2@"  let gnutella2 = "@GNUTELLA2@"
# Line 38  let has_gd_png = @HAS_GD_PNG@ Line 41  let has_gd_png = @HAS_GD_PNG@
41  let has_gd_jpg = @HAS_GD_JPG@  let has_gd_jpg = @HAS_GD_JPG@
42    
43  let has_bzip2 = @HAS_BZIP2@  let has_bzip2 = @HAS_BZIP2@
44  let has_zlib = @HAS_ZLIB@  
45  let zlib__uncompress_string2 s = @ZLIB__UNCOMPRESS_STRING2@  let zlib__uncompress_string2 s = Zlib.uncompress_string2 s
46  let zlib__compress_string s = @ZLIB__COMPRESS_STRING@  let zlib__compress_string s = Zlib.compress_string s
47  let zlib__gzip_string s = @ZLIB__GZIP_STRING@  let zlib__gzip_string s = Zlib.gzip_string s
48    
49  let sha1_version = "@SHA1_VERSION@"  let sha1_version = "@SHA1_VERSION@"
50    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26