]> git.mxchange.org Git - flightgear.git/blobdiff - acconfig.h
Fixed a bug in radiostack->search() when switching freq. to a different
[flightgear.git] / acconfig.h
index ab88dd6e60ba89eaa65c70002c73d7c2ac13b8fd..6d925ea8b3485b3b56fc5f88130d962ea4c16700 100644 (file)
@@ -54,6 +54,9 @@
 /* Define to enable plib joystick support (recommended) */
 #undef ENABLE_PLIB_JOYSTICK
    
+/* Define to enable plib joystick support (recommended) */
+#undef PLIB_AUDIO_IS_BROKEN
+   
 /* Define to eliminate all trace of debugging messages such as for a 
    release build */
 #undef FG_NDEBUG
@@ -61,6 +64,9 @@
 /* Define to include Oliver's networking support */
 #undef FG_NETWORK_OLK
    
+/* Define to avoid Christian's new weather code */
+#undef FG_OLD_WEATHER
+   
 /* Define if we are building FGFS (should always be defined) */
 #undef FGFS
    
 /* Define if you have <sys/wait.h> 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 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
 
    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).  */
+