Merge branch 'master' into web-request
Merge with the latest master in preparation for merging into master. Rebake to resolve conflicts in generated files.
This commit is contained in:
30
setup.h.in
30
setup.h.in
@@ -182,8 +182,6 @@
|
||||
#define wxUSE_UNICODE 0
|
||||
#endif
|
||||
|
||||
#define wxUSE_WCHAR_T 0
|
||||
|
||||
|
||||
#define wxUSE_EXCEPTIONS 0
|
||||
|
||||
@@ -222,9 +220,6 @@
|
||||
|
||||
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
|
||||
|
||||
#define wxUSE_IOSTREAMH 0
|
||||
|
||||
|
||||
|
||||
#define wxUSE_LONGLONG 0
|
||||
|
||||
@@ -367,6 +362,8 @@
|
||||
#define wxUSE_WEBVIEW_IE 0
|
||||
#endif
|
||||
|
||||
#define wxUSE_WEBVIEW_EDGE 0
|
||||
|
||||
#if (defined(__WXGTK__) && !defined(__WXGTK3__)) || defined(__WXOSX__)
|
||||
#define wxUSE_WEBVIEW_WEBKIT 0
|
||||
#else
|
||||
@@ -442,6 +439,8 @@
|
||||
#define wxUSE_TREECTRL 0
|
||||
#define wxUSE_TREELISTCTRL 0
|
||||
|
||||
#define wxUSE_NATIVE_DATAVIEWCTRL 0
|
||||
|
||||
#define wxUSE_STATUSBAR 0
|
||||
|
||||
#define wxUSE_NATIVE_STATUSBAR 0
|
||||
@@ -496,6 +495,8 @@
|
||||
|
||||
#define wxUSE_MENUS 0
|
||||
|
||||
#define wxUSE_MENUBAR 0
|
||||
|
||||
#define wxUSE_NOTIFICATION_MESSAGE 0
|
||||
|
||||
#define wxUSE_PREFERENCES_EDITOR 0
|
||||
@@ -576,6 +577,8 @@
|
||||
|
||||
#define wxUSE_GLCANVAS 0
|
||||
|
||||
#define wxUSE_GLCANVAS_EGL 0
|
||||
|
||||
#define wxUSE_RICHTEXT 0
|
||||
|
||||
|
||||
@@ -660,7 +663,6 @@
|
||||
#define wxUSE_THEME_MONO 0
|
||||
#define wxUSE_THEME_WIN32 0
|
||||
|
||||
|
||||
/* --- end common options --- */
|
||||
|
||||
/*
|
||||
@@ -742,6 +744,8 @@
|
||||
|
||||
#define wxUSE_INICONF 0
|
||||
|
||||
#define wxUSE_WINSOCK2 0
|
||||
|
||||
|
||||
#define wxUSE_DATEPICKCTRL_GENERIC 0
|
||||
|
||||
@@ -767,11 +771,6 @@
|
||||
*/
|
||||
#undef VA_LIST_IS_ARRAY
|
||||
|
||||
/*
|
||||
* Define if the compiler supports variadic macros
|
||||
*/
|
||||
#undef HAVE_VARIADIC_MACROS
|
||||
|
||||
/*
|
||||
* Define if you don't want variadic macros to be used even if they are
|
||||
* supported by the compiler.
|
||||
@@ -1012,9 +1011,6 @@
|
||||
/* Define if you have pthread_attr_setstacksize */
|
||||
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
|
||||
|
||||
/* Define if you have shl_load() */
|
||||
#undef HAVE_SHL_LOAD
|
||||
|
||||
/* Define if you have snprintf() */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
@@ -1117,9 +1113,6 @@
|
||||
/* Define if wchar_t is distinct type in your compiler. */
|
||||
#undef wxWCHAR_T_IS_REAL_TYPE
|
||||
|
||||
/* Define if you have the dlerror function. */
|
||||
#undef HAVE_DLERROR
|
||||
|
||||
/* Define if you have the dladdr function. */
|
||||
#undef HAVE_DLADDR
|
||||
|
||||
@@ -1231,9 +1224,6 @@
|
||||
/* Define if you have the <langinfo.h> header file. */
|
||||
#undef HAVE_LANGINFO_H
|
||||
|
||||
/* Define if you have the <w32api.h> header file (mingw,cygwin). */
|
||||
#undef HAVE_W32API_H
|
||||
|
||||
/* Define if you have the <sys/soundcard.h> header file. */
|
||||
#undef HAVE_SYS_SOUNDCARD_H
|
||||
|
||||
|
Reference in New Issue
Block a user