]> git.mxchange.org Git - simgear.git/blobdiff - simgear/config.h.in
Added a touch of error checking to the screen dump routine, i.e. don't
[simgear.git] / simgear / config.h.in
index 425f8173875eae0ef1d6c6a95b8a0f627a5ca25e..410fd7a88bd3ba3b12975594a8e9e5ff7be2264b 100644 (file)
@@ -50,9 +50,6 @@
 /* Define if you have zlib installed system wide.  */
 #undef HAVE_ZLIB
 
-/* Define to package name */
-#undef PACKAGE
-
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
@@ -68,9 +65,6 @@
 /* Define if your <sys/time.h> declares struct tm.  */
 #undef TM_IN_SYS_TIME
 
-/* Define to version number */
-#undef VERSION
-
 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
 #undef WIN32
 
 
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+