]> git.mxchange.org Git - flightgear.git/blobdiff - acconfig.h
Get rid of non-portable fmax call.
[flightgear.git] / acconfig.h
index cf7c32d078e96a80f1ecff7e2beee69b642a65e2..3e31115023f1e59e9e509595e2f3f9c377271597 100644 (file)
    
 /* 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
 #undef FG_NETWORK_OLK
    
 /* Define to avoid Christian's new weather code */
-#undef FG_OLD_WEATHER
+#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