summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-25 15:18:36 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-25 15:18:36 -0400
commit70d7199b3fffb3b9f66be973f9994382cbca22d2 (patch)
tree7f84199614e2dd1a3a9f62b49563bbde215dec6d /configure.ac
parent5ea47456b77f15b92e08294b4c6f6289891a30ce (diff)
downloadslapi-nis-70d7199b3fffb3b9f66be973f9994382cbca22d2.tar.gz
slapi-nis-70d7199b3fffb3b9f66be973f9994382cbca22d2.tar.xz
slapi-nis-70d7199b3fffb3b9f66be973f9994382cbca22d2.zip
- define the default for the possibly-multiple keys attribute
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5f3de0..c235b2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,10 @@ AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_FILTER_ATTR,"$filterattr",
[Define to name of the attribute which holds the filter for selecting entries for a given map.])
keyformatattr=nis-key-format
AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_KEY_ATTR,"$keyformatattr",
- [Define to name of the map configuration attribute which holds the format specifier for the key for a map entry.])
+ [Define to name of the map configuration attribute which holds the format specifier for single keys for a map entry.])
+keysformatattr=nis-keys-format
+AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_KEYS_ATTR,"$keysformatattr",
+ [Define to name of the map configuration attribute which holds the format specifier for possibly-multiple keys for a map entry.])
valueformatattr=nis-value-format
AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_VALUE_ATTR,"$valueformatattr",
[Define to name of the map configuration attribute which holds the format specifier for the value for a map entry.])