summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-30 14:54:38 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-30 14:54:38 -0400
commiteccf1c36ecfabb0a33424447fb44be036c62189a (patch)
tree2f19c2909d735e179c161ab830f80ec6b6547004 /configure.ac
parent6bab6dfac4bf4971fb61d6cb394137da7721f345 (diff)
downloadslapi-nis-eccf1c36ecfabb0a33424447fb44be036c62189a.tar.gz
slapi-nis-eccf1c36ecfabb0a33424447fb44be036c62189a.tar.xz
slapi-nis-eccf1c36ecfabb0a33424447fb44be036c62189a.zip
- add an attribute for values-format
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 23c57d4..af262e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,9 @@ AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_KEYS_ATTR,"$niskeysformatattr",
nisvalueformatattr=nis-value-format
AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_VALUE_ATTR,"$nisvalueformatattr",
[Define to name of the map configuration attribute which holds the format specifier for the value for a map entry.])
+nisvaluesformatattr=nis-values-format
+AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_VALUES_ATTR,"$nisvaluesformatattr",
+ [Define to name of the map configuration attribute which holds the format specifier for the possibly-multiple values for a map entry.])
domainattr=nis-domain
AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_DOMAIN_ATTR,"$domainattr",
[Define to name of the map configuration attribute which holds the name of the domain of the map.])