#-----------------------------------------------------------------------------#
# Copyright (C) 2000-2004, 2006, 2011 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
#
# RESERVED_MACRO_NAMES
#
# For the purpose of this file, see the top of RESERVED_MACRO_NAMES in the top
# directory.
#
#-----------------------------------------------------------------------------#
# This is defined by mercury_getopt.h
# That header file is NOT #included by any of the other headers,
# so this doesn't cause any name space polution.
__GNU_LIBRARY__
#-----------------------------------------------------------------------------#
# These are defined by mercury_signal.h. The first is defined only temporarily,
# and the second eliminates gratuitous differences between Linux versions.
# Neither really pollutes the namespace.
__KERNEL__
sigcontext_struct
#-----------------------------------------------------------------------------#
# This is defined on Windows to workaround problems with windows.h.
WIN32_LEAN_AND_MEAN
#-----------------------------------------------------------------------------#
