Revision d250bc5d

b/Makefile.am
1839 1839
	    -DENABLE_SPLIT_QUERY="$(ENABLE_SPLIT_QUERY)" \
1840 1840
	    -DENABLE_RESTRICTED_COMMANDS="$(ENABLE_RESTRICTED_COMMANDS)" \
1841 1841
	    -DENABLE_MOND="$(ENABLE_MOND)" \
1842
	    -DHAS_GNU_LN="$(HAS_GNU_LN)" \
1842 1843
	    -DMAN_PAGES="$$(for i in $(notdir $(man_MANS)); do \
1843 1844
	                    echo -n "$$i" | sed -re 's/^(.*)\.([0-9]+)$$/("\1",\2):/g'; \
1844 1845
	                    done)" \
b/lib/constants.py
1573 1573
UPGRADE_QUEUE_DRAIN_TIMEOUT = _constants.UPGRADE_QUEUE_DRAIN_TIMEOUT
1574 1574
UPGRADE_QUEUE_POLL_INTERVAL = _constants.UPGRADE_QUEUE_POLL_INTERVAL
1575 1575

  
1576
# other constants
1577

  
1578
HAS_GNU_LN = _constants.HAS_GNU_LN
1579

  
1576 1580
# Do not re-export imported modules
1577 1581
del re, _vcsversion, _constants, socket, pathutils, compat
1578 1582

  
b/src/AutoConf.hs.in
205 205
enableMond :: Bool
206 206
enableMond = ENABLE_MOND
207 207

  
208
hasGnuLn :: Bool
209
hasGnuLn = HAS_GNU_LN
210

  
208 211
-- Write dictionary with man page name as the key and the section
209 212
-- number as the value
210 213
manPages :: [(String, Int)]
b/src/Ganeti/HsConstants.hs
78 78
lvmStripecount :: Int
79 79
lvmStripecount = AutoConf.lvmStripecount
80 80

  
81
hasGnuLn :: Bool
82
hasGnuLn = AutoConf.hasGnuLn
83

  
81 84
-- * 'autoconf' constants for Python only ('lib/pathutils.py')
82 85

  
83 86
-- ** Build-time constants

Also available in: Unified diff