summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:29:23 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:29:23 -0400
commit7222241a931fc18b3c11643b394a4e81aa199775 (patch)
treee900e9b9bd11237db2e0ae821f3b062773d44ed8 /configure.ac
parent15fdeee0bab953ce506468806e326a99acae0e5a (diff)
downloadslapi-nis-7222241a931fc18b3c11643b394a4e81aa199775.tar.gz
slapi-nis-7222241a931fc18b3c11643b394a4e81aa199775.tar.xz
slapi-nis-7222241a931fc18b3c11643b394a4e81aa199775.zip
- refactor the is-this-a-valid-set-definition logicpost-sch
- make building of either module a conditional, not yet controllable by the configure script
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da2ea01..ad5fc1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,7 @@ AC_DEFINE(DEFAULT_MAX_DGRAM_SIZE,YPMAXRECORD,[Define to the default maximum data
AC_DEFINE(DEFAULT_MAX_VALUE_SIZE,(256 * 1024),[Define to the default maximum map entry key and value size.])
AC_DEFINE(DEFAULT_TARGET_REPLY_SIZE,(4 * 1024),[Define to the default target size for a connected reply fragment.])
+AM_CONDITIONAL(NIS,true)
nisbaseattr=nis-base
AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_BASE_ATTR,"$nisbaseattr",
[Define to name of the attribute which lists the containers for entries for a given map.])
@@ -141,6 +142,7 @@ secureattr=nis-secure
AC_DEFINE_UNQUOTED(NIS_MAP_CONFIGURATION_SECURE_ATTR,"$secureattr",
[Define to name of the map configuration attribute which determines whether or not the map is treated a 'secure' map.])
+AM_CONDITIONAL(SCHEMA,true)
schbaseattr=schema-compat-base
AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_BASE_ATTR,"$schbaseattr",
[Define to name of the attribute which lists the containers to search when locating entries to be used for constructing entries for a given container.])