[Xastir-dev] Re: [Xastir] Cygwin help

Curt, WE7U archer at eskimo.com
Mon Nov 15 13:54:59 EST 2004


On Sat, 13 Nov 2004, Daniel H. Brown wrote:

> I'd like to suggest this patch:
>
>   diff -Naur  xastir-clean/src/map_cache.c   xastir/src/map_cache.c
> --- xastir-clean/src/map_cache.c        2004-11-13 14:00:19.000000000 +0000
> +++ xastir/src/map_cache.c      2004-11-13 21:36:09.545714320 +0000
> @@ -23,10 +23,7 @@
>    * Look at the README for more information on the program.
>    */
>
> -#ifdef  USE_MAP_CACHE
> -#warning USE_MAP_CACHE Defined (and there was much rejoicing)
> -
> -
> +#include "config.h"
>
>   #include <sys/types.h>
>   #include <stdio.h>
> @@ -44,6 +41,12 @@
>   #include "map_cache.h"
>
>
> +#ifndef  USE_MAP_CACHE
> +#warning USE_MAP_CACHE NOT Defined
> +
> +#else
> +#warning USE_MAP_CACHE Defined
> +

Did we mostly duplicate that this morning between Tom's changes and
mine?

--
Curt, WE7U			         http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Xastir-dev mailing list