2 % System dependent information generated by Autoconf.
10 module Autoconf ( have_libcurl, have_libwww, have_HTTP,
11 use_color, use_mmap, darcs_version, sendmail_path, have_sendmail,
12 have_mapi, diff_program,
13 path_separator, big_endian,
16 import ThisVersion ( darcs_version )
18 {-# INLINE have_libcurl #-}
26 {-# INLINE have_libwww #-}
34 {-# INLINE have_HTTP #-}
36 have_HTTP = @HAVE_HTTP@
38 {-# INLINE use_color #-}
40 use_color = @USE_COLOR@
42 {-# INLINE use_mmap #-}
46 {-# INLINE sendmail_path #-}
47 sendmail_path :: String
48 sendmail_path = "@SENDMAIL@"
50 {-# INLINE have_sendmail #-}
52 have_sendmail = @HAVE_SENDMAIL@
54 {-# INLINE have_mapi #-}
56 have_mapi = @HAVE_MAPI@
58 {-# INLINE diff_program #-}
59 diff_program :: String
60 diff_program = "@DIFF@"
62 {-# INLINE path_separator #-}
63 path_separator :: Char
70 {-# INLINE big_endian #-}
72 big_endian = @BIGENDIAN@