X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=540703f069fc0110c452c6941bd5d7e5c8eae227;hb=9709dcb30718477dd38da1bb4e876a11f3032691;hp=cf7c32d078e96a80f1ecff7e2beee69b642a65e2;hpb=1fd3d5aa485e2a1b3b2d566daad257b43fccc7fd;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index cf7c32d07..540703f06 100644 --- a/acconfig.h +++ b/acconfig.h @@ -53,7 +53,10 @@ /* Define to enable plib joystick support (recommended) */ #undef ENABLE_PLIB_JOYSTICK - + +/* Define to enable http jpeg server code */ +#undef FG_JPEG_SERVER + /* Define to eliminate all trace of debugging messages such as for a release build */ #undef FG_NDEBUG @@ -62,7 +65,10 @@ #undef FG_NETWORK_OLK /* Define to avoid Christian's new weather code */ -#undef FG_OLD_WEATHER +#undef FG_NEW_ENVIRONMENT + +/* Define to use new experimental mouse input code */ +#undef FG_NEW_MOUSE /* Define if we are building FGFS (should always be defined) */ #undef FGFS