|
|
1.1 ! root 1: divert(10) ! 2: # ! 3: # Copyright (c) 1983 Eric P. Allman ! 4: # Copyright (c) 1988 The Regents of the University of California. ! 5: # All rights reserved. ! 6: # ! 7: # Redistribution and use in source and binary forms are permitted ! 8: # provided that the above copyright notice and this paragraph are ! 9: # duplicated in all such forms and that any documentation, ! 10: # advertising materials, and other materials related to such ! 11: # distribution and use acknowledge that the software was developed ! 12: # by the University of California, Berkeley. The name of the ! 13: # University may not be used to endorse or promote products derived ! 14: # from this software without specific prior written permission. ! 15: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 16: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 17: # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 18: # ! 19: # @(#)nsmacros.m4 1.10 (Berkeley) 2/15/89 ! 20: # ! 21: divert(0) ! 22: ###################### ! 23: # General Macros # ! 24: ###################### ! 25: ! 26: # local domain name ! 27: ifdef(`DOMAIN', ! 28: DOMAIN, ! 29: `#' YOUR DOMAIN NAME GOES HERE! ! 30: DDYOUR_DOMAIN_NAME) ! 31: ! 32: ifdef(`INTERNET_RELAY', ! 33: `#' Internet relay host -- machines in our domain that are not ! 34: `#' registered with the NIC will be "hidden" behind this relay machine ! 35: `#' with the % kludge`,' although SMTP delivery will still be performed ! 36: `#' by the sending machine. Someday this will go away. ! 37: INTERNET_RELAY) ! 38: ! 39: ifdef(`UUCP_RELAY', ! 40: `#' UUCP relay host ! 41: UUCP_RELAY) ! 42: ! 43: ifdef(`CSNET_RELAY', ! 44: `#' csnet relay host ! 45: CSNET_RELAY) ! 46: ! 47: ifdef(`BITNET_RELAY', ! 48: `#' bitnet relay host ! 49: BITNET_RELAY) ! 50: ! 51: # my official hostname ! 52: Dj$w ! 53:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.