]> git.sur5r.net Git - openldap/blob - servers/slapd/globals.c
cleanup bind
[openldap] / servers / slapd / globals.c
1 /* globals.c - various global variables */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
5  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
6  */
7
8 #include "portable.h"
9
10 #include "slap.h"
11
12 /*
13  * global variables, in general, should be declared in the file
14  * primarily responsible for its management.  Configurable globals
15  * belong in config.c.  variables declared here have no other
16  * sensible home.
17  */
18
19 const struct berval slap_empty_bv = { 0, "" };
20