config.site
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:11k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: config.site,v 1.4 2009/05/25 18:41:23 faxguy Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25. #
  26. # This file holds site-specific configuration parameters.
  27. #
  28. # Nothing is defined in here by default, the definitions
  29. # commented out below serve as documentation for what you
  30. # can set in this file or a config.local file.
  31. #
  32. # Note that you do not need to set anything here unless you
  33. # want to override the auto-configuration behaviour and/or
  34. # interactive prompting done by the configure script.
  35. #
  36. #
  37. # Package controls.
  38. #
  39. #DSO="auto" # configure DSO support (auto|IRIX|no)
  40. #GETTY="auto" # type of getty support (auto|BSD|SysV)
  41. #HTML="no" # install HTML documentation (yes|no)
  42. #PS="auto" # PostScript support to use (auto|gs|dps|imp)
  43. #SGI2FAX="auto" # configure SGI image support (auto|yes|no)
  44. #DPS="no" # install SGI DPS-based RIP (yes|no)
  45. #GS="no" # install Ghostscript RIP (yes|no)
  46. #IMP="no" # install SGI Impressario 2.1 support (yes|no)
  47. #REGEX="yes" # use distributed regular expression package
  48. #UTMP="utmpx" # type of utmp+wtmp handling (auto|utmp|utmpx)
  49. #
  50. # Directory parameters.
  51. #
  52. #DIR_BIN="/usr/local/bin" # directory for client apps
  53. #DIR_LIB="/usr/local/lib" # directory for libfaxserver, libfaxutil
  54. #DIR_LIBDATA="/usr/lib/fax" # directory for client data
  55. #DIR_LIBEXEC="/usr/local/sbin" # directory for libraries&hidden apps
  56. #DIR_MAN="/usr/local/man" # directory for manual pages
  57. #DIR_SPOOL="/var/spool/hylafax" # directory for spooling area
  58. #DIR_SBIN="/var/spool/hylafax/bin" # directory for system apps
  59. #DIR_LOCKS="/usr/spool/locks" # directory for UUCP lock files
  60. #FONTMAP="/usr/share/ghostscript/3.33" # directorys containing Fontmap files
  61. #PATH_AFM="/usr/lib/DPS/AFM" # directorys for AFM files
  62. #
  63. # HTML-specific parameters; only used when the
  64. # HTML package is configured for installation.
  65. #
  66. # Note that ``PATH''s are the virtual pathnames used
  67. # in forming URLs; they are not directory pathnames
  68. # in the filesystem.
  69. #
  70. #DIR_HTML="/var/httpd/htdocs/hylafax" # directory for HTML documentation
  71. #DIR_CGI="/var/httpd/cgi-bin" # directory for CGI scripts
  72. #HTMLPATH="/hylafax" # virtual path to HTML materials
  73. #CGIPATH="/cgi-bin" # virtual path to CGI scripts
  74. #
  75. # Miscellaneous parameters.
  76. #
  77. #DEFVRES="196" # default vertical res for outbound fax
  78. #FILLORDER="MS2LSB" # bit order of cpu (MSB2LSB/LSB2MSB)
  79. #FAXGID="uucp" # group ID for fax user
  80. #FAXUID="uucp" # user ID for fax user
  81. #PAGESIZE="North American Letter" # default page size
  82. #SYSGID="sys" # group ID for system installs
  83. #SYSUID="bin" # user ID for system installs
  84. #LOCKS="ascii" # default UUCP lockfile scheme
  85. #
  86. #PATH_GETTY="/etc/getty" # pathname of suitable getty program
  87. #PATH_VGETTY="/bin/vgetty" # pathname of voice getty program
  88. #PATH_EGETTY="/bin/egetty" # pathname of external getty program
  89. #PATH_SENDMAIL="/usr/lib/sendmail" # pathname of suitable sendmail program
  90. #PATH_GSRIP="/usr/local/bin/gs" # pathname of Ghostscript-based RIP
  91. #PATH_DPSRIP="/var/spool/hylafax/bin/ps2fax.exe" # pathname of DPS-based RIP
  92. #PATH_IMPRIP="/usr/lib/print/psrip" # pathname of Impressario 2.1 RIP
  93. #MANSCHEME="sysv-source-cat-strip" # manual page installation scheme
  94. #SYSVINIT="auto" # install SysV-style init support (auto|yes|no)
  95. #DIR_SYSVINIT="/etc/init.d" # location of SysV-style init script
  96. #DIR_SYSVINITSTART="../rc2.d" # location of SysV-style start script
  97. #DIR_SYSVINITSTOP="../rc0.d" # location of SysV-style stop script
  98. #NAME_SYSVINITSTART="S80fax" # name of SysV-style start script
  99. #NAME_SYSVINITSTOP="K80fax" # name of SysV-style stop script
  100. #FAXQ_SERVER=yes # init script starts faxq
  101. #HFAXD_SERVER=yes # init script starts hfaxd
  102. #HFAXD_SNPP_SERVER=no # don't start paging protocol
  103. # SVR4 packaging stuff
  104. #PKG_ARCH= # ARCH variable in pkginfo file
  105. #PKG_EMAIL=someone@somehost.somedomain # EMAIL variable in pkginfo file
  106. #PKG_VENDOR="Your Name Here" # VENDOR variable in pkginfo file
  107. #
  108. #
  109. # Parameters used when building the software.
  110. #
  111. # Note that configure has several ENVOPTS built into it that are
  112. # set according to the target.  This is done to help naive folks.
  113. #
  114. # Beware of changing the INSTALL definition; you *must* have an
  115. # install script that emulates the Silicon Graphics install program!
  116. #
  117. #AR="/bin/ar" # pathname of suitable ar program
  118. #AROPTS="rc" # options to ar for creating archive
  119. #CC="gcc" # name/pathname of C compiler
  120. #CXX="gcc" # name/pathname of C++ compiler
  121. #CXXFILE="-x c++" # options for proper C++ processing
  122. #ENVOPTS="-Aa" # options for getting ANSI C
  123. #GCOPTS="-g" # options to pass C compiler
  124. #GCXXOPTS="-g" # options to pass C++ compiler
  125. #GENDIST="/sbin/gendist" # pathname of SGI inst generator program
  126. #INSTALL='${SHELL} ${PORT}/install.sh' # SGI install program/emulator
  127. #LIBMALLOC="auto" # yes|no|auto configure -lmalloc use
  128. #LIBPORT='${PORT}/libport.a' # library with emulation code
  129. #LIBSUN="auto" # yes|no|auto configure -lsun use
  130. #LLDOPTS="" # extra link line options
  131. #MACHDEPLIBS="" # extra libraries for linking
  132. #OPTIMIZER="-O" # optimizer flags
  133. #PORTFUNCS="" # non-standard functions to emulate
  134. #PROTOTYPES="-prototypes" # C compiler options for checking function prototypes
  135. #RANLIB=":" # pathname of suitable ranlib program
  136. #SHDLIBC="-lc_s" # shared C library, if not standard
  137. #SIGHANDLERTYPES='(void(*)(int,...))' # types to check for signal handler
  138. #STRIP="/bin/strip" # strip program used by install.sh
  139. #
  140. # The source for the TIFF library is not required
  141. # to build this software, but the library is required
  142. # to link against.  If libtiff is installed in a
  143. # non-standard location then setup LIBTIFF accordingly.
  144. #
  145. #LIBTIFF="-L/usr/local/lib -ltiff" # linkage convention for libtiff
  146. #TIFFINC="-I/usr/local/include" # place to find tiffio.h
  147. #TIFFBIN="/usr/local/bin" # where TIFF tools live
  148. #
  149. # The source for the ZLIB library is not required
  150. # to build this software, but the library is required
  151. # to link against.  If ZLIB is installed in a 
  152. # non-standard location then setup LIBZ accordingly.
  153. #
  154. #LIBZ="-L/usr/local/lib -lz" # linkage convention for libz
  155. #ZLIBINC="-I/usr/local/include" # place to find zlib.h
  156. #
  157. # The source for the POSIX regular expression package
  158. # is not required to build this software, but the package
  159. # is required to link against.  If the copy of the software
  160. # that is included in this distribution is not to be used
  161. # then set REGEX=no and supply the following definitions.
  162. #
  163. #LIBREGEX=" " # linkage convention for regex package
  164. #REGEXINC="-I/usr/include" # place to find regex.h
  165. #
  166. # Parameters to control various workarounds for system bugs.
  167. #
  168. # These parameters are normally set in configure based on
  169. # the target system.  If they are set here, then they will
  170. # override anything done by configure.
  171. #
  172. #CONFIG_OPENFIFO="O_RDONLY" # mode to open FIFOs in server proc's
  173. #CONFIG_FIFOBUG="yes" # enable workaround for FIFO select bug
  174. #CONFIG_TIOCMBISBYREF="yes" # pass arg by reference to ioctl
  175. #CONFIG_WINSZHACK="no" # include extra files for TIOCWINSZ use
  176. #CONFIG_ABORTBUG="no" # enable workaround for abort problems
  177. #CONFIG_NOREOPEN="yes" # reopen tty device after toggling DTR
  178. #CONFIG_NOSTDINDUP="yes" # do not redirect stdout to stdin in ondelay
  179. #CONFIG_BADEXECVPROTO="no" # system has incorrect execv func decl
  180. #CONFIG_BADEXECVEPROTO="no" # system has incorrect execve func decl
  181. #CONFIG_BADGETOPTPROTO="no" # system has incorrect getopt func decl
  182. #CONFIG_SOCKARGLENTYPE="unsigned long" # call-by-ref arg type for socket funcs
  183. #CONFIG_BADSELECTPROTO="no" # system has way old select func decl
  184. #CONFIG_MAXGID="5999" # maximum permissable GID
  185. #CONFIG_OSFCNH="auto" # control inclusion of <osfcn.h>
  186. #
  187. # Dynamic Shared Object (DSO) support.
  188. #
  189. # Beware that adding new support for DSOs may require some
  190. # modifications to the */Makefile.dso files.
  191. #
  192. #DSOSUF="so" # DSO filename suffix
  193. #DSODELAY="-delay_load" # DSO option for delayed loading
  194. #DSOOPTS="-shared -rdata_shared" # options for building DSOs
  195. #
  196. # Makefile construction parameters.
  197. #
  198. # These should not normally be set; configure will
  199. # deduce the appropriate syntax to use for includes.
  200. #
  201. #MAKECXXOVERRIDE="=.C" # make override stuff for SunPRO C++
  202. #MAKEDEPINCLUDE="include" # make include for dependency files
  203. #MAKEDSOINCLUDE="#" # make include for DSO support
  204. #MAKEINCLUDE=".include" # make include syntax
  205. #MAKELQUOTE="<" # make include syntax
  206. #MAKERQUOTE=">" # make include syntax
  207. #SETMAKE='MAKE = ${MAKE}' # define if make does not setup $MAKE
  208. #MKDEPCOPTS="" # C compiler opts to supply w/ -M
  209. #MKDEPCXXOPTS="" # C++ compiler opts to supply w/ -M
  210. #
  211. # General system stuff used by the distribution.
  212. #
  213. # Beware of setting these as configure selects several programs
  214. # based on whether or not they are capable of processing scripts
  215. # included in the distribution (e.g AWK and SCRIPT_SH, SED).
  216. #
  217. #AWK="/bin/awk" # pathname of suitable awk program
  218. #CAT="/bin/cat" # pathname of suitable cat program
  219. #CHGRP="/etc/chgrp" # pathname of suitable chgrp program
  220. #CHMOD="/etc/chmod" # pathname of suitable chmod program
  221. #CHOWN="/etc/chown" # pathname of suitable chown program
  222. #CMP="/bin/cmp" # pathname of suitable cmp program
  223. #COL="/bin/col" # pathname of suitable col program
  224. #CP="/bin/cp" # pathname of suitable cp program
  225. #ECHO="/bin/echo" # pathname of suitable echo program
  226. #GREP="/bin/grep" # pathname of suitable grep program
  227. #LN="/bin/ln" # pathname of suitable ln program
  228. #LN_S="-s" # option to ${LN} to create symlink
  229. #MAN="/usr/bin/man" # pathname of suitable man program
  230. #MKDIR="/bin/mkdir" # pathname of suitable mkdir program
  231. #MKFIFO="/bin/mkfifo" # pathname of suitable mkfifo program
  232. #MV="/bin/mv" # pathname of suitable mv program
  233. #MV_F="-f" # option to ${MV} to force operation
  234. #RMCMD="/bin/rm" # pathname of suitable rm program
  235. #SED="/bin/sed" # pathname of suitable sed program
  236. #SCRIPT_SH="/bin/sh" # pathname of suitable shell
  237. #SORT="/bin/sort" # pathname of suitable sort program