X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=c69d2be8f61acc16a5cafd1448b8138174936963;hb=123f8b083d400a17d1d9cce2ce2fb0f342251e7a;hp=ab88dd6e60ba89eaa65c70002c73d7c2ac13b8fd;hpb=b67e68b684ec598af374017c604d77aa816f1404;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index ab88dd6e6..c69d2be8f 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,6 +64,9 @@ /* Define to include Oliver's networking support */ #undef FG_NETWORK_OLK +/* Define to avoid Christian's new weather code */ +#undef FG_NEW_ENVIRONMENT + /* Define if we are building FGFS (should always be defined) */ #undef FGFS @@ -150,6 +156,9 @@ /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* Define if you have timegm() */ +#undef HAVE_TIMEGM + /* Define if you external variables timezone. */ #undef HAVE_TIMEZONE @@ -175,6 +184,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 @@ -288,9 +303,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 @@ -310,8 +322,12 @@ /* 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: The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). */ +