stub out POSIX stuff

This commit is contained in:
Joey Hess 2013-05-10 16:29:59 -05:00
parent e5f1ca7b4b
commit 6c74a42cc6
17 changed files with 128 additions and 0 deletions

2
Annex/Environment.hs Normal file → Executable file
View file

@ -13,7 +13,9 @@ import Common.Annex
import Utility.UserInfo
import qualified Git.Config
#if 0
import System.Posix.Env
#endif
import Network.BSD
{- Checks that the system's environment allows git to function.