X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=3e31115023f1e59e9e509595e2f3f9c377271597;hb=f17a6479f70b9ce170f963b284c4c115755f688d;hp=4e22afc2d78e52f1dc4807421556d768272630aa;hpb=715062e85f9b0c0736ce9e063ca92172ccb7303e;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index 4e22afc2d..3e3111502 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 old mouse support */ +#undef FG_OLD_MOUSE /* Define if we are building FGFS (should always be defined) */ #undef FGFS @@ -181,6 +187,12 @@ /* Define if you have the wait3 system call. */ #undef HAVE_WAIT3 +/* Define if you have MetaKit installed system wide. */ +#undef HAVE_MK4 + +/* Define if you have zlib installed system wide. */ +#undef HAVE_ZLIB + /* Define as __inline if that's what the C compiler calls it. */ #undef inline @@ -294,9 +306,6 @@ /* Define if you do not have , index, bzero, etc.. */ #undef USG -/* Define to version number */ -#undef VERSION - /* Define vfork as fork if vfork does not work. */ #undef vfork @@ -316,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: