X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=m4%2Fnsc.m4;h=aa2d4d98381f926cda871891cd9e64e9b27bc265;hb=e71dc5ff75ffd595bf84ec59a69a8e19c2e4df72;hp=30b2f1e0cea2e01b7f8e3da70bcf61650fe10c3f;hpb=a030ea9b7089859eb8c8f0fef8e833bf5f97b999;p=nsc-5.git diff --git a/m4/nsc.m4 b/m4/nsc.m4 index 30b2f1e..aa2d4d9 100644 --- a/m4/nsc.m4 +++ b/m4/nsc.m4 @@ -119,6 +119,14 @@ define(nsc_ALIAS, `$1 `CNAME' CURRENT_NAME ') define(ALIAS, `nsc_iterate(`nsc_ALIAS', $@)nsc_set_name(CURRENT_NAME)dnl') +# TXT records + +define(TXT, `nsc_emit_name `TXT' "$1"') + +# RP (responsible person) records + +define(RP, `nsc_emit_name `RP' nsc_corr_dot($1) nsc_corr_dot($2)') + # CNAME records define(CNAME, `$1 `CNAME' nsc_corr_dot($2)')