[BACK]Return to configure.local.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure.local.example between version 1.23 and 1.26

version 1.23, 2017/02/04 12:03:07 version 1.26, 2017/02/16 15:12:32
Line 97  MANM_MANCONF="mandoc.conf" # default is "man.conf"
Line 97  MANM_MANCONF="mandoc.conf" # default is "man.conf"
 # It is possible to set only one or a few of these variables,  # It is possible to set only one or a few of these variables,
 # there is no need to copy the whole block.  # there is no need to copy the whole block.
   
 MANM_MAN="mandoc_man"           # default is "man"  MANM_MAN="mandoc_man"           # default is "catman"
 MANM_MDOC="mandoc_mdoc"         # default is "mdoc"  MANM_MDOC="mandoc_mdoc"         # default is "mdoc"
 MANM_ROFF="mandoc_roff"         # default is "roff"  MANM_ROFF="mandoc_roff"         # default is "roff"
 MANM_EQN="mandoc_eqn"           # default is "eqn"  MANM_EQN="mandoc_eqn"           # default is "eqn"
Line 140  CFLAGS="${CFLAGS} -I/usr/local/include"
Line 140  CFLAGS="${CFLAGS} -I/usr/local/include"
   
 LD_NANOSLEEP="-lrt"  LD_NANOSLEEP="-lrt"
   
   # Some platforms may need an additional linker flag for recvmsg(2).
   # If none is needed or it is -lsocket, it is autodetected.
   # Otherwise, set the following variable.
   
   LD_RECVMSG="-lsocket"
   
 # Some platforms might need additional linker flags to link against  # Some platforms might need additional linker flags to link against
 # libmandoc that are not autodetected, though no such cases are  # libmandoc that are not autodetected, though no such cases are
 # currently known.  # currently known.
Line 216  CGIBINDIR="${WWWPREFIX}/cgi-bin"
Line 222  CGIBINDIR="${WWWPREFIX}/cgi-bin"
   
 # By default, building mandocd(8) and catman(8) is disabled.  # By default, building mandocd(8) and catman(8) is disabled.
 # To enable it, use the following line.  # To enable it, use the following line.
   # It does not work on SunOS 5.10 because there is no mkdirat(2)
   # nor on SunOS 5.9 which also lacks CMSG_LEN(3) and CMSG_SPACE(3).
   
 BUILD_CATMAN=1  BUILD_CATMAN=1
   
   # Install catman(8) with a different name.
   # See BINM_MAN above for details of how this works.
   
   BINM_CATMAN=mcatman             # default is "man"
   
 # --- settings that rarely need to be touched --------------------------  # --- settings that rarely need to be touched --------------------------
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.26

CVSweb