e4f6d72d71
* added new edit-faxcover script * added various enhancements to faxsetup * default libtiff v3.6 compatibility * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch * added 2D-MMR support for Class 2 modems that support it * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and CIDNameAnswerLength modem config parameters * support for MultiTech MT5634ZDXb and MT5634ZBA-DID * added subaddressing specification capability to sendfax * numerous bugfixes (several significant) and build cleanups * fixes the PageChop feature that broken in 4.1.6 Also fixed some cosmetic NetBSD issues with faxadmodem
12 lines
520 B
Text
12 lines
520 B
Text
$NetBSD: patch-ab,v 1.5 2003/09/23 21:39:47 abs Exp $
|
|
|
|
--- config.h.in.orig Mon Mar 19 06:48:23 2001
|
|
+++ config.h.in
|
|
@@ -58,6 +58,7 @@
|
|
* NB: The Unix-domain support is unfinished.
|
|
*/
|
|
#define FAX_USER "@FAXUID@" /* account name of the ``fax user'' */
|
|
+#define FAX_GROUP "@FAXGID@" /* group name of the ``fax user'' */
|
|
#define FAX_SERVICE "hylafax" /* client-server service name */
|
|
#define FAX_PROTONAME "tcp" /* protocol used by client+server */
|
|
#define FAX_DEFPORT 4559 /* port to use if service is unknown */
|