lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev pre.10 fails on DJGPP


From: dickey
Subject: Re: lynx-dev pre.10 fails on DJGPP
Date: Thu, 15 Oct 1998 14:53:52 -0400 (EDT)

> 
> Due to DJGPP not using autoconf - cfg_defs.h file could not be found. 
>  
> should read: 
> #if defined(HAVE_CONFIG_H) && !defined(NO_CONFIG_INFO) 

something like that - it needs (I overlooked) a fallback definition in HTUtils.h
as well, I think.

  
> --- 2.8.1pre.9/src/LYShowInfo.c Sat Oct 10 14:53:16 1998 
> +++ 2.8.1pre.10/src/LYShowInfo.c        Wed Oct 14 06:23:56 1998 
> @@ -23,7 +23,7 @@ 
>  #include <LYLocal.h> 
>  #endif /* DIRED_SUPPORT */ 
>  
> -#ifdef HAVE_CONFIG_H 
> +#ifndef NO_CONFIG_INFO 
>  #define HAVE_CFG_DEFS_H 
>  
>  #define PutDefs(table, N) fprintf(fp0, "%-35s %s\n", table[N].name, 
> table[N].value) 
> @@ -68,7 +68,7 @@ 
>  } 
>  #else 
>  #undef HAVE_CFG_DEFS_H 
> -#endif /* HAVE_CONFIG_H */ 
> +#endif /* !NO_CONFIG_INFO */ 
>  
>  


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]