Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
699fa73c
Commit
699fa73c
authored
20 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Added back-ldif
parent
aad14015
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/back-ldif/Makefile.in
+41
-0
41 additions, 0 deletions
servers/slapd/back-ldif/Makefile.in
servers/slapd/back-ldif/ldif.c
+993
-0
993 additions, 0 deletions
servers/slapd/back-ldif/ldif.c
with
1034 additions
and
0 deletions
servers/slapd/back-ldif/Makefile.in
0 → 100644
+
41
−
0
View file @
699fa73c
# Makefile.in for back-ldif
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 2005 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 the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
SRCS
=
ldif.c
OBJS
=
ldif.lo
LDAP_INCDIR
=
../../../include
LDAP_LIBDIR
=
../../../libraries
BUILD_OPT
=
"--enable-ldif"
BUILD_MOD
=
yes
mod_DEFS
=
-DSLAPD_IMPORT
MOD_DEFS
=
$(
yes_DEFS
)
shared_LDAP_LIBS
=
$(
LDAP_LIBLDAP_R_LA
)
$(
LDAP_LIBLBER_LA
)
NT_LINK_LIBS
=
-L
..
-lslapd
$(
@BUILD_LIBS_DYNAMIC@_LDAP_LIBS
)
UNIX_LINK_LIBS
=
$(
@BUILD_LIBS_DYNAMIC@_LDAP_LIBS
)
LIBBASE
=
back_ldif
XINCPATH
=
-I
..
-I
$(
srcdir
)
/..
XDEFS
=
$(
MODULES_CPPFLAGS
)
all-local-lib
:
../.backend
../.backend
:
lib$(LIBBASE).a
@
touch
$@
This diff is collapsed.
Click to expand it.
servers/slapd/back-ldif/ldif.c
0 → 100644
+
993
−
0
View file @
699fa73c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment