Skip to content
Snippets Groups Projects
Commit e642a1b9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add OpenLDAP RCSid

parent 38cd86f5
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 7 deletions
# $Id$
# $OpenLDAP$
# Master Makefile for OpenLDAP
##
## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
......
......@@ -27,6 +27,3 @@ The OpenLDAP configure tool will most probably find the correct
configuration itself. No special action has to be taken
while building the OpenLDAP package.
9 Jan 1999, KSp <ksp@openldap.org>
Last updated: 29 July 1999 by Kdz <kurt@openldap.org>
# $OpenLDAP$
##
## LIBAVL
##
......
# $OpenLDAP$
## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......
# $OpenLDAP$
## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......
# $OpenLDAP$
##
## Makefile.in for LDAP -lldap
##
......
# $OpenLDAP$
##
## Makefile for -lldbm
##
......
# $OpenLDAP$
##
## Makefile for -lldif
##
......
# $OpenLDAP$
##
## Makefile for -lutil
##
......
# $OpenLDAP$
##
## Makefile.in for ldapd
##
......
# $OpenLDAP$
##
## Makefile.in for slapd
##
......
# $OpenLDAP$
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c id2entry.c \
index.c id2children.c nextid.c abandon.c compare.c group.c \
modify.c modrdn.c delete.c init.c config.c bind.c attr.c \
......
# $OpenLDAP$
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
delete.c modify.c modrdn.c
OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
......
# $OpenLDAP$
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c id2entry.c \
index.c id2children.c nextid.c abandon.c compare.c group.c \
modify.c modrdn.c delete.c init.c config.c bind.c attr.c \
......
# $OpenLDAP$
SRCS = search.c config.c init.c
OBJS = search.lo config.lo init.lo
......
# $OpenLDAP$
###########################################################################
#
# Copyright 1999, John C. Quillan, All rights reserved.
......
# $OpenLDAP$
SRCS = init.c config.c fork.c search.c bind.c unbind.c add.c delete.c \
modify.c modrdn.c compare.c abandon.c result.c
OBJS = init.lo config.lo fork.lo search.lo bind.lo unbind.lo add.lo delete.lo \
......
# $OpenLDAP$
###########################################################################
#
# Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
......
/* $Id: external.h,v 1.7 1999/06/29 01:29:27 kdz Exp $ */
/* $OpenLDAP$ */
#ifndef _TCL_EXTERNAL_H
#define _TCL_EXTERNAL_H
......
/* $OpenLDAP$ */
/* tcl_back.h - tcl backend header (structs, functions)
*
* $Id: tcl_back.h,v 1.1 1999/02/17 01:23:18 bcollins Exp $
*
* Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment