diff options
author | Joey Hess <id@joeyh.name> | 2013-05-10 16:29:59 -0500 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2013-05-10 16:29:59 -0500 |
commit | 5d0476bf59674b39fa6bad7e4446b5c741181143 (patch) | |
tree | 67897681b96fb9e79990033822e1a645de1f96a7 /Creds.hs | |
parent | 812f7d6c564e297b67850f2aa4751141a8f68e99 (diff) |
stub out POSIX stuff
Diffstat (limited to 'Creds.hs')
-rwxr-xr-x[-rw-r--r--] | Creds.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Creds.hs b/Creds.hs index 943276e3c..bcfca420d 100644..100755 --- a/Creds.hs +++ b/Creds.hs @@ -5,6 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE CPP #-} + module Creds where import Common.Annex @@ -15,7 +17,9 @@ import Types.Remote (RemoteConfig, RemoteConfigKey) import Remote.Helper.Encryptable (remoteCipher, embedCreds) import System.Environment +#if 0 import System.Posix.Env (setEnv) +#endif import qualified Data.ByteString.Lazy.Char8 as L import qualified Data.Map as M import Utility.Base64 |