X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=94ae557f8d7b7a1ddf2dd741c4d48a7fc03c1941;hb=bc20e9b4905cb1464316417fe29d611511d3a364;hp=0598e55f62495ccf2db69c54d94aa98ad872a68b;hpb=eddea671a276ea5337867d09699730876fce7085;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index 0598e55f6..94ae557f8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,6 +54,9 @@ /* Define to enable plib joystick support (recommended) */ #undef ENABLE_PLIB_JOYSTICK +/* Define to enable plib joystick support (recommended) */ +#undef PLIB_1_2_X + /* Define to eliminate all trace of debugging messages such as for a release build */ #undef FG_NDEBUG @@ -181,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 @@ -294,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 @@ -316,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). */ +