/titanic_50/usr/src/cmd/sendmail/cf/cf/ |
H A D | Makefile | 39 M4= /usr/ccs/bin/m4 48 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ 61 ${CFDIR}/domain/generic.m4 \ 62 ${CFDIR}/domain/solaris-antispam.m4 \ 63 ${CFDIR}/domain/solaris-generic.m4 \ 64 ${CFDIR}/feature/accept_unqualified_senders.m4 \ 65 ${CFDIR}/feature/accept_unresolvable_domains.m4 \ 66 ${CFDIR}/feature/access_db.m4 \ 67 ${CFDIR}/feature/allmasquerade.m4 \ 68 ${CFDIR}/feature/always_add_domain.m4 \ [all …]
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | Makefile | 35 COMMONM4FILES= m4/version.m4 m4/cf.m4 m4/cfhead.m4 m4/proto.m4 \ 36 ostype/solaris8.m4 domain/solaris-generic.m4 \ 37 mailer/local.m4 mailer/smtp.m4 51 $(ROOTETCMAILCF)/domain/generic.m4 \ 52 $(ROOTETCMAILCF)/domain/solaris-antispam.m4 \ 53 $(ROOTETCMAILCF)/domain/solaris-generic.m4 \ 54 $(ROOTETCMAILCF)/feature/accept_unqualified_senders.m4 \ 55 $(ROOTETCMAILCF)/feature/accept_unresolvable_domains.m4 \ 56 $(ROOTETCMAILCF)/feature/access_db.m4 \ 57 $(ROOTETCMAILCF)/feature/allmasquerade.m4 \ [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-network-smtp-sendmail.mf | 39 dir path=etc/mail/cf/m4 group=mail 79 file path=etc/mail/cf/domain/generic.m4 group=mail mode=0444 80 file path=etc/mail/cf/domain/solaris-antispam.m4 group=mail mode=0444 81 file path=etc/mail/cf/domain/solaris-generic.m4 group=mail mode=0444 82 file path=etc/mail/cf/feature/accept_unqualified_senders.m4 group=mail \ 84 file path=etc/mail/cf/feature/accept_unresolvable_domains.m4 group=mail \ 86 file path=etc/mail/cf/feature/access_db.m4 group=mail mode=0444 87 file path=etc/mail/cf/feature/allmasquerade.m4 group=mail mode=0444 88 file path=etc/mail/cf/feature/always_add_domain.m4 group=mail mode=0444 89 file path=etc/mail/cf/feature/badmx.m4 group=mail mode=0444 [all …]
|
/titanic_50/usr/src/tools/aw/ |
H A D | aw.c | 484 struct aelist *m4 = NULL; in main() local 610 else if (m4) in main() 611 newae(m4, filename); in main() 697 if (m4 == NULL) { in main() 698 m4 = newael(); in main() 699 newae(m4, m4_pgm); in main() 700 newae(m4, m4_cmdefs); in main() 704 if (m4) in main() 716 else if (m4) in main() 717 newae(m4, arg); in main() [all …]
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | cf.m4 | 17 # This file is included so that multiple includes of cf.m4 will work 29 `include(_CF_DIR_`'m4/cfhead.m4)dnl 30 VERSIONID(`$Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $')')
|
H A D | cfhead.m4 | 54 include(_CF_DIR_`'ostype/$1.m4)POPDIVERT`'') 107 dnl in MAILER.m4: _MODMF_(LMF,`LOCAL') 115 …RG_', `$2')define(`_ARGS_', `shift($@)')PUSHDIVERT(7)include(_CF_DIR_`'mailer/$1.m4)POPDIVERT`'')') 116 define(`DOMAIN', `PUSHDIVERT(-1)define(`_ARG_', `$2')include(_CF_DIR_`'domain/$1.m4)POPDIVERT`'') 118 ')')define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'feature/$1.m4)POPDIVERT`'') 119 …ERT(-1)define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'hack/$1.m4)POPDIVERT`'') 207 sinclude(_CF_DIR_`'siteconfig/$1.m4)') 258 m4wrap(`include(_CF_DIR_`m4/proto.m4')') 314 VERSIONID(`$Id: cfhead.m4,v 8.120 2009/01/23 22:39:21 ca Exp $')
|
/titanic_50/usr/src/cmd/sgs/m4/i386/ |
H A D | Makefile | 26 PROG= m4 27 XPG4PROG= m4 32 COBJS= m4.o m4ext.o m4macs.o 97 $(LINT_HDR) -s m4 >> $(LINTOUT)
|
/titanic_50/usr/src/cmd/sgs/m4/sparc/ |
H A D | Makefile | 28 PROG= m4 29 XPG4PROG= m4 34 COBJS= m4.o m4ext.o m4macs.o 97 $(LINT_HDR) -s m4 >> $(LINTOUT)
|
/titanic_50/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.targ | 73 xlate.c: ../common/xlate.m4 74 $(M4) < ../common/xlate.m4 > xlate.c 76 xlate64.c: ../common/xlate64.m4 77 $(M4) < ../common/xlate64.m4 > xlate64.c
|
H A D | Makefile.targ.64 | 69 xlate.c: ../common/xlate.m4 70 $(M4) < ../common/xlate.m4 > xlate.c 72 xlate64.c: ../common/xlate64.m4 73 $(M4) < ../common/xlate64.m4 > xlate64.c
|
/titanic_50/usr/src/cmd/svc/shell/ |
H A D | sendmail_include.sh | 91 m4 $m4flags /etc/mail/cf/m4/cf.m4 "$base" > "${name}.cf"
|
/titanic_50/usr/src/cmd/sgs/m4/ |
H A D | Makefile | 35 CSRC= common/m4.c common/m4macs.c 45 POFILE= m4.po
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris | 23 acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
|
/titanic_50/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 14 VERSIONID(`$Id: ldap_routing.m4,v 8.14 2004/02/18 02:45:11 gshapiro Exp $') 17 # Check first two arguments. If they aren't set, may need to warn in proto.m4
|
H A D | msp.m4 | 14 VERSIONID(`$Id: msp.m4,v 1.33 2004/02/09 22:32:38 ca Exp $') 31 dnl notice: do not test for QUEUE_DIR, it is set in some ostype/*.m4 files
|
H A D | generics_entire_domain.m4 | 13 VERSIONID(`$Id: generics_entire_domain.m4,v 8.1 1999/03/16 00:43:05 ca Exp $')
|
H A D | virtuser_entire_domain.m4 | 13 VERSIONID(`$Id: virtuser_entire_domain.m4,v 8.2 1999/03/16 00:43:05 ca Exp $')
|
H A D | accept_unqualified_senders.m4 | 14 VERSIONID(`$Id: accept_unqualified_senders.m4,v 8.6 1999/02/07 07:26:07 gshapiro Exp $')
|
H A D | accept_unresolvable_domains.m4 | 14 VERSIONID(`$Id: accept_unresolvable_domains.m4,v 8.10 1999/02/07 07:26:07 gshapiro Exp $')
|
H A D | loose_relay_check.m4 | 14 VERSIONID(`$Id: loose_relay_check.m4,v 8.6 1999/02/07 07:26:10 gshapiro Exp $')
|
H A D | no_default_msa.m4 | 14 VERSIONID(`$Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $')
|
H A D | preserve_local_plus_detail.m4 | 14 VERSIONID(`$Id: preserve_local_plus_detail.m4,v 8.1 2000/04/10 05:48:05 gshapiro Exp $')
|
H A D | relay_entire_domain.m4 | 14 VERSIONID(`$Id: relay_entire_domain.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
|
H A D | relay_hosts_only.m4 | 14 VERSIONID(`$Id: relay_hosts_only.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
|
/titanic_50/usr/src/cmd/sgs/ |
H A D | Makefile | 67 m4 \ 86 POSUBDIRS= m4 nm tsort yacc
|