X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f49347d1b7c2a94d182a837715107874a5b109ce..3a7c125370cf6fd2b66eb06ba031efcfd5c5b9b0:/setup.h.in?ds=inline diff --git a/setup.h.in b/setup.h.in index a1bddc63d9..fb78a521b1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -160,6 +160,11 @@ */ #undef HAVE_CONST_CAST +/* + * Define if your compiler supports static_cast<>() + */ +#undef HAVE_STATIC_CAST + /* * Define if your compiler has std::wstring */ @@ -197,6 +202,10 @@ * Use libtiff */ #define wxUSE_LIBTIFF 0 +/* + * Use SDL for audio (Unix) + */ +#define wxUSE_LIBSDL 0 /* * Use iODBC */ @@ -601,7 +610,7 @@ /* * Use wave class */ -#define wxUSE_WAVE 0 +#define wxUSE_SOUND 0 /* * Use config system */ @@ -922,6 +931,11 @@ */ #define wxUSE_ICO_CUR 0 +/* + * Set to 1 if for dynamically loadable plugins support + */ +#define wxUSE_PLUGINS 0 + /* * Disable this if your compiler can't cope * with omission of prototype parameters. @@ -1044,8 +1058,8 @@ /* The number of bytes in a int. */ #undef SIZEOF_INT -/* The number of bytes in a int *. */ -#undef SIZEOF_INT_P +/* The number of bytes in a pointer. */ +#undef SIZEOF_VOID_P /* The number of bytes in a long. */ #undef SIZEOF_LONG @@ -1056,6 +1070,9 @@ /* The number of bytes in a short. */ #undef SIZEOF_SHORT +/* The number of bytes in a size_t. */ +#undef SIZEOF_SIZE_T + /* Define if size_t on your machine is the same type as unsigned int. */ #undef wxSIZE_T_IS_UINT @@ -1134,9 +1151,6 @@ /* Define if you have the header file. */ #undef HAVE_SCHED_H -/* Define if you have the header file. */ -#undef HAVE_STRINGS_H - /* Define if you have the header file. */ #undef HAVE_UNISTD_H @@ -1167,6 +1181,9 @@ /* Define if you have the header file. */ #undef HAVE_ESD_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SOUNDCARD_H + /* Define if you have a CD-ROM interface known to mmedia. */ #undef HAVE_KNOWN_CDROM_INTERFACE @@ -1176,6 +1193,12 @@ /* Define this if you have fputws() and putwc() */ #undef HAVE_FPUTWC +/* Define this if you have strcasecmp() function in */ +#undef HAVE_STRCASECMP_IN_STRING_H + +/* Define this if you have strcasecmp() function in */ +#undef HAVE_STRCASECMP_IN_STRINGS_H + /* Define this if you have wprintf() and related functions */ #undef HAVE_WPRINTF