X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fconfig.h.in;h=410fd7a88bd3ba3b12975594a8e9e5ff7be2264b;hb=b0134a377ec703e82ed5e3f9dd18882122c1a11a;hp=425f8173875eae0ef1d6c6a95b8a0f627a5ca25e;hpb=8a189b67787e177d539bbcf630a55d76384bfb8c;p=simgear.git diff --git a/simgear/config.h.in b/simgear/config.h.in index 425f8173..410fd7a8 100644 --- a/simgear/config.h.in +++ b/simgear/config.h.in @@ -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 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 @@ -205,3 +199,10 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +