diff --git a/acconfig.h b/acconfig.h index cd6ad29d45142e73ec0227b093a89593539bda09..86b6d5531b989d09ba783292648ad646bbd31f92 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,11 +13,6 @@ /* end of preamble */ -#if !defined(SLAPD_SCHEMA_COMPAT) && !defined(SLAPD_SCHEMA_NOT_COMPAT) - /* define SLAPD_SCHEMA_COMPAT if you want old schema codes */ -#define SLAPD_SCHEMA_NOT_COMPAT 1 -#endif - @TOP@ /* define this if needed to get reentrant functions */ diff --git a/configure.in b/configure.in index efbb8fe3a1015d4a6f893762e9bff656a2f13569..1a4efa661316ea6a89461ca6d01334cf262cd2eb 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ define([AC_INIT_BINSH], # in file LICENSE in the top-level directory of the distribution. echo "Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved." -echo "Copying restrictions apply, see COPYRIGHT file." +echo "Restrictions apply, see COPYRIGHT and LICENSE files." ])dnl dnl ---------------------------------------------------------------- dnl Disable config.cache!