X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44f889cb5f21aa4fb0f0d9b6ed4c5e272278055c..2201e9b3002f944e8feb846c078d68d8a72f0f9b:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 5cca115523..7277ebe13c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -272,10 +272,6 @@ * Use this control */ #define wxUSE_NOTEBOOK 0 -/* - * Use wxPlot class - */ -#define wxUSE_PLOT 0 /* * Use this control */ @@ -750,6 +746,12 @@ /* Define if you have the nanosleep function. */ #undef HAVE_NANOSLEEP +/* Define if you have the putenv function. */ +#undef HAVE_PUTENV + +/* Define if you have the setenv function. */ +#undef HAVE_SETENV + /* Define if you have the shl_load function. */ #undef HAVE_SHL_LOAD