]> git.mxchange.org Git - flightgear.git/blobdiff - acconfig.h
First steps towards configurable mouse input. Soon, this new code
[flightgear.git] / acconfig.h
index cf7c32d078e96a80f1ecff7e2beee69b642a65e2..540703f069fc0110c452c6941bd5d7e5c8eae227 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 new experimental mouse input code */
+#undef FG_NEW_MOUSE
    
 /* Define if we are building FGFS (should always be defined) */
 #undef FGFS