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
d33c87fc
Commit
d33c87fc
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
HAVE_LWP_THR was renamed HAVE_THR.
parent
04e27dfe
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
servers/ldapd/Makefile.in
+1
-1
1 addition, 1 deletion
servers/ldapd/Makefile.in
servers/slapd/detach.c
+1
-1
1 addition, 1 deletion
servers/slapd/detach.c
servers/slapd/monitor.c
+1
-1
1 addition, 1 deletion
servers/slapd/monitor.c
servers/slurpd/globals.h
+1
-1
1 addition, 1 deletion
servers/slurpd/globals.h
with
4 additions
and
4 deletions
servers/ldapd/Makefile.in
+
1
−
1
View file @
d33c87fc
...
...
@@ -17,7 +17,7 @@ LDAP_LIBDIR= ../../libraries
BUILD_OPT
=
"--enable-ldapd"
BUILD_SRV
=
@BUILD_LDAPD@
XLIBS
=
@LDAPD_LIBS@
XLIBS
=
@LDAPD_LIBS@
@LUTIL_LIBS@
all-local
:
$(PROGRAMS)
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/detach.c
+
1
−
1
View file @
d33c87fc
...
...
@@ -47,7 +47,7 @@ detach()
if
(
ldap_debug
==
0
)
{
#endif
for
(
i
=
0
;
i
<
5
;
i
++
)
{
#if defined( HAVE_
LWP_
THR )
#if defined( HAVE_THR )
switch
(
fork1
()
)
{
#else
switch
(
fork
()
)
{
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/monitor.c
+
1
−
1
View file @
d33c87fc
...
...
@@ -195,7 +195,7 @@ monitor_info( Connection *conn, Operation *op )
val
.
bv_len
=
strlen
(
buf
);
attr_merge
(
e
,
"nbackends"
,
vals
);
#ifdef HAVE_
LWP_
THR
#ifdef HAVE_THR
sprintf
(
buf
,
"%d"
,
thr_getconcurrency
()
);
val
.
bv_val
=
buf
;
val
.
bv_len
=
strlen
(
buf
);
...
...
This diff is collapsed.
Click to expand it.
servers/slurpd/globals.h
+
1
−
1
View file @
d33c87fc
...
...
@@ -58,7 +58,7 @@ typedef struct globals {
/* Default name of kerberos srvtab file */
char
*
default_srvtab
;
#endif
/* HAVE_KERBEROS */
#if defined( HAVE_LWP ) && !defined( HAVE_
LWP_
THR )
#if defined( HAVE_LWP ) && !defined( HAVE_THR )
tl_t
*
tsl_list
;
mon_t
tsl_mon
;
#endif
/* THREAD_SUNOS4_LWP */
...
...
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