Mercurial > dnsbl
comparison configure.in @ 211:4db1457cd11a stable-6-0-18
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:19:36 -0700 |
parents | 92a5c866bdfa |
children | 82886d4dd71f |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(dnsbl,6.17,carl@five-ten-sg.com) | 3 AC_INIT(dnsbl,6.18,carl@five-ten-sg.com) |
4 AC_CONFIG_SRCDIR([config.h.in]) | 4 AC_CONFIG_SRCDIR([config.h.in]) |
5 AC_CONFIG_HEADER([config.h]) | 5 AC_CONFIG_HEADER([config.h]) |
6 | 6 |
7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
8 | 8 |
38 AC_FUNC_FORK | 38 AC_FUNC_FORK |
39 AC_FUNC_GETPGRP | 39 AC_FUNC_GETPGRP |
40 AC_HEADER_STDC | 40 AC_HEADER_STDC |
41 AC_FUNC_STAT | 41 AC_FUNC_STAT |
42 AC_FUNC_STRFTIME | 42 AC_FUNC_STRFTIME |
43 AC_CHECK_FUNCS([dup2 gethostbyname gethostname memmove memset socket strchr strdup strerror strncasecmp strrchr strstr strtol]) | 43 AC_CHECK_FUNCS([daemon dup2 gethostbyname gethostname memmove memset socket strchr strdup strerror strncasecmp strrchr strstr strtol]) |
44 | 44 |
45 # check for posix threads | 45 # check for posix threads |
46 ACX_PTHREAD | 46 ACX_PTHREAD |
47 | 47 |
48 # See if we have progress callback | 48 # See if we have progress callback |