#pragma once
#ifndef __unix__
#define __unix__
#endif
#define DXX_USE_OGL 1
#define DXX_USE_SDLIMAGE 1
#define DXX_USE_SDLMIXER 1
#define DXX_MAX_JOYSTICKS 0
#define DXX_VERSION_SEQ 0,61,0
#define DXX_USE_UDP 1
#define DXX_PRI_size_type "z"
#define DESCENT_VERSION_EXTRA "built by Pierre-Marie Baty"
#define __attribute_alloc_size(A,...)
#define __attribute_always_inline()
#define __attribute_cold
#define __attribute_format_printf(A,B)
#define __attribute_format_arg(A)
#define __attribute_malloc()
#define __attribute_nonnull(...)
#define __attribute_noreturn
#define __attribute_unused
#define __attribute_used
#define __attribute_warn_unused_result
#define likely(X) (X)
#define unlikely(X) (X)
#define DXX_HAVE_CXX_ARRAY
#define DXX_HAVE_CXX11_ADDRESSOF
#define DXX_HAVE_CXX11_RANGE_FOR
#define DXX_HAVE_CXX11_STATIC_ASSERT
#define DXX_HAVE_CXX11_TYPE_TRAITS
#define DXX_HAVE_CXX11_BEGIN
#define DXX_HAVE_STRUCT_TIMESPEC
#define dxx_builtin_constant_p(A) (false)
#define DXX_INHERIT_CONSTRUCTORS(D,B,...) \
template <typename... Args> \
D(Args&&... args) : \
B,##__VA_ARGS__(std::forward<Args>(args)...) {}
#define DXX_ptrdiff_cast_int static_cast<int>
#define DXX_WORDS_BIGENDIAN 0
#define DXX_BEGIN_COMPOUND_STATEMENT
#define DXX_END_COMPOUND_STATEMENT
#define DXX_BOOST_FALLTHROUGH ((void)0)