]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/config.h.in
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Include / config.h.in
index a930f361e1dedaaf39031d674550851ce177942c..3c18956c748fa862c84648c611c235b2e4acbc17 100644 (file)
 #undef ENABLE_PLIB_JOYSTICK
 
    
+/* Define to enable plib joystick support (recommended) */
+#undef PLIB_1_2_X
+
+   
 /* Define to eliminate all trace of debugging messages such as for a 
    release build */
 #undef FG_NDEBUG
 /* Define if the X Window System is missing or not being used.  */
 #undef X_DISPLAY_MISSING
 
+/* Define to use tile loading threads */
+#undef ENABLE_THREADS
+
 /* Define if you have the GetLocalTime function.  */
 #undef HAVE_GETLOCALTIME
 
 /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM
 
+/* Define if you have the plibul library (-lplibul).  */
+#undef HAVE_LIBPLIBUL
+
+/* Define if you have the pthread library (-lpthread).  */
+#undef HAVE_LIBPTHREAD
+
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET