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
François Kooman
OpenLDAP
Commits
20df7df2
Commit
20df7df2
authored
22 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Misc configure cleanup
parent
2e1809d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
build/top.mk
+0
-5
0 additions, 5 deletions
build/top.mk
configure
+705
-813
705 additions, 813 deletions
configure
configure.in
+3
-7
3 additions, 7 deletions
configure.in
include/ldap_config.h.in
+0
-8
0 additions, 8 deletions
include/ldap_config.h.in
include/ldap_config.nt
+0
-8
0 additions, 8 deletions
include/ldap_config.nt
with
708 additions
and
841 deletions
build/top.mk
+
0
−
5
View file @
20df7df2
...
...
@@ -111,7 +111,6 @@ LTFINISH = $(LIBTOOL) --mode=finish
# Misc UNIX commands used in build environment
AR
=
@AR@
AWK
=
@AWK@
BASENAME
=
basename
CAT
=
cat
CHMOD
=
chmod
...
...
@@ -128,10 +127,6 @@ RANLIB = @RANLIB@
RM
=
rm
-f
SED
=
sed
# Misc UNIX commands used in programs
EDITOR
=
@EDITOR@
SENDMAIL
=
@SENDMAIL@
# For manual pages
# MANCOMPRESS=@MANCOMPRESS@
# MANCOMPRESSSUFFIX=@MANCOMPRESSSUFFIX@
...
...
This diff is collapsed.
Click to expand it.
configure
+
705
−
813
View file @
20df7df2
This diff is collapsed.
Click to expand it.
configure.in
+
3
−
7
View file @
20df7df2
...
...
@@ -641,14 +641,9 @@ AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_PROG_AWK
OL_PROG_LN_H
AC_PROG_LN_S
AC_PATH_PROG(SENDMAIL, sendmail, /usr/lib/sendmail,
$PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc)
AC_PATH_PROG(EDITOR, vi, /usr/ucb/vi, $PATH:/usr/ucb)
dnl ----------------------------------------------------------------
dnl Perl
ol_link_perl=no
...
...
@@ -701,7 +696,7 @@ AC_MINGW32
AC_EXEEXT
AC_OBJEXT
AC_DEFINE_UNQUOTED(
EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
AC_DEFINE_UNQUOTED(EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
dnl ----------------------------------------------------------------
dnl BeOS requires -lbe -lroot -lnet
...
...
@@ -1242,7 +1237,8 @@ ol_link_tls=no
if test $ol_with_tls != no ; then
AC_CHECK_HEADERS(openssl/ssl.h ssl.h)
if test $ac_cv_header_openssl_ssl_h = yes -o $ac_cv_header_ssl_h = yes ; then
if test $ac_cv_header_openssl_ssl_h = yes \
-o $ac_cv_header_ssl_h = yes ; then
AC_CHECK_LIB(ssl, SSLeay_add_ssl_algorithms,
[have_ssleay=yes
need_rsaref=no],
...
...
This diff is collapsed.
Click to expand it.
include/ldap_config.h.in
+
0
−
8
View file @
20df7df2
...
...
@@ -60,12 +60,4 @@
#define LDAP_RUNDIR "%RUNDIR%"
#endif
/* command locations */
#ifndef LDAP_EDITOR
#define LDAP_EDITOR "%EDITOR%"
#endif
#ifndef LDAP_SENDMAIL
#define LDAP_SENDMAIL "%SENDMAIL%"
#endif
#endif /* _LDAP_CONFIG_H */
This diff is collapsed.
Click to expand it.
include/ldap_config.nt
+
0
−
8
View file @
20df7df2
...
...
@@ -52,12 +52,4 @@
#define LDAP_RUNDIR LDAP_PREFIX "\\run"
#endif
/* command locations */
#ifndef LDAP_EDITOR
#define LDAP_EDITOR "%EDITOR%"
#endif
#ifndef LDAP_SENDMAIL
#define LDAP_SENDMAIL "%SENDMAIL%"
#endif
#endif /* _LDAP_CONFIG_H */
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