2006-11-07 10:34:10 +00:00
|
|
|
/*****************************************************************************
|
1999-11-12 09:23:31 +00:00
|
|
|
* *
|
|
|
|
* Template for the set.h file for VMS *
|
|
|
|
* Created from setup.h_in *
|
2006-02-15 09:33:40 +00:00
|
|
|
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
2014-09-18 14:52:33 +00:00
|
|
|
* Date : 18 September 2014 *
|
1999-11-12 09:23:31 +00:00
|
|
|
* *
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
/* This define (__WX_SETUP_H__) is used both to insure setup.h is included
|
|
|
|
* only once and to indicate that we are building using configure. */
|
|
|
|
#ifndef __WX_SETUP_H__
|
|
|
|
#define __WX_SETUP_H__
|
|
|
|
|
2000-08-24 10:58:27 +00:00
|
|
|
#include <wx/vms_x_fix.h>
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* never undefine inline or const keywords for C++ compilation */
|
|
|
|
#ifndef __cplusplus
|
|
|
|
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
|
|
#undef const
|
|
|
|
|
|
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
|
|
|
#undef inline
|
|
|
|
|
2010-12-15 09:51:48 +00:00
|
|
|
#else
|
|
|
|
|
|
|
|
#define __USE_STD_IOSTREAM 1
|
|
|
|
#define _USE_STD_STAT 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
1999-12-08 15:13:18 +00:00
|
|
|
/* fill in with the string wxGetOsDescription() will return */
|
|
|
|
#define WXWIN_OS_DESCRIPTION "OpenVMS"
|
|
|
|
|
2001-09-04 09:38:11 +00:00
|
|
|
/* the installation location prefix from configure */
|
|
|
|
#undef wxINSTALL_PREFIX
|
|
|
|
|
2002-09-06 06:10:53 +00:00
|
|
|
/* Define this to get extra features from GNU libc. */
|
|
|
|
#undef _GNU_SOURCE
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef gid_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef mode_t
|
|
|
|
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
|
|
#undef off_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef pid_t
|
|
|
|
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
|
|
#undef size_t
|
|
|
|
|
2004-11-12 03:06:44 +00:00
|
|
|
/* Define if ssize_t type is available. */
|
2004-11-24 10:25:41 +00:00
|
|
|
#define HAVE_SSIZE_T 1
|
2004-11-12 03:06:44 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have the ANSI C header files. */
|
2005-12-23 07:42:38 +00:00
|
|
|
#define STDC_HEADERS 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef uid_t
|
|
|
|
|
|
|
|
/* Define if your processor stores words with the most significant
|
|
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
|
|
#undef WORDS_BIGENDIAN
|
|
|
|
|
2004-03-04 09:39:24 +00:00
|
|
|
/* Define this if you want to use GPE features */
|
|
|
|
/* #undef __WXGPE__ */
|
|
|
|
|
2003-04-24 13:48:51 +00:00
|
|
|
/* Define this if your version of Motif is greater than 2.0 */
|
|
|
|
/* #undef __WXMOTIF20__ */
|
|
|
|
|
2005-07-30 17:14:29 +00:00
|
|
|
/* Define this if you are using Lesstif */
|
|
|
|
/* #undef __WXLESSTIF__ */
|
|
|
|
|
2002-12-13 07:03:47 +00:00
|
|
|
#ifdef __WXGTK__
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2012-08-28 06:27:50 +00:00
|
|
|
#ifndef VMS_GTK2
|
|
|
|
#define GDK_WINDOWING_X11 1
|
|
|
|
#endif
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
/* Define this if your version of GTK+ is greater than 1.2.7 */
|
|
|
|
#define __WXGTK127__ 1
|
|
|
|
|
2004-11-19 00:30:24 +00:00
|
|
|
/* Define this if your version of GTK+ is greater than 2.0 */
|
2006-02-15 09:33:40 +00:00
|
|
|
#ifdef VMS_GTK2
|
2012-08-23 13:43:18 +00:00
|
|
|
|
|
|
|
/* Define this if your version of GTK+ is >= 3.0 */
|
2012-08-28 06:27:50 +00:00
|
|
|
#if 0
|
2012-08-23 13:43:18 +00:00
|
|
|
#define __WXGTK3__ 1
|
2012-08-28 06:27:50 +00:00
|
|
|
#endif
|
2012-08-23 13:43:18 +00:00
|
|
|
|
2006-02-15 09:33:40 +00:00
|
|
|
#define __WXGTK20__ 1
|
2004-11-19 00:30:24 +00:00
|
|
|
|
2006-06-02 06:39:13 +00:00
|
|
|
/* Define this if your version of GTK+ is greater than 2.6 */
|
|
|
|
#define __WXGTK26__ 1
|
|
|
|
|
2007-03-07 22:09:57 +00:00
|
|
|
/* Define this if your version of GTK+ is greater than 2.10 */
|
2007-03-12 06:51:16 +00:00
|
|
|
#define __WXGTK210__ 1
|
2007-03-07 22:09:57 +00:00
|
|
|
|
2009-10-14 22:49:38 +00:00
|
|
|
/* Define this if your version of GTK+ is greater than 2.18 */
|
|
|
|
#undef __WXGTK218__
|
|
|
|
|
2006-02-15 09:33:40 +00:00
|
|
|
#include <types.h>
|
|
|
|
typedef pid_t GPid;
|
|
|
|
|
|
|
|
#define G_GNUC_INTERNAL
|
|
|
|
|
|
|
|
#endif
|
2002-12-13 07:03:47 +00:00
|
|
|
#endif
|
2000-01-04 15:02:12 +00:00
|
|
|
|
2010-11-12 07:15:46 +00:00
|
|
|
#ifdef VMS_GTK2
|
|
|
|
#define wxUSE_CAIRO 1
|
|
|
|
#else
|
|
|
|
#define wxUSE_CAIRO 0
|
|
|
|
#endif
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
|
|
|
* Define to 1 for Unix[-like] system
|
|
|
|
*/
|
|
|
|
#define wxUSE_UNIX 1
|
|
|
|
|
|
|
|
#define __UNIX__
|
2003-04-24 13:48:51 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef __AIX__
|
|
|
|
#undef __BSD__
|
2003-04-24 13:48:51 +00:00
|
|
|
#undef __DARWIN__
|
|
|
|
#undef __EMX__
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef __FREEBSD__
|
2003-04-24 13:48:51 +00:00
|
|
|
#undef __HPUX__
|
|
|
|
#undef __LINUX__
|
|
|
|
#undef __NETBSD__
|
2002-12-04 14:11:26 +00:00
|
|
|
#undef __OPENBSD__
|
2003-04-24 13:48:51 +00:00
|
|
|
#undef __OSF__
|
2010-03-25 11:16:32 +00:00
|
|
|
#undef __QNX__
|
2003-04-24 13:48:51 +00:00
|
|
|
#undef __SGI__
|
|
|
|
#undef __SOLARIS__
|
|
|
|
#undef __SUN__
|
|
|
|
#undef __SUNOS__
|
|
|
|
#undef __SVR4__
|
|
|
|
#undef __SYSV__
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef __ULTRIX__
|
2003-04-24 13:48:51 +00:00
|
|
|
#undef __UNIXWARE__
|
|
|
|
#define __VMS__
|
|
|
|
|
|
|
|
#undef __IA64__
|
|
|
|
#define __ALPHA__
|
2002-03-04 14:22:32 +00:00
|
|
|
|
|
|
|
/* NanoX (with wxX11) */
|
|
|
|
#define wxUSE_NANOX 0
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2001-10-03 14:08:56 +00:00
|
|
|
/* PowerPC Darwin & Mac OS X */
|
|
|
|
#undef __POWERPC__
|
|
|
|
|
2005-03-17 08:05:04 +00:00
|
|
|
/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */
|
|
|
|
#undef __Point__
|
|
|
|
|
2001-12-19 07:06:19 +00:00
|
|
|
/* MS-DOS with DJGPP */
|
|
|
|
#undef __DOS__
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
|
|
|
|
#ifndef __WINDOWS__
|
|
|
|
#undef __WINDOWS__
|
|
|
|
#endif
|
|
|
|
|
2001-11-07 09:26:33 +00:00
|
|
|
#ifndef __WIN32__
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef __WIN32__
|
2001-11-07 09:26:33 +00:00
|
|
|
#endif
|
2003-01-29 11:52:47 +00:00
|
|
|
#ifndef __GNUWIN32__
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef __GNUWIN32__
|
2003-01-29 11:52:47 +00:00
|
|
|
#endif
|
|
|
|
#ifndef STRICT
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef STRICT
|
2003-01-29 11:52:47 +00:00
|
|
|
#endif
|
|
|
|
#ifndef WINVER
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef WINVER
|
2003-01-29 11:52:47 +00:00
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
/* --- start common options --- */
|
2000-10-03 10:34:40 +00:00
|
|
|
|
2012-06-29 06:44:00 +00:00
|
|
|
#define wxUSE_COMPILER_TLS 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#ifndef wxUSE_GUI
|
|
|
|
#define wxUSE_GUI 1
|
2002-01-25 06:58:11 +00:00
|
|
|
#endif
|
|
|
|
|
2007-02-19 20:02:14 +00:00
|
|
|
#define WXWIN_COMPATIBILITY_2_8 1
|
|
|
|
|
2014-01-04 20:07:33 +00:00
|
|
|
#define WXWIN_COMPATIBILITY_3_0 1
|
|
|
|
|
2009-01-13 08:02:13 +00:00
|
|
|
#define wxEVENTS_COMPATIBILITY_2_8 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2009-01-13 08:02:13 +00:00
|
|
|
#define wxDIALOG_UNIT_COMPATIBILITY 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2009-10-08 10:59:33 +00:00
|
|
|
#define wxUSE_DEBUG_CONTEXT 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2009-10-08 10:59:33 +00:00
|
|
|
#define wxUSE_DEBUGREPORT 1
|
2005-03-11 09:33:29 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_MEMORY_TRACING 0
|
|
|
|
|
|
|
|
#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
|
|
|
|
|
2009-10-08 10:59:33 +00:00
|
|
|
#define wxUSE_DEBUG_NEW_ALWAYS 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2009-10-08 10:59:33 +00:00
|
|
|
#define wxUSE_ON_FATAL_EXCEPTION 1
|
1999-12-08 15:13:18 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_STACKWALKER 0
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2002-07-25 13:18:52 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#ifndef wxUSE_UNICODE
|
2010-07-01 12:03:36 +00:00
|
|
|
#if defined( __WXX11__ )
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_UNICODE 0
|
|
|
|
#else
|
2007-06-22 12:34:38 +00:00
|
|
|
#define wxUSE_UNICODE 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#endif
|
2007-09-25 14:39:47 +00:00
|
|
|
#endif
|
2003-04-24 13:48:51 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_WCHAR_T 1
|
2004-02-10 21:49:22 +00:00
|
|
|
|
2004-10-02 18:33:34 +00:00
|
|
|
|
2014-08-26 08:29:52 +00:00
|
|
|
#define wxUSE_EXCEPTIONS 1
|
2004-10-02 18:33:34 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_EXTENDED_RTTI 0
|
2003-08-13 08:48:47 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LOG 1
|
|
|
|
|
|
|
|
#define wxUSE_LOGWINDOW 1
|
|
|
|
|
|
|
|
#define wxUSE_LOGGUI 1
|
|
|
|
|
2008-09-12 08:48:16 +00:00
|
|
|
#define wxUSE_LOG_DIALOG 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#define wxUSE_CMDLINE_PARSER 1
|
|
|
|
|
1999-12-23 13:19:09 +00:00
|
|
|
#define wxUSE_THREADS 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_STREAMS 1
|
2003-06-30 10:35:08 +00:00
|
|
|
|
2011-03-31 10:52:30 +00:00
|
|
|
#define wxUSE_PRINTF_POS_PARAMS 0
|
|
|
|
|
|
|
|
#define wxUSE_STL 0
|
|
|
|
|
2014-05-16 13:01:06 +00:00
|
|
|
#if defined(__DMC__) \
|
2008-03-06 06:46:56 +00:00
|
|
|
|| (defined(_MSC_VER) && _MSC_VER < 1200)
|
2008-12-27 14:58:12 +00:00
|
|
|
#define wxUSE_STD_DEFAULT 0
|
2006-11-08 09:03:58 +00:00
|
|
|
#else
|
2010-12-15 09:51:48 +00:00
|
|
|
#define wxUSE_STD_DEFAULT 1
|
2006-11-08 09:03:58 +00:00
|
|
|
#endif
|
2002-03-04 14:22:32 +00:00
|
|
|
|
2011-03-31 10:52:30 +00:00
|
|
|
#define wxUSE_STD_CONTAINERS wxUSE_STD_DEFAULT
|
|
|
|
|
2008-03-06 06:46:56 +00:00
|
|
|
#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT
|
|
|
|
|
|
|
|
#define wxUSE_STD_STRING wxUSE_STD_DEFAULT
|
|
|
|
|
2011-03-31 10:52:30 +00:00
|
|
|
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
|
|
|
|
|
|
|
|
#define wxUSE_IOSTREAMH 1
|
2006-05-28 15:18:15 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LONGLONG 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_BASE64 1
|
|
|
|
|
2008-09-11 07:09:05 +00:00
|
|
|
#define wxUSE_CONSOLE_EVENTLOOP 1
|
2007-09-25 14:39:47 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FILE 1
|
|
|
|
#define wxUSE_FFILE 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FSVOLUME 1
|
|
|
|
|
2005-03-11 09:33:29 +00:00
|
|
|
#define wxUSE_STDPATHS 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_TEXTBUFFER 1
|
|
|
|
|
|
|
|
#define wxUSE_TEXTFILE 1
|
|
|
|
|
|
|
|
#define wxUSE_INTL 1
|
2007-03-21 10:55:40 +00:00
|
|
|
#include <locale.h>
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2010-05-28 13:31:41 +00:00
|
|
|
#if defined (__WXMOTIF__)
|
2009-03-23 13:57:26 +00:00
|
|
|
#define wxUSE_XLOCALE 0
|
|
|
|
#else
|
2008-02-12 07:25:33 +00:00
|
|
|
#define wxUSE_XLOCALE 1
|
2009-03-23 13:57:26 +00:00
|
|
|
#endif
|
2008-02-12 07:25:33 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_DATETIME 1
|
|
|
|
|
|
|
|
#define wxUSE_TIMER 1
|
|
|
|
|
|
|
|
#define wxUSE_STOPWATCH 1
|
|
|
|
|
2010-02-04 07:26:55 +00:00
|
|
|
#define wxUSE_FSWATCHER 0
|
2009-10-23 10:52:41 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_CONFIG 1
|
|
|
|
|
|
|
|
#define wxUSE_CONFIG_NATIVE 0
|
|
|
|
|
|
|
|
#define wxUSE_DIALUP_MANAGER 1
|
|
|
|
|
|
|
|
#define wxUSE_DYNLIB_CLASS 1
|
|
|
|
|
|
|
|
#define wxUSE_DYNAMIC_LOADER 0
|
|
|
|
|
|
|
|
#define wxUSE_SOCKETS 1
|
2007-06-12 13:32:33 +00:00
|
|
|
#include <socket.h>
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2007-12-21 09:58:20 +00:00
|
|
|
#define wxUSE_IPV6 0
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FILESYSTEM 1
|
|
|
|
|
|
|
|
#define wxUSE_FS_ZIP 1
|
|
|
|
|
2006-10-27 09:12:27 +00:00
|
|
|
#define wxUSE_FS_ARCHIVE 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FS_INET 1
|
|
|
|
|
2005-02-12 21:40:48 +00:00
|
|
|
#define wxUSE_ARCHIVE_STREAMS 1
|
2005-02-10 13:54:41 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_ZIPSTREAM 1
|
|
|
|
|
2006-10-27 09:12:27 +00:00
|
|
|
#define wxUSE_TARSTREAM 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_ZLIB 1
|
|
|
|
|
|
|
|
#define wxUSE_APPLE_IEEE 0
|
|
|
|
|
|
|
|
#define wxUSE_JOYSTICK 0
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_FONTENUM 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FONTMAP 1
|
|
|
|
|
|
|
|
#define wxUSE_MIMETYPE 1
|
|
|
|
|
|
|
|
#define wxUSE_PROTOCOL 1
|
|
|
|
|
|
|
|
#define wxUSE_PROTOCOL_FILE 1
|
|
|
|
#define wxUSE_PROTOCOL_FTP 1
|
|
|
|
#define wxUSE_PROTOCOL_HTTP 1
|
|
|
|
|
|
|
|
#define wxUSE_URL 1
|
|
|
|
|
|
|
|
#define wxUSE_URL_NATIVE 0
|
|
|
|
|
2006-09-28 09:09:06 +00:00
|
|
|
#define wxUSE_VARIANT 1
|
|
|
|
|
2009-09-19 08:51:11 +00:00
|
|
|
#define wxUSE_ANY 1
|
|
|
|
|
2009-10-05 09:13:42 +00:00
|
|
|
#define wxUSE_REGEX 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#define wxUSE_SYSTEM_OPTIONS 1
|
|
|
|
|
|
|
|
#define wxUSE_SOUND 1
|
|
|
|
|
|
|
|
#define wxUSE_MEDIACTRL 1
|
|
|
|
|
|
|
|
#define wxUSE_XRC 1
|
|
|
|
|
2006-11-14 09:51:40 +00:00
|
|
|
#define wxUSE_XML wxUSE_XRC
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2006-06-12 09:00:22 +00:00
|
|
|
#define wxUSE_AUI 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
2009-09-18 06:24:59 +00:00
|
|
|
#define wxUSE_RIBBON 1
|
|
|
|
|
2008-09-12 20:57:41 +00:00
|
|
|
#define wxUSE_PROPGRID 1
|
|
|
|
|
2011-09-26 14:28:32 +00:00
|
|
|
#define wxUSE_WEBVIEW 0
|
2011-09-12 11:13:05 +00:00
|
|
|
|
2011-09-29 14:19:09 +00:00
|
|
|
#ifdef __WXMSW__
|
|
|
|
#define wxUSE_WEBVIEW_IE 0
|
|
|
|
#else
|
|
|
|
#define wxUSE_WEBVIEW_IE 0
|
|
|
|
#endif
|
2011-09-12 11:13:05 +00:00
|
|
|
|
2011-09-29 14:19:09 +00:00
|
|
|
#if defined(__WXGTK__) || defined(__WXOSX__)
|
|
|
|
#define wxUSE_WEBVIEW_WEBKIT 0
|
|
|
|
#else
|
|
|
|
#define wxUSE_WEBVIEW_WEBKIT 0
|
|
|
|
#endif
|
2011-09-12 11:13:05 +00:00
|
|
|
|
2010-04-06 09:47:19 +00:00
|
|
|
#ifdef _MSC_VER
|
2010-04-16 09:15:32 +00:00
|
|
|
# if _MSC_VER >= 1310
|
2010-04-06 09:47:19 +00:00
|
|
|
|
|
|
|
|
2006-10-06 07:25:56 +00:00
|
|
|
#define wxUSE_GRAPHICS_CONTEXT 0
|
2010-04-06 09:47:19 +00:00
|
|
|
# else
|
|
|
|
|
|
|
|
|
|
|
|
# define wxUSE_GRAPHICS_CONTEXT 0
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-08-28 06:27:50 +00:00
|
|
|
#ifdef __WXGTK3__
|
|
|
|
# define wxUSE_GRAPHICS_CONTEXT 1
|
|
|
|
#else
|
2010-04-06 09:47:19 +00:00
|
|
|
# define wxUSE_GRAPHICS_CONTEXT 0
|
|
|
|
#endif
|
2012-08-28 06:27:50 +00:00
|
|
|
#endif
|
2006-10-06 07:25:56 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_CONTROLS 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2011-03-18 07:16:00 +00:00
|
|
|
#define wxUSE_MARKUP 1
|
|
|
|
|
2002-01-11 07:37:33 +00:00
|
|
|
#ifdef __WXMOTIF__
|
|
|
|
#define wxUSE_POPUPWIN 0
|
|
|
|
#else
|
2001-07-04 12:23:32 +00:00
|
|
|
#define wxUSE_POPUPWIN 1
|
2002-01-11 07:37:33 +00:00
|
|
|
#endif
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2013-07-15 15:14:59 +00:00
|
|
|
#define wxUSE_PREFERENCES_EDITOR 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_TIPWINDOW 1
|
|
|
|
|
2007-04-20 08:16:48 +00:00
|
|
|
#define wxUSE_STC 1
|
|
|
|
|
2006-07-24 23:16:37 +00:00
|
|
|
#define wxUSE_ANIMATIONCTRL 1
|
2011-08-26 13:01:40 +00:00
|
|
|
#define wxUSE_BANNERWINDOW 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_BUTTON 1
|
|
|
|
#define wxUSE_BMPBUTTON 1
|
|
|
|
#define wxUSE_CALENDARCTRL 1
|
|
|
|
#define wxUSE_CHECKBOX 1
|
|
|
|
#define wxUSE_CHECKLISTBOX 1
|
|
|
|
#define wxUSE_CHOICE 1
|
2006-11-07 10:34:10 +00:00
|
|
|
#define wxUSE_COLLPANE 1
|
2006-06-02 06:39:13 +00:00
|
|
|
#define wxUSE_COLOURPICKERCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_COMBOBOX 1
|
2010-08-19 07:13:01 +00:00
|
|
|
#define wxUSE_COMMANDLINKBUTTON 1
|
2006-05-16 06:54:54 +00:00
|
|
|
#define wxUSE_DATAVIEWCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_DATEPICKCTRL 1
|
2006-06-02 06:39:13 +00:00
|
|
|
#define wxUSE_DIRPICKERCTRL 1
|
2007-05-16 10:04:24 +00:00
|
|
|
#define wxUSE_EDITABLELISTBOX 1
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_FILECTRL 1
|
2006-06-02 06:39:13 +00:00
|
|
|
#define wxUSE_FILEPICKERCTRL 1
|
|
|
|
#define wxUSE_FONTPICKERCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_GAUGE 1
|
2009-01-12 10:26:45 +00:00
|
|
|
#define wxUSE_HEADERCTRL 1
|
2006-06-02 06:39:13 +00:00
|
|
|
#define wxUSE_HYPERLINKCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LISTBOX 1
|
|
|
|
#define wxUSE_LISTCTRL 1
|
|
|
|
#define wxUSE_RADIOBOX 1
|
|
|
|
#define wxUSE_RADIOBTN 1
|
2010-08-19 07:13:01 +00:00
|
|
|
#define wxUSE_RICHMSGDLG 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_SCROLLBAR 1
|
2006-12-19 11:25:09 +00:00
|
|
|
#define wxUSE_SEARCHCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_SLIDER 1
|
|
|
|
#define wxUSE_SPINBTN 1
|
|
|
|
#define wxUSE_SPINCTRL 1
|
|
|
|
#define wxUSE_STATBOX 1
|
|
|
|
#define wxUSE_STATLINE 1
|
|
|
|
#define wxUSE_STATTEXT 1
|
|
|
|
#define wxUSE_STATBMP 1
|
|
|
|
#define wxUSE_TEXTCTRL 1
|
2011-09-29 14:19:09 +00:00
|
|
|
#define wxUSE_TIMEPICKCTRL 1
|
2005-02-01 07:30:54 +00:00
|
|
|
#if defined (__WXMOTIF__) || defined( __WXGTK__ )
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_TOGGLEBTN 1
|
2005-02-01 07:30:54 +00:00
|
|
|
#else
|
|
|
|
#define wxUSE_TOGGLEBTN 0
|
|
|
|
#endif
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_TREECTRL 1
|
2011-08-30 09:51:21 +00:00
|
|
|
#define wxUSE_TREELISTCTRL 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#define wxUSE_STATUSBAR 1
|
|
|
|
|
|
|
|
#define wxUSE_NATIVE_STATUSBAR 0
|
|
|
|
|
|
|
|
#define wxUSE_TOOLBAR 1
|
|
|
|
#define wxUSE_TOOLBAR_NATIVE 1
|
|
|
|
|
|
|
|
#define wxUSE_NOTEBOOK 1
|
|
|
|
|
|
|
|
#define wxUSE_LISTBOOK 1
|
|
|
|
|
|
|
|
#define wxUSE_CHOICEBOOK 1
|
|
|
|
|
2005-10-09 18:40:36 +00:00
|
|
|
#define wxUSE_TREEBOOK 1
|
|
|
|
|
2006-02-15 09:33:40 +00:00
|
|
|
#define wxUSE_TOOLBOOK 1
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_TASKBARICON 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_GRID 1
|
|
|
|
|
2006-01-11 10:36:48 +00:00
|
|
|
#define wxUSE_MINIFRAME 1
|
2001-12-05 11:02:02 +00:00
|
|
|
|
2006-05-22 14:38:36 +00:00
|
|
|
#define wxUSE_COMBOCTRL 1
|
2006-05-16 06:54:54 +00:00
|
|
|
|
2006-05-22 14:38:36 +00:00
|
|
|
#define wxUSE_ODCOMBOBOX 1
|
2006-05-16 06:54:54 +00:00
|
|
|
|
2006-09-23 09:14:49 +00:00
|
|
|
#define wxUSE_BITMAPCOMBOBOX 1
|
|
|
|
|
2009-01-12 10:26:45 +00:00
|
|
|
#define wxUSE_REARRANGECTRL 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
#define wxUSE_ACCEL 1
|
|
|
|
|
2011-01-03 13:46:00 +00:00
|
|
|
#define wxUSE_ARTPROVIDER_STD 1
|
|
|
|
|
|
|
|
#define wxUSE_ARTPROVIDER_TANGO 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_HOTKEY 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_CARET 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2006-03-17 00:12:17 +00:00
|
|
|
#define wxUSE_DISPLAY 0
|
2001-09-04 09:38:11 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_GEOMETRY 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_IMAGLIST 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2009-10-06 08:53:17 +00:00
|
|
|
#define wxUSE_INFOBAR 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_MENUS 1
|
2001-12-05 11:02:02 +00:00
|
|
|
|
2007-12-21 09:58:20 +00:00
|
|
|
#define wxUSE_NOTIFICATION_MESSAGE 1
|
|
|
|
|
2011-11-07 09:42:06 +00:00
|
|
|
#if defined (__WXMOTIF__)
|
|
|
|
#define wxUSE_RICHTOOLTIP 0
|
|
|
|
#else
|
2011-11-03 09:38:44 +00:00
|
|
|
#define wxUSE_RICHTOOLTIP 1
|
2011-11-07 09:42:06 +00:00
|
|
|
#endif
|
2011-11-03 09:38:44 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_SASH 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_SPLITTER 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#if defined (__WXMOTIF__) || defined( __WXX11__ )
|
|
|
|
#define wxUSE_TOOLTIPS 0
|
|
|
|
#else
|
|
|
|
#define wxUSE_TOOLTIPS 1
|
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_VALIDATORS 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2008-01-11 12:31:03 +00:00
|
|
|
#ifdef __WXMSW__
|
|
|
|
#define wxUSE_AUTOID_MANAGEMENT 0
|
|
|
|
#else
|
|
|
|
#define wxUSE_AUTOID_MANAGEMENT 0
|
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_COMMON_DIALOGS 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_BUSYINFO 1
|
|
|
|
|
|
|
|
#define wxUSE_CHOICEDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_COLOURDLG 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
#define wxUSE_DIRDLG 1
|
|
|
|
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FILEDLG 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_FINDREPLDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_FONTDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_MSGDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_PROGRESSDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_STARTUP_TIPS 1
|
|
|
|
|
|
|
|
#define wxUSE_TEXTDLG 1
|
|
|
|
|
|
|
|
#define wxUSE_NUMBERDLG 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
|
|
|
#define wxUSE_SPLASH 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_WIZARDDLG 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2006-07-24 23:16:37 +00:00
|
|
|
#define wxUSE_ABOUTDLG 1
|
2003-04-24 13:48:51 +00:00
|
|
|
|
2010-05-07 13:38:53 +00:00
|
|
|
#define wxUSE_FILE_HISTORY 1
|
|
|
|
|
2005-09-05 12:43:06 +00:00
|
|
|
#define wxUSE_METAFILE 0
|
|
|
|
#define wxUSE_ENH_METAFILE 0
|
|
|
|
#define wxUSE_WIN_METAFILES_ALWAYS 0
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
#define wxUSE_MDI 1
|
|
|
|
|
|
|
|
#define wxUSE_DOC_VIEW_ARCHITECTURE 1
|
|
|
|
|
|
|
|
#define wxUSE_MDI_ARCHITECTURE 1
|
|
|
|
|
|
|
|
#define wxUSE_PRINTING_ARCHITECTURE 1
|
|
|
|
|
|
|
|
#define wxUSE_HTML 1
|
|
|
|
|
|
|
|
#define wxUSE_GLCANVAS 1
|
|
|
|
|
2005-10-26 06:20:19 +00:00
|
|
|
#define wxUSE_RICHTEXT 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#define wxUSE_CLIPBOARD 1
|
|
|
|
|
|
|
|
#define wxUSE_DATAOBJ 1
|
|
|
|
|
|
|
|
#ifdef __WXGTK__
|
|
|
|
#define wxUSE_DRAG_AND_DROP 1
|
2004-11-05 08:04:38 +00:00
|
|
|
#else
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_DRAG_AND_DROP 0
|
2004-11-05 08:04:38 +00:00
|
|
|
#endif
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_ACCESSIBILITY 0
|
|
|
|
|
|
|
|
|
|
|
|
#define wxUSE_SNGLINST_CHECKER 1
|
|
|
|
|
|
|
|
#define wxUSE_DRAGIMAGE 1
|
|
|
|
|
|
|
|
#define wxUSE_IPC 1
|
|
|
|
|
|
|
|
#define wxUSE_HELP 1
|
|
|
|
|
2006-07-24 23:16:37 +00:00
|
|
|
#define wxUSE_MS_HTML_HELP 0
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_WXHTML_HELP 1
|
|
|
|
|
|
|
|
#define wxUSE_CONSTRAINTS 1
|
|
|
|
|
|
|
|
|
|
|
|
#define wxUSE_SPLINES 1
|
|
|
|
|
|
|
|
|
|
|
|
#define wxUSE_MOUSEWHEEL 1
|
|
|
|
|
2010-03-25 11:16:32 +00:00
|
|
|
#define wxUSE_UIACTIONSIMULATOR 1
|
2005-01-26 07:35:28 +00:00
|
|
|
|
|
|
|
#define wxUSE_POSTSCRIPT 1
|
|
|
|
|
|
|
|
#define wxUSE_AFM_FOR_POSTSCRIPT 1
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_SVG 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_IMAGE 1
|
1999-12-23 13:19:09 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LIBPNG 1
|
2001-09-04 09:38:11 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LIBJPEG 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LIBTIFF 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2006-10-30 09:37:37 +00:00
|
|
|
#define wxUSE_TGA 1
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_GIF 1
|
2000-11-27 12:13:25 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_PNM 1
|
2002-03-04 14:22:32 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_PCX 1
|
|
|
|
|
|
|
|
#define wxUSE_IFF 1
|
|
|
|
|
|
|
|
#define wxUSE_XPM 1
|
|
|
|
|
|
|
|
#define wxUSE_ICO_CUR 1
|
|
|
|
|
|
|
|
#define wxUSE_PALETTE 1
|
|
|
|
|
2012-02-07 10:33:31 +00:00
|
|
|
#if defined( __WXX11__ )
|
|
|
|
#define wxUSE_ALL_THEMES 1
|
|
|
|
|
|
|
|
#define wxUSE_THEME_GTK 1
|
|
|
|
#define wxUSE_THEME_METAL 1
|
|
|
|
#define wxUSE_THEME_MONO 1
|
|
|
|
#define wxUSE_THEME_WIN32 1
|
|
|
|
#else
|
2006-10-06 07:25:56 +00:00
|
|
|
#define wxUSE_ALL_THEMES 0
|
|
|
|
|
|
|
|
#define wxUSE_THEME_GTK 0
|
|
|
|
#define wxUSE_THEME_METAL 0
|
|
|
|
#define wxUSE_THEME_MONO 0
|
|
|
|
#define wxUSE_THEME_WIN32 0
|
2012-02-07 10:33:31 +00:00
|
|
|
#endif
|
2006-10-06 07:25:56 +00:00
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
/* --- end common options --- */
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
/*
|
|
|
|
* Unix/VMS-specific options
|
|
|
|
*/
|
|
|
|
#define wxUSE_SELECT_DISPATCHER 1
|
|
|
|
#define wxUSE_EPOLL_DISPATCHER 0
|
2003-09-15 13:00:34 +00:00
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_UNICODE_UTF8 0
|
|
|
|
#define wxUSE_UTF8_LOCALE_ONLY 0
|
|
|
|
|
2009-05-27 12:48:14 +00:00
|
|
|
/*
|
|
|
|
Use GStreamer for Unix.
|
|
|
|
|
|
|
|
Default is 0 as this requires a lot of dependencies which might not be
|
|
|
|
available.
|
|
|
|
|
|
|
|
Recommended setting: 1 (wxMediaCtrl won't work by default without it)
|
|
|
|
*/
|
|
|
|
#define wxUSE_GSTREAMER 0
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
/* --- start MSW options --- */
|
|
|
|
|
2014-09-18 14:52:33 +00:00
|
|
|
#define wxUSE_GRAPHICS_GDIPLUS wxUSE_GRAPHICS_CONTEXT
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) && _MSC_VER >= 1600
|
|
|
|
#define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT
|
|
|
|
#else
|
|
|
|
#define wxUSE_GRAPHICS_DIRECT2D 0
|
|
|
|
#endif
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_MFC 0
|
2006-02-20 13:47:08 +00:00
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_OLE 0
|
2005-08-18 07:46:37 +00:00
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_OLE_AUTOMATION 0
|
2007-04-20 08:16:48 +00:00
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_ACTIVEX 0
|
2007-05-16 10:04:24 +00:00
|
|
|
|
2005-08-18 07:46:37 +00:00
|
|
|
#define wxUSE_DC_CACHEING 1
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_WXDIB 0
|
|
|
|
|
|
|
|
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
|
|
|
|
|
|
|
|
#define wxUSE_REGKEY 0
|
|
|
|
|
|
|
|
#define wxUSE_RICHEDIT 0
|
|
|
|
|
|
|
|
#define wxUSE_RICHEDIT2 0
|
|
|
|
|
2012-03-19 13:41:28 +00:00
|
|
|
#define wxUSE_OWNER_DRAWN 1
|
2007-09-25 14:39:47 +00:00
|
|
|
|
2007-12-21 09:58:20 +00:00
|
|
|
#define wxUSE_TASKBARICON_BALLOONS 0
|
|
|
|
|
2014-09-18 14:52:33 +00:00
|
|
|
#define wxUSE_TASKBARBUTTON 0
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
#define wxUSE_UXTHEME 0
|
|
|
|
|
|
|
|
#define wxUSE_INKEDIT 0
|
|
|
|
|
|
|
|
#define wxUSE_INICONF 0
|
|
|
|
|
|
|
|
#define wxUSE_DATEPICKCTRL_GENERIC 0
|
|
|
|
|
2011-09-29 14:19:09 +00:00
|
|
|
#define wxUSE_TIMEPICKCTRL_GENERIC 0
|
2007-09-25 14:39:47 +00:00
|
|
|
|
|
|
|
#define wxUSE_CRASHREPORT 0
|
|
|
|
|
|
|
|
/* --- end MSW options --- */
|
2005-08-18 07:46:37 +00:00
|
|
|
|
2001-07-04 12:23:32 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler supports the explicit keyword
|
2001-07-04 12:23:32 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#define HAVE_EXPLICIT 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has C99 va_copy
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_VA_COPY
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if va_list type is an array
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef VA_LIST_IS_ARRAY
|
|
|
|
|
2006-09-19 11:59:21 +00:00
|
|
|
/*
|
|
|
|
* Define if the compiler supports variadic macros
|
|
|
|
*/
|
2006-09-22 13:04:18 +00:00
|
|
|
#undef HAVE_VARIADIC_MACROS
|
2006-09-19 11:59:21 +00:00
|
|
|
|
|
|
|
#if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY)
|
|
|
|
/*
|
|
|
|
* Define if your compiler has std::wstring
|
|
|
|
*/
|
2006-09-22 13:04:18 +00:00
|
|
|
#define HAVE_STD_WSTRING 1
|
2006-09-19 11:59:21 +00:00
|
|
|
/*
|
|
|
|
* Define if your compiler has compliant std::string::compare
|
|
|
|
*/
|
|
|
|
#define HAVE_STD_STRING_COMPARE 1
|
|
|
|
#else
|
2004-11-11 08:02:12 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has std::wstring
|
2004-11-11 08:02:12 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
/* #unfine HAVE_STD_WSTRING */
|
2004-11-24 10:25:41 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has compliant std::string::compare
|
2004-11-24 10:25:41 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_STD_STRING_COMPARE
|
2006-09-19 11:59:21 +00:00
|
|
|
#endif
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has <hash_map>
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_HASH_MAP
|
2001-07-04 12:23:32 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has <ext/hash_map>
|
2001-07-04 12:23:32 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_EXT_HASH_MAP
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has std::hash_map/hash_set
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_STD_HASH_MAP
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Define if your compiler has __gnu_cxx::hash_map/hash_set
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef HAVE_GNU_CXX_HASH_MAP
|
|
|
|
|
2008-06-20 10:19:04 +00:00
|
|
|
/*
|
|
|
|
* Define if your compiler has std::unordered_map
|
|
|
|
*/
|
|
|
|
#undef HAVE_STD_UNORDERED_MAP
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define if your compiler has std::unordered_set
|
|
|
|
*/
|
|
|
|
#undef HAVE_STD_UNORDERED_SET
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define if your compiler has std::tr1::unordered_map
|
|
|
|
*/
|
|
|
|
#undef HAVE_TR1_UNORDERED_MAP
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define if your compiler has std::tr1::unordered_set
|
|
|
|
*/
|
|
|
|
#undef HAVE_TR1_UNORDERED_SET
|
|
|
|
|
2010-06-25 08:47:42 +00:00
|
|
|
/*
|
|
|
|
* Define if your compiler has <tr1/type_traits>
|
|
|
|
*/
|
|
|
|
#undef HAVE_TR1_TYPE_TRAITS
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define if your compiler has <type_traits>
|
|
|
|
*/
|
|
|
|
#undef HAVE_TYPE_TRAITS
|
|
|
|
|
2007-07-09 10:12:51 +00:00
|
|
|
/*
|
|
|
|
* Define if the compiler supports simple visibility declarations.
|
|
|
|
*/
|
|
|
|
#undef HAVE_VISIBILITY
|
|
|
|
|
2007-09-10 22:27:15 +00:00
|
|
|
/*
|
|
|
|
* Define if the compiler supports GCC's atomic memory access builtins
|
|
|
|
*/
|
|
|
|
#undef HAVE_GCC_ATOMIC_BUILTINS
|
|
|
|
|
2007-09-25 14:39:47 +00:00
|
|
|
/*
|
|
|
|
* Define if compiler's visibility support in libstdc++ is broken
|
|
|
|
*/
|
|
|
|
#undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* The built-in regex supports advanced REs in additional to POSIX's basic
|
|
|
|
* and extended. Your system regex probably won't support this, and in this
|
|
|
|
* case WX_NO_REGEX_ADVANCED should be defined.
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#undef WX_NO_REGEX_ADVANCED
|
2005-11-20 17:25:33 +00:00
|
|
|
/*
|
|
|
|
* On GNU systems use re_search instead of regexec, since the latter does a
|
|
|
|
* strlen on the search text affecting the performance of some operations.
|
|
|
|
*/
|
|
|
|
#undef HAVE_RE_SEARCH
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Use SDL for audio (Unix)
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_LIBSDL 0
|
2007-09-06 17:31:51 +00:00
|
|
|
/*
|
2013-10-01 17:09:02 +00:00
|
|
|
* Use GTK print for printing under GTK+ 2.10+
|
2007-09-06 17:31:51 +00:00
|
|
|
*/
|
2007-09-25 14:39:47 +00:00
|
|
|
#ifdef VMS_GTK2
|
|
|
|
#define wxUSE_GTKPRINT 1
|
|
|
|
#else
|
2007-09-06 17:31:51 +00:00
|
|
|
#define wxUSE_GTKPRINT 0
|
2007-09-25 14:39:47 +00:00
|
|
|
#endif
|
2006-03-22 07:47:22 +00:00
|
|
|
/*
|
|
|
|
* Use GNOME VFS for MIME types
|
|
|
|
*/
|
|
|
|
#define wxUSE_LIBGNOMEVFS 0
|
2006-01-11 10:36:48 +00:00
|
|
|
/*
|
|
|
|
* Use the Hildon framework
|
|
|
|
*/
|
|
|
|
#define wxUSE_LIBHILDON 0
|
2009-09-24 12:36:34 +00:00
|
|
|
/*
|
|
|
|
* Use the Hildon 2.0 framework
|
|
|
|
*/
|
|
|
|
#define wxUSE_LIBHILDON2 0
|
2011-04-27 10:26:08 +00:00
|
|
|
|
|
|
|
#define wxUSE_DC_TRANSFORM_MATRIX 1
|
|
|
|
|
2012-08-23 13:43:18 +00:00
|
|
|
/*
|
|
|
|
* Use libnotify library.
|
2012-09-19 11:28:12 +00:00
|
|
|
* Use libnotify 0.7+ API.
|
2012-08-23 13:43:18 +00:00
|
|
|
*/
|
2012-08-23 14:44:29 +00:00
|
|
|
#ifdef VMS_GTK2
|
2012-08-23 13:43:18 +00:00
|
|
|
#define wxUSE_LIBNOTIFY 1
|
2012-09-19 11:28:12 +00:00
|
|
|
#define wxUSE_LIBNOTIFY_0_7 1
|
2012-08-23 14:44:29 +00:00
|
|
|
#else
|
|
|
|
#define wxUSE_LIBNOTIFY 0
|
2012-09-19 11:28:12 +00:00
|
|
|
#define wxUSE_LIBNOTIFY_0_7 0
|
2012-08-23 14:44:29 +00:00
|
|
|
#endif
|
2001-07-04 12:23:32 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Use libXpm
|
2001-07-04 12:23:32 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxHAVE_LIB_XPM 1
|
2005-08-18 07:46:37 +00:00
|
|
|
/*
|
|
|
|
* Define if you have pthread_cleanup_push/pop()
|
|
|
|
*/
|
|
|
|
#define wxHAVE_PTHREAD_CLEANUP 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2008-09-02 10:44:06 +00:00
|
|
|
/*
|
|
|
|
* Define if compiler has __thread keyword.
|
|
|
|
*/
|
|
|
|
#undef HAVE___THREAD_KEYWORD
|
|
|
|
|
2009-06-18 15:25:55 +00:00
|
|
|
/*
|
|
|
|
* Define if large (64 bit file offsets) files are supported.
|
|
|
|
*/
|
|
|
|
#undef HAVE_LARGEFILE_SUPPORT
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
2005-01-26 07:35:28 +00:00
|
|
|
* Use OpenGL
|
2001-12-19 07:06:19 +00:00
|
|
|
*/
|
2005-01-26 07:35:28 +00:00
|
|
|
#define wxUSE_OPENGL 1
|
2001-12-19 07:06:19 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* for compatibility */
|
|
|
|
/*
|
2002-03-04 14:22:32 +00:00
|
|
|
* Use wxWindows help facility
|
1999-11-12 09:23:31 +00:00
|
|
|
*/
|
|
|
|
#define wxUSE_HELP 1
|
2001-07-04 12:23:32 +00:00
|
|
|
/*
|
|
|
|
* Use built-in HTML-based help controller
|
|
|
|
*/
|
|
|
|
#define wxUSE_WXHTML_HELP 1
|
2002-03-04 14:22:32 +00:00
|
|
|
/*
|
|
|
|
* Use MS HTML Help controller (win32)
|
|
|
|
*/
|
|
|
|
#define wxUSE_MS_HTML_HELP 0
|
2003-10-17 10:01:21 +00:00
|
|
|
/*
|
|
|
|
* Use MS HTML Help via libmspack (Unix)
|
|
|
|
*/
|
|
|
|
#define wxUSE_LIBMSPACK 1
|
2001-07-04 12:23:32 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
|
|
|
* Matthews garbage collection (used for MrEd?)
|
|
|
|
*/
|
|
|
|
#define WXGARBAGE_COLLECTION_ON 1
|
2004-09-20 19:30:20 +00:00
|
|
|
|
2004-06-24 08:15:07 +00:00
|
|
|
/*
|
|
|
|
* wxWebKitCtrl
|
|
|
|
*/
|
|
|
|
#define wxUSE_WEBKIT 1
|
|
|
|
|
2007-06-12 13:32:33 +00:00
|
|
|
/*
|
|
|
|
* Objective-C class name uniquifying
|
|
|
|
*/
|
|
|
|
#define wxUSE_OBJC_UNIQUIFYING 0
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/*
|
|
|
|
* The const keyword is being introduced more in wxWindows.
|
|
|
|
* You can use this setting to maintain backward compatibility.
|
|
|
|
* If 0: will use const wherever possible.
|
|
|
|
* If 1: will use const only where necessary
|
|
|
|
* for precompiled headers to work.
|
|
|
|
* If 2: will be totally backward compatible, but precompiled
|
|
|
|
* headers may not work and program size will be larger.
|
|
|
|
*/
|
|
|
|
#define CONST_COMPATIBILITY 0
|
|
|
|
|
2006-10-25 10:19:28 +00:00
|
|
|
/*
|
|
|
|
* use the session manager to detect KDE/GNOME
|
|
|
|
*/
|
|
|
|
#define wxUSE_DETECT_SM 0
|
|
|
|
|
1999-12-23 13:19:09 +00:00
|
|
|
/* define with the name of timezone variable */
|
|
|
|
#undef WX_TIMEZONE
|
2008-12-27 14:58:12 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* The type of 3rd argument to getsockname() - usually size_t or int */
|
2005-08-31 15:48:41 +00:00
|
|
|
#define WX_SOCKLEN_T size_t
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-01-12 07:47:40 +00:00
|
|
|
/* The type of 5th argument to getsockopt() - usually size_t or int */
|
|
|
|
#define SOCKOPTLEN_T size_t
|
|
|
|
|
2003-01-29 11:52:47 +00:00
|
|
|
/* The type of statvfs(2) argument */
|
|
|
|
#undef WX_STATFS_T
|
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* The signal handler prototype */
|
2009-10-08 10:59:33 +00:00
|
|
|
#define wxTYPE_SA_HANDLER int
|
2002-03-04 14:22:32 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* gettimeofday() usually takes 2 arguments, but some really old systems might
|
|
|
|
* have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
|
|
|
|
#undef WX_GETTIMEOFDAY_NO_TZ
|
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* struct tm doesn't always have the tm_gmtoff field, define this if it does */
|
1999-11-17 13:45:26 +00:00
|
|
|
#define WX_GMTOFF_IN_TM
|
|
|
|
|
2002-12-04 14:11:26 +00:00
|
|
|
/* Define if you have poll(2) function */
|
|
|
|
#define HAVE_POLL 1
|
|
|
|
|
2000-10-03 10:34:40 +00:00
|
|
|
/* Define if you have pw_gecos field in struct passwd */
|
|
|
|
#undef HAVE_PW_GECOS
|
|
|
|
|
2005-01-26 07:35:28 +00:00
|
|
|
/* Define if you have __cxa_demangle() in <cxxabi.h> */
|
|
|
|
#undef HAVE_CXA_DEMANGLE
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have dlopen() */
|
2000-10-03 10:34:40 +00:00
|
|
|
#define HAVE_DLOPEN 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have gettimeofday() */
|
|
|
|
#define HAVE_GETTIMEOFDAY
|
|
|
|
|
2005-08-18 07:46:37 +00:00
|
|
|
/* Define if fsync() is available */
|
|
|
|
#define HAVE_FSYNC 1
|
2005-08-19 08:14:05 +00:00
|
|
|
|
2007-03-12 06:51:16 +00:00
|
|
|
/* Define if round() is available */
|
|
|
|
/* #undef HAVE_ROUND */
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have ftime() */
|
|
|
|
#define HAVE_FTIME
|
|
|
|
|
|
|
|
/* Define if you have nanosleep() */
|
2005-09-29 07:22:49 +00:00
|
|
|
#if __CRTL_VER >= 70320000
|
|
|
|
#define HAVE_NANOSLEEP 1
|
|
|
|
#else
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef HAVE_NANOSLEEP
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have sched_yield */
|
2005-09-29 07:22:49 +00:00
|
|
|
#define HAVE_SCHED_YIELD 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have pthread_mutexattr_t and functions to work with it */
|
2005-09-29 07:22:49 +00:00
|
|
|
#define HAVE_PTHREAD_MUTEXATTR_T 1
|
2002-03-04 14:22:32 +00:00
|
|
|
|
2005-09-25 22:48:06 +00:00
|
|
|
/* Define if you have pthread_mutexattr_settype() declaration */
|
2005-09-29 07:22:49 +00:00
|
|
|
#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
|
2005-09-25 22:48:06 +00:00
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
|
|
|
|
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have pthread_cancel */
|
1999-12-23 13:19:09 +00:00
|
|
|
#define HAVE_PTHREAD_CANCEL 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2007-03-13 22:37:26 +00:00
|
|
|
/* Define if you have pthread_mutex_timedlock */
|
|
|
|
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
|
|
|
|
|
2005-09-05 12:43:06 +00:00
|
|
|
/* Define if you have pthread_attr_setstacksize */
|
|
|
|
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
|
|
|
|
|
2000-11-27 12:13:25 +00:00
|
|
|
/* Define if you have the putenv function. */
|
|
|
|
#define HAVE_PUTENV 1
|
|
|
|
|
|
|
|
/* Define if you have the setenv function. */
|
2005-09-29 07:22:49 +00:00
|
|
|
# if __CRTL_VER >= 70000000
|
|
|
|
#define HAVE_SETENV 1
|
2007-08-07 22:29:07 +00:00
|
|
|
#define HAVE_UNSETENV 1
|
2005-09-29 07:22:49 +00:00
|
|
|
#else
|
2000-11-27 12:13:25 +00:00
|
|
|
#undef HAVE_SETENV
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
|
|
|
|
1999-12-08 15:13:18 +00:00
|
|
|
/* Define if you have shl_load() */
|
|
|
|
#undef HAVE_SHL_LOAD
|
|
|
|
|
2005-09-29 07:22:49 +00:00
|
|
|
#if __CRTL_VER >= 70312000
|
|
|
|
/* Define if you have snprintf() */
|
|
|
|
#define HAVE_SNPRINTF 1
|
|
|
|
|
|
|
|
/* Define if you have snprintf() declaration in the header */
|
|
|
|
#define HAVE_SNPRINTF_DECL 1
|
|
|
|
#else
|
2005-08-22 22:46:33 +00:00
|
|
|
/* Define if you have snprintf() */
|
|
|
|
#undef HAVE_SNPRINTF
|
|
|
|
|
|
|
|
/* Define if you have snprintf() declaration in the header */
|
|
|
|
#undef HAVE_SNPRINTF_DECL
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
2005-08-22 22:46:33 +00:00
|
|
|
|
2006-08-25 06:56:52 +00:00
|
|
|
/* Define if you have a snprintf() which supports positional arguments
|
|
|
|
(defined in the unix98 standard) */
|
|
|
|
#undef HAVE_UNIX98_PRINTF
|
|
|
|
|
2001-09-04 09:38:11 +00:00
|
|
|
/* define if you have statfs function */
|
|
|
|
#undef HAVE_STATFS
|
|
|
|
|
2005-08-23 23:12:37 +00:00
|
|
|
/* define if you have statfs prototype */
|
|
|
|
#undef HAVE_STATFS_DECL
|
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* define if you have statvfs function */
|
|
|
|
#undef HAVE_STATVFS
|
|
|
|
|
2006-10-30 09:37:37 +00:00
|
|
|
/* Define if you have strtoull() and strtoll() */
|
|
|
|
#define HAVE_STRTOULL 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have all functions to set thread priority */
|
1999-12-23 13:19:09 +00:00
|
|
|
#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-09-29 07:22:49 +00:00
|
|
|
#if __CRTL_VER >= 70312000
|
|
|
|
/* Define if you have vsnprintf() */
|
|
|
|
#define HAVE_VSNPRINTF 1
|
|
|
|
|
|
|
|
/* Define if you have vsnprintf() declaration in the header */
|
|
|
|
#define HAVE_VSNPRINTF_DECL 1
|
|
|
|
#else
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have vsnprintf() */
|
|
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
|
2003-01-18 02:33:13 +00:00
|
|
|
/* Define if you have vsnprintf() declaration in the header */
|
|
|
|
#undef HAVE_VSNPRINTF_DECL
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
2003-01-18 02:33:13 +00:00
|
|
|
|
2005-09-07 18:28:03 +00:00
|
|
|
/* Define if you have a _broken_ vsnprintf() declaration in the header,
|
|
|
|
* with 'char*' for the 3rd parameter instead of 'const char*' */
|
|
|
|
#undef HAVE_BROKEN_VSNPRINTF_DECL
|
|
|
|
|
2013-12-03 13:38:35 +00:00
|
|
|
/* Define if you have a _broken_ vsscanf() declaration in the header,
|
|
|
|
* with 'char*' for the 1st parameter instead of 'const char*' */
|
|
|
|
#undef HAVE_BROKEN_VSSCANF_DECL
|
|
|
|
|
2008-04-11 08:35:14 +00:00
|
|
|
/* Define if you have vsscanf() */
|
|
|
|
#define HAVE_VSSCANF 1
|
|
|
|
|
|
|
|
/* Define if you have vsscanf() declaration in the header */
|
|
|
|
#define HAVE_VSSCANF_DECL 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have usleep() */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_USLEEP 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2009-01-19 20:29:32 +00:00
|
|
|
/* Define if you have wcscasecmp() function */
|
|
|
|
#undef HAVE_WCSCASECMP
|
|
|
|
|
|
|
|
/* Define if you have wcsncasecmp() function */
|
|
|
|
#undef HAVE_WCSNCASECMP
|
|
|
|
|
2009-01-13 13:18:20 +00:00
|
|
|
/* Define if you have wcslen function */
|
|
|
|
#define HAVE_WCSLEN 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2007-06-26 11:58:21 +00:00
|
|
|
/* Define if you have wcsdup function */
|
2007-09-25 14:39:47 +00:00
|
|
|
#undef HAVE_WCSDUP
|
2007-06-26 11:58:21 +00:00
|
|
|
|
2010-12-25 14:18:58 +00:00
|
|
|
/* Define if you have wcsftime() function */
|
|
|
|
#define HAVE_WCSFTIME 1
|
|
|
|
|
2009-01-13 08:02:13 +00:00
|
|
|
/* Define if you have strnlen() function */
|
|
|
|
#define HAVE_STRNLEN 1
|
|
|
|
|
2009-01-13 13:18:20 +00:00
|
|
|
/* Define if you have wcsnlen() function */
|
|
|
|
#undef HAVE_WCSNLEN
|
|
|
|
|
2006-10-30 09:37:37 +00:00
|
|
|
/* Define if you have wcstoull() and wcstoll() */
|
|
|
|
#undef HAVE_WCSTOULL
|
|
|
|
|
2000-10-03 10:34:40 +00:00
|
|
|
/* The number of bytes in a wchar_t. */
|
|
|
|
#define SIZEOF_WCHAR_T 4
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* The number of bytes in a int. */
|
|
|
|
#define SIZEOF_INT 4
|
|
|
|
|
2004-02-10 12:58:08 +00:00
|
|
|
/* The number of bytes in a pointer. */
|
|
|
|
#define SIZEOF_VOID_P 4
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* The number of bytes in a long. */
|
|
|
|
#define SIZEOF_LONG 4
|
|
|
|
|
|
|
|
/* The number of bytes in a long long. */
|
|
|
|
#define SIZEOF_LONG_LONG 8
|
|
|
|
|
|
|
|
/* The number of bytes in a short. */
|
|
|
|
#define SIZEOF_SHORT 2
|
|
|
|
|
2004-02-10 12:58:08 +00:00
|
|
|
/* The number of bytes in a size_t. */
|
|
|
|
#define SIZEOF_SIZE_T 4
|
|
|
|
|
2001-07-04 12:23:32 +00:00
|
|
|
/* Define if size_t on your machine is the same type as unsigned int. */
|
|
|
|
#define wxSIZE_T_IS_UINT 1
|
|
|
|
|
|
|
|
/* Define if size_t on your machine is the same type as unsigned long. */
|
|
|
|
#undef wxSIZE_T_IS_ULONG
|
|
|
|
|
2007-06-26 20:44:58 +00:00
|
|
|
/* Define if wchar_t is distinct type in your compiler. */
|
2007-07-08 07:04:38 +00:00
|
|
|
#define wxWCHAR_T_IS_REAL_TYPE 1
|
2007-06-26 20:44:58 +00:00
|
|
|
|
2000-10-03 10:34:40 +00:00
|
|
|
/* Define if you have the dlerror function. */
|
|
|
|
#define HAVE_DLERROR 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2014-03-11 16:04:06 +00:00
|
|
|
/* Define if you have the dladdr function. */
|
|
|
|
#undef HAVE_DLADDR
|
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have Posix fnctl() function. */
|
|
|
|
#define HAVE_FCNTL 1
|
|
|
|
|
|
|
|
/* Define if you have BSD flock() function. */
|
|
|
|
#undef HAVE_FLOCK
|
|
|
|
|
2005-12-02 08:52:09 +00:00
|
|
|
/* Define if you have getaddrinfo function. */
|
|
|
|
#define HAVE_GETADDRINFO 1
|
|
|
|
|
|
|
|
/* Define if you have a gethostbyname_r function taking 6 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_6
|
|
|
|
|
|
|
|
/* Define if you have a gethostbyname_r function taking 5 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_5
|
|
|
|
|
|
|
|
/* Define if you have a gethostbyname_r function taking 3 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_3
|
|
|
|
|
|
|
|
/* Define if you only have a gethostbyname function */
|
|
|
|
#define HAVE_GETHOSTBYNAME 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have the gethostname function. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_GETHOSTNAME 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-12-02 08:52:09 +00:00
|
|
|
/* Define if you have a getservbyname_r function taking 6 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETSERVBYNAME_R_6
|
|
|
|
|
|
|
|
/* Define if you have a getservbyname_r function taking 5 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETSERVBYNAME_R_5
|
|
|
|
|
|
|
|
/* Define if you have a getservbyname_r function taking 4 arguments. */
|
|
|
|
#undef HAVE_FUNC_GETSERVBYNAME_R_4
|
|
|
|
|
|
|
|
/* Define if you only have a getservbyname function */
|
|
|
|
#define HAVE_GETSERVBYNAME 1
|
|
|
|
|
|
|
|
/* Define if you have the gmtime_r function. */
|
2005-12-23 07:42:38 +00:00
|
|
|
#if __CRTL_VER >= 70000000 && \
|
|
|
|
(defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
|
|
|
|
#define HAVE_GMTIME_R 1
|
|
|
|
#else
|
2005-12-02 08:52:09 +00:00
|
|
|
#undef HAVE_GMTIME_R
|
2005-12-23 07:42:38 +00:00
|
|
|
#endif
|
2005-12-02 08:52:09 +00:00
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have the inet_addr function. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_INET_ADDR 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have the inet_aton function. */
|
2005-09-29 07:22:49 +00:00
|
|
|
#define HAVE_INET_ATON 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2005-12-02 08:52:09 +00:00
|
|
|
/* Define if you have the localtime_r function. */
|
2005-12-23 07:42:38 +00:00
|
|
|
#if __CRTL_VER >= 70000000 && \
|
|
|
|
(defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
|
|
|
|
#define HAVE_LOCALTIME_R 1
|
|
|
|
#else
|
2005-12-02 08:52:09 +00:00
|
|
|
#undef HAVE_LOCALTIME_R
|
2005-12-23 07:42:38 +00:00
|
|
|
#endif
|
2005-12-02 08:52:09 +00:00
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have the mktemp function. */
|
|
|
|
#define HAVE_MKTEMP 1
|
|
|
|
|
|
|
|
/* Define if you have the mkstemp function. */
|
|
|
|
#define HAVE_MKSTEMP 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have strtok_r function. */
|
2005-09-29 07:22:49 +00:00
|
|
|
# if __CRTL_VER >= 70301000
|
|
|
|
#define HAVE_STRTOK_R 1
|
|
|
|
#else
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef HAVE_STRTOK_R
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
1999-12-08 15:13:18 +00:00
|
|
|
/* Define if you have thr_setconcurrency function */
|
2000-10-03 10:34:40 +00:00
|
|
|
#undef HAVE_THR_SETCONCURRENCY
|
1999-12-08 15:13:18 +00:00
|
|
|
|
2012-03-23 09:30:14 +00:00
|
|
|
/* Define if you have pthread_setconcurrency function */
|
|
|
|
#define HAVE_PTHREAD_SET_CONCURRENCY 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have the uname function. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_UNAME 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have the usleep function. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_USLEEP 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have the <X11/XKBlib.h> header file. */
|
2005-09-29 07:22:49 +00:00
|
|
|
#if __CRTL_VER >= 80200000
|
|
|
|
#define HAVE_X11_XKBLIB_H 1
|
|
|
|
#else
|
1999-11-12 09:23:31 +00:00
|
|
|
#undef HAVE_X11_XKBLIB_H
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have the <sched.h> header file. */
|
|
|
|
#undef HAVE_SCHED_H
|
|
|
|
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_UNISTD_H 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
/* Define if you have the <wchar.h> header file. */
|
2001-12-05 11:02:02 +00:00
|
|
|
#define HAVE_WCHAR_H 1
|
1999-11-12 09:23:31 +00:00
|
|
|
|
|
|
|
/* Define if you have the <wcstr.h> header file. */
|
|
|
|
#undef HAVE_WCSTR_H
|
|
|
|
|
2002-03-04 14:22:32 +00:00
|
|
|
/* Define if you have the <wctype.h> header file. */
|
2005-09-29 07:22:49 +00:00
|
|
|
#if __CRTL_VER >= 70312000
|
|
|
|
#define HAVE_WCTYPE_H 1
|
|
|
|
#else
|
2002-03-04 14:22:32 +00:00
|
|
|
#undef HAVE_WCTYPE_H
|
2005-09-29 07:22:49 +00:00
|
|
|
#endif
|
2002-03-04 14:22:32 +00:00
|
|
|
|
2006-11-14 09:51:40 +00:00
|
|
|
/* Define if you have <widec.h> (Solaris only) */
|
|
|
|
#undef HAVE_WIDEC_H
|
|
|
|
|
2002-01-25 06:58:11 +00:00
|
|
|
/* Define if you have the <iconv.h> header file and iconv() symbol. */
|
2000-10-03 10:34:40 +00:00
|
|
|
#define HAVE_ICONV_H 1
|
|
|
|
|
2002-01-25 06:58:11 +00:00
|
|
|
/* Define as "const" if the declaration of iconv() needs const. */
|
|
|
|
#undef ICONV_CONST
|
|
|
|
|
2000-10-03 10:34:40 +00:00
|
|
|
/* Define if you have the <langinfo.h> header file. */
|
|
|
|
#define HAVE_LANGINFO_H 1
|
|
|
|
|
2001-07-12 15:02:40 +00:00
|
|
|
/* Define if you have the <w32api.h> header file (mingw,cygwin). */
|
|
|
|
#undef HAVE_W32API_H
|
|
|
|
|
2003-08-13 08:48:47 +00:00
|
|
|
/* Define if you have the <esd.h> header file. */
|
|
|
|
/* #undef HAVE_ESD_H */
|
|
|
|
|
2004-02-10 14:57:37 +00:00
|
|
|
/* Define if you have the <sys/soundcard.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_SOUNDCARD_H */
|
|
|
|
|
2001-10-01 10:04:48 +00:00
|
|
|
/* Define if you have wcsrtombs() function */
|
|
|
|
#define HAVE_WCSRTOMBS 1
|
|
|
|
|
2004-06-20 17:18:50 +00:00
|
|
|
/* Define this if you have putws() */
|
2007-07-03 13:20:32 +00:00
|
|
|
#undef HAVE_PUTWS
|
2004-06-20 17:18:50 +00:00
|
|
|
|
|
|
|
/* Define this if you have fputws() */
|
|
|
|
#define HAVE_FPUTWS 1
|
2002-09-06 06:10:53 +00:00
|
|
|
|
|
|
|
/* Define this if you have wprintf() and related functions */
|
|
|
|
#define HAVE_WPRINTF 1
|
|
|
|
|
|
|
|
/* Define this if you have vswprintf() and related functions */
|
|
|
|
#define HAVE_VSWPRINTF 1
|
|
|
|
|
2002-09-19 06:17:39 +00:00
|
|
|
/* Define this if you have _vsnwprintf */
|
|
|
|
#undef HAVE__VSNWPRINTF
|
|
|
|
|
1999-12-08 15:13:18 +00:00
|
|
|
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
|
|
|
|
#undef HAVE_XIM
|
|
|
|
|
2004-12-12 11:53:53 +00:00
|
|
|
/* Define if fseeko and ftello are available. */
|
2004-12-15 08:02:07 +00:00
|
|
|
#define HAVE_FSEEKO 1
|
|
|
|
|
|
|
|
/* Define this is you have X11/extensions/shape.h */
|
|
|
|
#define HAVE_XSHAPE 1
|
|
|
|
|
|
|
|
/* Define this if you have type SPBCDATA */
|
|
|
|
#undef HAVE_SPBCDATA
|
|
|
|
|
|
|
|
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
|
|
|
|
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
|
|
|
|
|
|
|
|
/* Define if you have Pango xft support */
|
|
|
|
#undef HAVE_PANGO_XFT
|
2004-12-12 11:53:53 +00:00
|
|
|
|
2012-10-11 11:15:21 +00:00
|
|
|
/* Define if you have abi::__forced_unwind in your <cxxabi.h>. */
|
|
|
|
#undef HAVE_ABI_FORCEDUNWIND
|
|
|
|
|
2006-10-23 13:33:45 +00:00
|
|
|
/* Define if fdopen is available. */
|
2006-10-25 10:19:28 +00:00
|
|
|
#define HAVE_FDOPEN 1
|
2006-10-23 13:33:45 +00:00
|
|
|
|
2007-10-09 09:17:24 +00:00
|
|
|
/* Define if sysconf is available. */
|
|
|
|
#define HAVE_SYSCONF 1
|
|
|
|
|
|
|
|
/* Define if getpwuid_r is available. */
|
|
|
|
#undef HAVE_GETPWUID_R
|
|
|
|
|
|
|
|
/* Define if getgrgid_r is available. */
|
|
|
|
#undef HAVE_GETGRGID_R
|
|
|
|
|
2013-01-21 11:11:55 +00:00
|
|
|
/* Define if setpriority() is available. */
|
|
|
|
#undef HAVE_SETPRIORITY
|
|
|
|
|
2008-02-12 07:25:33 +00:00
|
|
|
/* Define if locale_t is available */
|
|
|
|
#undef HAVE_LOCALE_T
|
|
|
|
|
2009-10-23 10:52:41 +00:00
|
|
|
/* Define if you have inotify_xxx() functions. */
|
|
|
|
#undef wxHAS_INOTIFY
|
|
|
|
|
|
|
|
/* Define if you have kqueu_xxx() functions. */
|
|
|
|
#undef wxHAS_KQUEUE
|
|
|
|
|
2002-09-06 06:10:53 +00:00
|
|
|
/* ---------------------------------------------------------------------
|
|
|
|
Win32 adjustments section
|
|
|
|
---------------------------------------------------------------------
|
|
|
|
*/
|
2008-12-27 14:58:12 +00:00
|
|
|
|
2002-09-06 06:10:53 +00:00
|
|
|
#ifdef __WIN32__
|
|
|
|
|
2005-03-03 12:52:43 +00:00
|
|
|
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
|
|
|
|
|
2006-09-19 11:59:21 +00:00
|
|
|
/* Define if the header pbt.h is missing. */
|
|
|
|
#undef NEED_PBT_H
|
|
|
|
|
2002-09-06 06:10:53 +00:00
|
|
|
#endif /* __WIN32__ */
|
|
|
|
|
2001-10-01 10:04:48 +00:00
|
|
|
/* --------------------------------------------------------*
|
|
|
|
* This stuff is static, it doesn't get modified directly
|
|
|
|
* by configure.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
define some constants identifying wxWindows version in more details t
|
|
|
|
just the version number
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* wxLogChain class available */
|
|
|
|
#define wxHAS_LOG_CHAIN 1
|
|
|
|
|
|
|
|
/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
|
|
|
|
#define wxHAS_WORKING_GTK_DC_BLIT 1
|
|
|
|
|
2006-08-25 06:56:52 +00:00
|
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
|
2009-02-26 07:24:25 +00:00
|
|
|
#if defined( __WXGTK__ ) && !defined( VMS_GTK2 )
|
2009-02-25 07:59:43 +00:00
|
|
|
#define wxHAS_RAW_BITMAP 1
|
|
|
|
#endif
|
|
|
|
|
2010-01-26 14:24:06 +00:00
|
|
|
#ifdef VMS_GTK2
|
|
|
|
#define GSEAL(x) x
|
|
|
|
#endif
|
|
|
|
|
2008-09-11 07:09:05 +00:00
|
|
|
#define __VMS_BROKEN_TEMPLATES
|
2008-01-11 12:31:03 +00:00
|
|
|
|
2008-11-25 07:16:35 +00:00
|
|
|
#include <stdlib.h>
|
|
|
|
|
1999-11-12 09:23:31 +00:00
|
|
|
#endif /* __WX_SETUP_H__ */
|