X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=5bdfd0d11a31d4b570bbd0d5f16d71978f61bb36;hb=88758e60b48511fad30896d91a1324711554d3c6;hp=6d925ea8b3485b3b56fc5f88130d962ea4c16700;hpb=55e881b83d9035b31e1d94c7b321998603349ca9;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index 6d925ea8b..5bdfd0d11 100644 --- a/acconfig.h +++ b/acconfig.h @@ -53,10 +53,10 @@ /* Define to enable plib joystick support (recommended) */ #undef ENABLE_PLIB_JOYSTICK - -/* Define to enable plib joystick support (recommended) */ -#undef PLIB_AUDIO_IS_BROKEN - + +/* 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 @@ -64,9 +64,12 @@ /* Define to include Oliver's networking support */ #undef FG_NETWORK_OLK -/* Define to avoid Christian's new weather code */ -#undef FG_OLD_WEATHER - +/* Define to use Christian's old weather code */ +#undef FG_WEATHERCM + +/* Define to enable new Plib joystick features (post 1.4) */ +#undef FG_PLIB_JOYSTICK_GETNAME + /* Define if we are building FGFS (should always be defined) */ #undef FGFS @@ -322,6 +325,9 @@ /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER +/* Define to use tile loading threads */ +#undef ENABLE_THREADS + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: