X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=acconfig.h;h=3e31115023f1e59e9e509595e2f3f9c377271597;hb=f17a6479f70b9ce170f963b284c4c115755f688d;hp=d99f840a0bce6c463c15a6187b751526a38a40aa;hpb=81b4477349bbd53018ff14a62b18b43d88ec2317;p=flightgear.git diff --git a/acconfig.h b/acconfig.h index d99f840a0..3e3111502 100644 --- a/acconfig.h +++ b/acconfig.h @@ -45,6 +45,39 @@ /* Define if you have . */ #undef DIRENT +/* Define to enable audio support */ +#undef ENABLE_AUDIO_SUPPORT + +/* Define to enable GLUT joystick support (limited to 3 axes) */ +#undef ENABLE_GLUT_JOYSTICK + +/* 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 + +/* Define to include Oliver's networking support */ +#undef FG_NETWORK_OLK + +/* Define to avoid Christian's new weather code */ +#undef FG_NEW_ENVIRONMENT + +/* Define to use old mouse support */ +#undef FG_OLD_MOUSE + +/* Define if we are building FGFS (should always be defined) */ +#undef FGFS + +/* Define to enable 3dfx/glide render in a window hack under unix. + This probably won't work under windows. */ +#undef XMESA +#undef FX + /* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */ #undef GETGROUPS_T @@ -64,6 +97,9 @@ /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H +/* Define if you external variables daylight. */ +#undef HAVE_DAYLIGHT + /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT @@ -73,9 +109,15 @@ /* Define if your system has its own `getloadavg' function. */ #undef HAVE_GETLOADAVG +/* Define if you have getrusage() */ +#undef HAVE_GETRUSAGE + /* Define if you have the getmntent function. */ #undef HAVE_GETMNTENT +/* Define if you have the gpc library and headers installed. */ +#undef HAVE_GPC_H + /* Define if the `long double' type works. */ #undef HAVE_LONG_DOUBLE @@ -108,9 +150,21 @@ /* Define if you have the strftime function. */ #undef HAVE_STRFTIME +/* Define if you have */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have that is POSIX.1 compatible. */ +#undef HAVE_SYS_STAT_H + /* 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 + /* Define if your struct tm has tm_zone. */ #undef HAVE_TM_ZONE @@ -133,6 +187,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 @@ -246,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 @@ -268,8 +325,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). */ +