m4_divert(-1) m4_define(`_Copyleft', `Copyright (C) 1997 Bob Hepple This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.') m4_changecom(`[[[[') m4_dnl define(`_LOCAL',1) m4_ifdef(`_SUB_ONE', `m4_define(`_CSS',`../jf.css')', `m4_define(`_CSS',`jf.css')') m4_ifdef(`_SUB_ONE', `m4_define(`_IMAGEDIR',`../images')', `m4_define(`_IMAGEDIR',`images')') m4_ifdef(`_SUB_ONE', `m4_define(`_HOMEPAGE',`../index.html')', `m4_define(`_HOMEPAGE',`index.html')') m4_define(`_EDIT_WARNING',` ') m4_define(`_SURF',`http://surf.ap.seikei.ac.jp/~nakano/JF') m4_define(`_EMAIL_ADDRESS',jf@listserv.linux.or.jp) m4_define(`_JF_',`JF Project') m4_define(`_JF_HOME',`http://linuxjf.sourceforge.jp') m4_define(`_LDP_',`The Linux Documentation Project') m4_define(`_LINK_TO_LDP_HOME',`_LINK(http://tldp.org/,`LDP $1')') m4_define(`_METALAB',`http://metalab.unc.edu') m4_define(`_NUM_CATEGORY',`./bin/categ_num.pl -d ../jfindex.db -c $1') m4_define(`_MAILTO',$2) m4_define(`_EMAILME',_MAILTO(_EMAIL_ADDRESS,$1)) m4_define(`_CODEQUOTE',
$1
) m4_define(`_RSS',`_JF_HOME/update.xml') m4_dnl Logical markup: m4_define(`_EM',$1) m4_define(`_STRONG',$1) m4_define(`_CITE',$1) m4_define(`_PRE',
$1
) m4_define(`_CODE',$1) m4_dnl Physical markup: m4_define(`_BOLD',$1) m4_define(`_ITALICS',$1) m4_define(`_STRIKE',$1) m4_define(`_SUBSCRIPT',$1) m4_define(`_SUPERSCRIPT',$1) m4_define(`_COURIER',$1) m4_define(`_UNDERLINE',$1) m4_define(`_SMALL',$1) m4_define(`_BIG',$1) m4_define(`_CENTER',
$1
) m4_define(`_LIMAGE', [$1]) m4_define(`_RIMAGE', [$1]) m4_define(`_IMAGE',

[$1]

) m4_define(`_IMAGE2',

[$1] [$4]

) m4_define(`_FTP',$2) m4_define(`_HEAD1',

$1

) m4_define(`_HEAD2',

$1

) m4_define(`_LINK', $2) m4_define(`_SLINK', $2) m4_define(`_VLINK', $1) m4_define(`_SELFLINK', _LINK($1,$1)) m4_define(`_LOCALLINK',$2) m4_define(`_LABEL',

$1

) m4_define(`_LINK_TO_LABEL', _LOCALLINK($1,$1)) m4_define(`_PLUG', _LINK(http://www.ssc.com/linux/, _IMAGE(_HOMEPAGE/powered.gif,196,49))
`If you are wondering, Linux is a free, non-commercial operating system for computers. It happens to be a hobby of mine and might well interest other hackers. Click on the logo to learn more...') m4_define(`_HEADER', ` m4_ifdef(`_TOP_PAGE', $1, JF: $1) m4_ifdef(`_ADDITIONAL_STYLE', ) m4_ifdef(`_TOP_PAGE',

$1

,

_LINK(_HOMEPAGE,JF): $1

) ') m4_define(`_MIRROR_LIST',` primary | ktarn | osaka-sandai ') m4_define(`_CREDITS',` ') m4_define(`_BACK_TO_HOME',`') m4_dnl ---------------------------------------------- m4_dnl TABLE OF CONTENTS m4_define(`_Start_TOC',`

') m4_dnl ---------------------------------------------- m4_dnl TABLES m4_dnl _Start_Table(Columns,TABLE parameters) m4_dnl defaults are BORDER=1 CELLPADDING="1" CELLSPACING="1" m4_dnl WIDTH="n" pixels or "n%" of screen width m4_define(`_Start_Table',`') m4_define(`_Table_Hdr_Item', `m4_ifelse($#,1,,`_Table_Hdr_Item(m4_shift($@))')') m4_define(`_Table_Row_Item', `m4_ifelse($#,1,,`_Table_Row_Item(m4_shift($@))')') m4_define(`_Table_Hdr',`_Table_Hdr_Item($@)') m4_define(`_Table_Row',`_Table_Row_Item($@)') m4_define(`_End_Table',
$1$1
) m4_define(`_TABLE_ROW_CLASS',`m4_ifelse(_TABLE_ROW_FLAG, `CLASS="odd"', `m4_define(`_TABLE_ROW_FLAG', `CLASS="even"')', `m4_define(`_TABLE_ROW_FLAG', `CLASS="odd"')')_TABLE_ROW_FLAG') m4_divert