lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev dev21 fails on DJGPP


From: Leonid Pauzner
Subject: lynx-dev dev21 fails on DJGPP
Date: Sun, 16 Aug 1998 16:52:36 +0400 (MSD)

LYOptions.c fails to build with -DEXP_FORMS_OPTIONS
but _without_ -DDIRED_SUPPORT (e.g. djgpp).
Patch:


--- old/lyoption.c      Sat Aug 15 14:57:56 1998
+++ ./lyoption.c        Sun Aug 16 16:39:18 1998
@@ -3115,12 +3115,14 @@
        { TRUE,              "ON",                "ON"          },
        { 0, 0, 0 }};

+#ifdef DIRED_SUPPORT
 static OptValues dired_values[] = {
        { 0,                 "Directories first", "dired_dir"   },
        { FILES_FIRST,       "Files first",       "dired_files" },
        { MIXED_STYLE,       "Mixed style",       "dired_mixed" },
        { 0, 0, 0 }};
 static char * dired_sort_string = "dired_sort";
+#endif /* DIRED_SUPPORT */

 static OptValues ftp_sort_values[] = {
        { FILE_BY_NAME,      "By Name",           "ftp_by_name" },



reply via email to

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