]> git.sur5r.net Git - openldap/blobdiff - build/mkversion
Set BDB's global allocators to ber_*, don't bother with the per-env setting.
[openldap] / build / mkversion
index d0ba1373a1c7aff4339fabe52fdf4b89d91130fe..4b64f0e6b10da1f0c5232c5f8e6198faceb85940 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 1998,1999 The OpenLDAP Foundation
+## Copyright 1998-2002 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -47,10 +47,13 @@ WHOWHERE="$USER@`uname -n`:`pwd`"
 
 cat << __EOF__
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation
- * COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
+ * Copyright 1998-2002 The OpenLDAP Foundation
+ * COPYING RESTRICTIONS APPLY.  See COPYRIGHT file in top level directory
  * of this package for details.
  */
+static const char copyright[] =
+"Copyright 1998-2002 The OpenLDAP Foundation\n"
+"COPYING RESTRICTIONS APPLY\n";
 
 $static $const char $SYMBOL[] =
 "@(#) \$$PACKAGE: $APPLICATION $VERSION ($WHEN) \$\n\t$WHOWHERE\n";