version 1.1, 2007/09/07 10:04:55
|
version 1.2, 2007/09/07 10:20:24
|
Line 1
|
Line 1
|
/* init.c - initialize sock backend */ |
/* init.c - initialize sock backend */ |
/* $OpenLDAP$ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/back-sock/init.c,v 1.1 2007/09/07 10:04:55 hyc Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2007 The OpenLDAP Foundation. |
* Copyright 2007 The OpenLDAP Foundation. |
Line 13
|
Line 13
|
* top-level directory of the distribution or, alternatively, at |
* top-level directory of the distribution or, alternatively, at |
* <http://www.OpenLDAP.org/license.html>. |
* <http://www.OpenLDAP.org/license.html>. |
*/ |
*/ |
|
/* ACKNOWLEDGEMENTS: |
|
* This work was initially developed by Brian Candler for inclusion |
|
* in OpenLDAP Software. |
|
*/ |
|
|
#include "portable.h" |
#include "portable.h" |
|
|