X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=e4ee7662aa02f8fd4ff0c7c4f27ee4749463d6d4;hb=bc99033c96b7f8c3c30904cf94248d924450348e;hp=e708de34608253d6dd327fdbc70399206f6e7e30;hpb=8d1be9f893820c70ce3a49a8dc16f9a1aa4f2a45;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index e708de346..e4ee7662a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -61,8 +61,8 @@ /* Define to include Oliver's networking support */ #undef FG_NETWORK_OLK -/* Define to include Oliver's networking support */ -#undef FG_NEW_WEATHER +/* Define to avoid Christian's new weather code */ +#undef FG_OLD_WEATHER /* Define if we are building FGFS (should always be defined) */ #undef FGFS @@ -181,6 +181,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 +300,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 @@ -321,3 +324,4 @@ If you're adding to this file, keep in mind: The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). */ +