% % System dependent information generated by Autoconf. % % src/Autoconf.lhs. Generated from Autoconf.lhs.in by configure. % \begin{code} {-# OPTIONS -cpp #-} module Autoconf ( darcsconfdir, datadir, libexecdir, have_libcurl, have_libwww, have_HTTP, use_color, use_mmap, darcs_version, sendmail_path, have_sendmail, have_mapi, diff_program, path_separator, big_endian, ) where import ThisVersion ( darcs_version ) {-# INLINE darcsconfdir #-} darcsconfdir :: String darcsconfdir = "${prefix}/etc/darcs" {-# INLINE datadir #-} datadir :: String datadir = "${datarootdir}" {-# INLINE libexecdir #-} libexecdir :: String libexecdir = "${exec_prefix}/libexec" {-# INLINE have_libcurl #-} have_libcurl :: Bool #ifdef HAVE_CURL have_libcurl = True #else have_libcurl = False #endif {-# INLINE have_libwww #-} have_libwww :: Bool #ifdef HAVE_LIBWWW have_libwww = True #else have_libwww = False #endif {-# INLINE have_HTTP #-} have_HTTP :: Bool have_HTTP = True {-# INLINE use_color #-} use_color :: Bool use_color = True {-# INLINE use_mmap #-} use_mmap :: Bool use_mmap = True {-# INLINE sendmail_path #-} sendmail_path :: String sendmail_path = "/usr/sbin//sendmail" {-# INLINE have_sendmail #-} have_sendmail :: Bool have_sendmail = True {-# INLINE have_mapi #-} have_mapi :: Bool have_mapi = False {-# INLINE diff_program #-} diff_program :: String diff_program = "diff" {-# INLINE path_separator #-} path_separator :: Char path_separator = '/' {-# INLINE big_endian #-} big_endian :: Bool big_endian = False \end{code}