X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e44f09d771f3a7910e1b6bf17baa19a8f11de82..12bba77343654dc309a69ca2bcb5e0041c658395:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 100d1d7142..f63c962970 100644 --- a/setup.h.in +++ b/setup.h.in @@ -21,15 +21,12 @@ /* fill in with the string wxGetOsDescription() will return */ #undef WXWIN_OS_DESCRIPTION +/* the installation location prefix from configure */ +#undef wxINSTALL_PREFIX + /* Define to `int' if doesn't define. */ #undef gid_t -/* Define if you don't have vprintf but do have _doprnt. */ -#undef HAVE_DOPRNT - -/* Define if you have the vprintf function. */ -#undef HAVE_VPRINTF - /* Define to `int' if doesn't define. */ #undef mode_t @@ -52,12 +49,6 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN -/* Define if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - -/* Define if lex declares yytext as a char * by default, not a char[]. */ -#undef YYTEXT_POINTER - /* Define this if your version of GTK+ is greater than 1.2 */ #undef __WXGTK12__ @@ -222,6 +213,11 @@ */ #define wxUSE_FILEDLG 0 +/* + * Use wxFindReplaceDialog + */ +#define wxUSE_FINDREPLDLG 0 + /* * Use wxFontDialog */ @@ -450,6 +446,11 @@ #endif #endif +/* + * Use wxTreeLayout class + */ +#define wxUSE_TREELAYOUT 0 + /* * Use this control */ @@ -860,6 +861,9 @@ /* Define if you have shl_load() */ #undef HAVE_SHL_LOAD +/* define if you have statfs function */ +#undef HAVE_STATFS + /* Define if you have strptime() */ #undef HAVE_STRPTIME @@ -1004,7 +1008,4 @@ /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ #undef HAVE_XIM -/* now check the settings self consistency */ -#include "wx/chkconf.h" - #endif /* __WX_SETUP_H__ */