lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV userdefs.h tweaks for FreeBSD


From: Андрей Чернов
Subject: LYNX-DEV userdefs.h tweaks for FreeBSD
Date: Wed, 29 Jan 1997 15:26:10 +0300 (MSK)

*** userdefs.h.bak      Mon Jan 20 12:37:12 1997
--- userdefs.h  Wed Jan 29 15:18:26 1997
***************
*** 1170,1188 ****
--- 1170,1205 ----
  #define GZIP_PATH "gzip"
  #else
  /* Check these paths on Unix. */
+ #ifdef __FreeBSD__
+ #define       COMPRESS_PATH   "/usr/bin/compress"
+ #define       UNCOMPRESS_PATH "/usr/bin/gunzip"
+ #define       UUDECODE_PATH   "/usr/bin/uudecode"
+ #define       ZCAT_PATH       "/usr/bin/zcat"
+ #define       GZIP_PATH       "/usr/bin/gzip"
+ #else
  #define       COMPRESS_PATH   "/usr/ucb/compress"
  #define       UNCOMPRESS_PATH "/usr/ucb/uncompress"
  #define UUDECODE_PATH   "/bin/uudecode"
  #define       ZCAT_PATH       "/usr/local/bin/zcat"
  #define       GZIP_PATH       "/usr/local/bin/gzip"
+ #endif
  #define       ZIP_PATH        "/usr/local/bin/zip"
  #define       UNZIP_PATH      "/usr/local/bin/unzip"
+ #ifdef __FreeBSD__
+ #define       INSTALL_PATH    "/usr/bin/install"
+ #else
  #define       INSTALL_PATH    "/bin/install"
+ #endif
  #define       MKDIR_PATH      "/bin/mkdir"
  #define       MV_PATH         "/bin/mv"
  #define       RM_PATH         "/bin/rm"
+ #ifdef __FreeBSD__
+ #define       TAR_PATH        "/usr/bin/tar"
+ #define       TOUCH_PATH      "/usr/bin/touch"
+ #else
  #define       TAR_PATH        "/bin/tar"
  #define       TOUCH_PATH      "/bin/touch"
+ #endif
  #define COPY_PATH     "/bin/cp"
  #define CHMOD_PATH    "/bin/chmod"
  #endif /* VMS */


-- 
Andrey A. Chernov
<address@hidden>
http://www.nagual.ru/~ache/

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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