[exim-cvs] JSON lookup

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] JSON lookup
Gitweb: https://git.exim.org/exim.git/commitdiff/11b31159ac7d1acef923c29053fc3d9c6bbf5c12
Commit:     11b31159ac7d1acef923c29053fc3d9c6bbf5c12
Parent:     854bd65fa7f6a97b04680fb090423c27b19077a2
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jan 8 23:21:19 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jan 8 23:21:19 2019 +0000


    JSON lookup
---
 src/src/EDITME | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index 15360db..b2c27da 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -309,6 +309,7 @@ LOOKUP_DNSDB=yes
# LOOKUP_CDB=yes
# LOOKUP_DSEARCH=yes
# LOOKUP_IBASE=yes
+# LOOKUP_JSON=yes
# LOOKUP_LDAP=yes
# LOOKUP_MYSQL=yes
# LOOKUP_MYSQL_PC=mariadb
@@ -376,7 +377,7 @@ PCRE_CONFIG=yes
# don't need to set LOOKUP_INCLUDE if the relevant directories are already
# specified in INCLUDE. The settings below are just examples; -lpq is for
# PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite, -lhiredis
-# is for Redis.
+# is for Redis, -ljansson for JSON.
#
# You do not need to use this for any lookup information added via pkg-config.