]> git.mxchange.org Git - flightgear.git/blobdiff - acconfig.h
Patch from Andy Ross:
[flightgear.git] / acconfig.h
index 4e22afc2d78e52f1dc4807421556d768272630aa..c69d2be8f61acc16a5cafd1448b8138174936963 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
@@ -62,7 +65,7 @@
 #undef FG_NETWORK_OLK
    
 /* Define to avoid Christian's new weather code */
-#undef FG_OLD_WEATHER
+#undef FG_NEW_ENVIRONMENT
    
 /* Define if we are building FGFS (should always be defined) */
 #undef FGFS
 /* 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
 
 /* Define if you do not have <strings.h>, index, bzero, etc..  */
 #undef USG
 
-/* Define to version number */
-#undef VERSION
-
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
 /* 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
+
 \f
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind: