X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslurpd%2Fglobals.h;h=1f9595f70b2b7def700fec9a6a933c075d126c0b;hb=42d7d6d7432b87d37bfb4beba489cc141ee2edf9;hp=86b9c154d7638da1ddda6b8d9c8cd5c724a1896a;hpb=3c0b0d507a6edaf2110cc2e78c129c4175ee0591;p=openldap diff --git a/servers/slurpd/globals.h b/servers/slurpd/globals.h index 86b9c154d7..1f9595f70b 100644 --- a/servers/slurpd/globals.h +++ b/servers/slurpd/globals.h @@ -1,10 +1,18 @@ /* $OpenLDAP$ */ -/* - * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2003 The OpenLDAP Foundation. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ -/* - * Copyright (c) 1996 Regents of the University of Michigan. +/* Portions Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -14,6 +22,10 @@ * software without specific prior written permission. This software * is provided ``as is'' without express or implied warranty. */ +/* ACKNOWLEDGEMENTS: + * This work was originally developed by the University of Michigan + * (as part of U-MICH LDAP). + */ #ifndef SLURPD_GLOBALS_H #define SLURPD_GLOBALS_H 1 @@ -69,6 +81,8 @@ typedef struct globals { /* Default name of kerberos srvtab file */ char *default_srvtab; #endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ + /* Non-zero if we shall print the version */ + int version; } Globals;