version 1.28, 2004/01/01 18:15:35
|
version 1.29, 2004/04/08 03:56:26
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/back-meta/init.c,v 1.27 2003/12/08 16:41:41 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/back-meta/init.c,v 1.28 2004/01/01 18:15:35 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1999-2004 The OpenLDAP Foundation. |
* Copyright 1999-2004 The OpenLDAP Foundation. |
Line 26
|
Line 26
|
#include "../back-ldap/back-ldap.h" |
#include "../back-ldap/back-ldap.h" |
#include "back-meta.h" |
#include "back-meta.h" |
|
|
#ifdef SLAPD_META_DYNAMIC |
#if SLAPD_META == SLAPD_MOD_DYNAMIC |
|
|
int |
int |
init_module( int argc, char *argv[] ) { |
init_module( int argc, char *argv[] ) { |
Line 40 init_module( int argc, char *argv[] ) {
|
Line 40 init_module( int argc, char *argv[] ) {
|
return 0; |
return 0; |
} |
} |
|
|
#endif /* SLAPD_META_DYNAMIC */ |
#endif /* SLAPD_META */ |
|
|
int |
int |
meta_back_initialize( |
meta_back_initialize( |