"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "lha-114i/config.jpn.euc" of archive lha-114i.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 LHa for UNIX ver 1.14g コンフィグレーション (Makefile, SWITCHESマクロ参照)
    2 
    3 機種依存マクロは、MACHINES ファイルに設定例がありますので参照願います。
    4 
    5 
    6 機種非依存のマクロ
    7 
    8   NEED_INCREMENTAL_INDICATOR	経過表示グラフを表示するようにします。
    9   EUC			漢字コード変換を行なう e オプションを用意します。
   10   ARCHIVENAME_EXTENTION	デフォルトのアーカイブ拡張子。デフォルトは ".lzh" 。
   11   BACKUPNAME_EXTENTION	バックアップアーカイブの拡張子。デフォルトは ".bak" 。
   12   TMP_FILENAME_TEMPLATE	作業ファイルのテンプレート。
   13   SUPPORT_LH7		-lh7- methodをサポートするときに定義します。
   14 
   15 機種依存マクロ
   16 
   17 --インクルードファイル関係
   18   USG			<strings.h> がないときに定義します。
   19   SYSTIME_HAS_NO_TM	<sys/time.h> に struct tm がないときに定義します。
   20 
   21 --文字列関係
   22   NOBSTRING		bstring(3) がないときに定義します。
   23   NOINDEX		index(3) がないときに定義します。
   24   NOSTRDUP		strdup(3) がないときに定義します。
   25   USESTRCASECMP		strcasecmp(3) があるときに定義します。
   26   NOMEMSET		memset(3)がないときに定義します。
   27 
   28 --timezone 情報の取得関係
   29   FTIME			ftime(3C) を使用した変換を行なう時に定義します。
   30   GETTIMEOFDAY		gettimeofday(2) を使用した変換を行なう時に定義します。
   31   MKTIME		mktime(3C) を使用した変換を行なう時に定義します。
   32   TIMELOCAL		timelocal(3V) を使用した変換を行なう時に定義します。
   33   TZSET			tzset(3C) を使用した変換を行なう時に定義します。
   34   TIMEZONE_HOOK
   35 
   36 --ディレクトリ操作関係
   37   NONSYSTEM_DIR_LIBRARY	ディレクトリ操作関数(opendir,readdir,closedir)が
   38 			ないときに定義します。Makefile の LIBRARYOBJS に
   39 			lhdir$(O) を追加してください。
   40   SYSV_SYSTEM_DIR	struct dirent (direct ではない)があるときに定義します。
   41   NODIRECTORY		上記マクロを使用しても失敗する時に定義します。
   42 
   43 --その他
   44   NOFTRUNCATE		ftruncate(2) がない時に定義します。
   45   NOMKDIR		mkdir(2) がないときに定義します。
   46   MKDIRPATH		mkdir の外部コマンド名を定義します。NOMKDIR と
   47 			同時に機能します。デフォルトは "/bin/mkdir" です。
   48   RMDIRPATH		rmdir の外部コマンド名を定義します。NOMKDIR と
   49 			同時に機能します。デフォルトは "/bin/rmdir" です。
   50   NOT_COMPATIBLE_MODE
   51   HAVE_NO_LCHOWN	lchown(2)が無いときに定義します。