X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=33bc604f49788fbde9753ada5d51f3e0b87bb2d9;hb=1094206677a8b7ad60adbf9842b0e4a13e95eb8c;hp=b25353bc327b410f8f476b72e6ec53dcbb24a46b;hpb=15150da8d2194ba6767e27b6459d2eab9213f0d5;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index b25353bc3..33bc604f4 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_1_2_X - + +/* 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 @@ -65,7 +65,13 @@ #undef FG_NETWORK_OLK /* Define to avoid Christian's new weather code */ -#undef FG_OLD_WEATHER +#undef FG_NEW_ENVIRONMENT + +/* Define to enable new Plib joystick features (post 1.4) */ +#undef FG_PLIB_JOYSTICK_GETNAME + +/* Define to use old mouse support */ +#undef FG_OLD_MOUSE /* Define if we are building FGFS (should always be defined) */ #undef FGFS @@ -322,6 +328,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: