Date: Mon, 29 Jun 1998 08:51:51 +0300 (IDT) From: Eli Zaretskii To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: compiling syslinux-1.40 In-Reply-To: <6n5dln$31g$3@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 28 Jun 1998, Martin Str|mberg wrote: > Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: > : I don't know what does paths.h do on Linux, but it's possible that you > : won't need it as well. DJGPP doesn't have it, either. > > It contains paths to a lot of (system) files. E. g. > #define _PATH_DEFPATH "/usr/local/bin:/usr/bin:/bin" > #define _PATH_CONSOLE "/dev/console" > #define _PATH_CSHELL "/bin/csh" > #define _PATH_DEVDB "/var/run/dev.db" > #define _PATH_LOCALE "/usr/share/locale" There should be no problem to throw together such a file for DJGPP.