Bugzilla 1217: Experimental Redis lookup
authorTodd Lyons <tlyons@exim.org>
Tue, 1 Oct 2013 16:24:19 +0000 (09:24 -0700)
committerTodd Lyons <tlyons@exim.org>
Tue, 1 Oct 2013 16:32:24 +0000 (09:32 -0700)
commit9bdd29ad5c5d394229753b114f6f288893f616f4
treed830c7b8003a53597daa060625aa0ed260b9c556
parent9cb1785a68901ce990c7581bd465d0931edf166e
Bugzilla 1217: Experimental Redis lookup

Add want_experimental() test in the script to create the lookups
  Makefile to ease detection of requested Experimental features, and
  simplify the #ifdef guards in the redis.c.
16 files changed:
doc/doc-txt/ChangeLog
doc/doc-txt/experimental-spec.txt
src/scripts/MakeLinks
src/scripts/lookups-Makefile
src/src/EDITME
src/src/config.h.defaults
src/src/deliver.c
src/src/drtables.c
src/src/exim.c
src/src/expand.c
src/src/globals.c
src/src/globals.h
src/src/lookups/Makefile
src/src/lookups/redis.c [new file with mode: 0644]
src/src/readconf.c
src/src/route.c