X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=acconfig.h;h=540703f069fc0110c452c6941bd5d7e5c8eae227;hb=9709dcb30718477dd38da1bb4e876a11f3032691;hp=a5fe5539a070fe876e4e223a43c03a7d82bb6920;hpb=b23d8f993844d243a2ba70557bbacc0b03a2df13;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index a5fe5539a..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 @@ -181,6 +187,9 @@ /* 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 @@ -297,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 @@ -319,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: