--  Haskell Ports Library: ports library configuration            -*-haskell-*-
--
--  Author : Manuel M. T. Chakravarty
--  Created: 3 June 2001
--
--  Version $Revision: 1.1 $ from $Date: 2001/06/03 14:53:24 $
--
--  Copyright (c) 2001 Manuel M. T. Chakravarty
--
--  This file is free software; you can redistribute it and/or modify
--  it under the terms of the GNU General Public License as published by
--  the Free Software Foundation; either version 2 of the License, or
--  (at your option) any later version.
--
--  This file is distributed in the hope that it will be useful,
--  but WITHOUT ANY WARRANTY; without even the implied warranty of
--  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--  GNU General Public License for more details.
--
--- DESCRIPTION ---------------------------------------------------------------
--
--  Configuration values set by `configure'.
--
--- DOCU ----------------------------------------------------------------------
--
--  language: Haskell 98
--
--- TODO ----------------------------------------------------------------------
--

module Control.Concurrent.PortsConfig (
  debug
) where


-- activate additional debug output and sanity checks
--
debug :: Bool
debug  = False