header.m4
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. #
  2. # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  3. # All rights reserved.
  4. #
  5. # By using this file, you agree to the terms and conditions set
  6. # forth in the LICENSE file which can be found at the top level of
  7. # the sendmail distribution.
  8. #
  9. #
  10. #  Definitions for Makefile construction for sendmail
  11. #
  12. # $Id: header.m4,v 8.26 1999/08/09 18:57:22 gshapiro Exp $
  13. #
  14. changecom(^A)
  15. undefine(`format')
  16. undefine(`hpux')
  17. undefine(`unix')
  18. ifdef(`pushdef', `',
  19. `errprint(`You need a newer version of M4, at least as new as
  20. System V or GNU')
  21. include(NoSuchFile)')
  22. define(`confCC', `cc')
  23. define(`confSHELL', `/bin/sh')
  24. define(`confBEFORE', `')
  25. define(`confLIBDIRS', `')
  26. define(`confINCDIRS', `')
  27. define(`confLIBSEARCH', `db bind resolv 44bsd')
  28. define(`confLIBSEARCHPATH', `/lib /usr/lib /usr/shlib')
  29. define(`confSITECONFIG', `site.config')
  30. define(`confBUILDBIN', `${SRCDIR}/devtools/bin')
  31. define(`confRANLIB', `echo')
  32. define(`PUSHDIVERT', `pushdef(`__D__', divnum)divert($1)')
  33. define(`POPDIVERT', `divert(__D__)popdef(`__D__')')
  34. define(`APPENDDEF', `define(`$1', ifdef(`$1', `$1 $2', `$2'))')
  35. define(`PREPENDDEF', `define(`$1', ifdef(`$1', `$2 $1', `$2'))')