]> 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 43d1121b8bd9d46fa581014eaec8fc980944c81c..4b64f0e6b10da1f0c5232c5f8e6198faceb85940 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
-#
-# Copyright 1998,1999 The OpenLDAP Foundation
-# COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-# of this package for details.
+# $OpenLDAP$
+## Copyright 1998-2002 The OpenLDAP Foundation
+## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
+## of this package for details.
 #
 # Create a version.c file
 #
@@ -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";