lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev pre.10 fails on DJGPP


From: Leonid Pauzner
Subject: lynx-dev pre.10 fails on DJGPP
Date: Thu, 15 Oct 1998 22:38:24 +0400 (MSD)

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)



--- 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 */



reply via email to

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