dxx-rebirth/common/arch/carbon/conf.h
Kp 12b57e84e6 Switch most in-tree http:// links to https://
For each link given as http://, verify that the site is accessible over
https:// and, if so, switch to it.  These domains were converted:

* llvm.org
* clang.llvm.org
* en.cppreference.com
* www.dxx-rebirth.com
* www.libsdl.org
* www.scons.org
2018-09-02 00:57:29 +00:00

79 lines
1.9 KiB
C

/*
* This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>.
* It is copyright by its individual contributors, as recorded in the
* project's Git history. See COPYING.txt at the top level for license
* terms and a link to the Git history.
*/
/* conf.h. Generated by configure. */
/* conf.h.in. Generated from configure.ac by autoheader. */
// Modified by Chris to work for an Apple computer with OS 9 or above
/* Define to enable console */
/* #undef CONSOLE */
/* d2x major version */
#define DXX_VERSION_MAJORi 0
/* d2x minor version */
#define DXX_VERSION_MINORi 58
/* d2x micro version */
#define DXX_VERSION_MICROi 1
/* Define if you want to build the editor */
/* #undef EDITOR */
/* Define if you want to build for mac datafiles */
//#define MACDATA
/* Define to disable asserts, int3, etc. */
/* #undef NDEBUG */
/* Define if you want an assembler free build */
#define NO_ASM
/* Define if you want an OpenGL build */
//#define OGL
/* Define for a "release" build */
/* #undef RELEASE */
/* Define this to be the shared game directory root */
#define SHAREPATH "."
/* Define if your processor needs data to be word-aligned */
/* #undef WORDS_NEED_ALIGNMENT */
/* General defines */
#if defined(__APPLE__) && defined(__MACH__)
# define __unix__
/* Define if you want a network build */
# define NETWORK
# define USE_UDP
# define USE_TRACKER
//#define IPv6
/* Define to 1 if the system has the type `struct timespec'. */
#define HAVE_STRUCT_TIMESPEC 1
/* Define to 1 if the system has the type `struct timeval'. */
#define HAVE_STRUCT_TIMEVAL 1
#else // Mac OS 9
# ifndef __MWERKS__
# define inline
# endif
#define OGL_RUNTIME_LOAD // avoids corruption of OpenGL
/* Define to 1 if the system has the type `struct timespec'. */
#define HAVE_STRUCT_TIMESPEC 0
/* Define to 1 if the system has the type `struct timeval'. */
#define HAVE_STRUCT_TIMEVAL 0
#endif // OS 9/X
#define SDL_INPUT 1