X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=5bdfd0d11a31d4b570bbd0d5f16d71978f61bb36;hb=b1674cb5063992cfa2bbf61bbaa827fbf89229d9;hp=6a80f8990b500c725d91597e7c1c7e4d813af960;hpb=39f4bea43e26d724692b4ae6919b2bb7df74e847;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index 6a80f8990..5bdfd0d11 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 @@ -61,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 @@ -181,8 +187,8 @@ /* Define if you have the wait3 system call. */ #undef HAVE_WAIT3 -/* Define if you have gdbm installed system wide. */ -#undef HAVE_GDBM +/* Define if you have MetaKit installed system wide. */ +#undef HAVE_MK4 /* Define if you have zlib installed system wide. */ #undef HAVE_ZLIB @@ -300,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 @@ -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: