Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
8a0b9e8a
Commit
8a0b9e8a
authored
Aug 03, 1999
by
Kurt Zeilenga
Browse files
Add HAVE_CYRUS_SASL define
parent
6f51f4d6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
8a0b9e8a
This diff is collapsed.
Click to expand it.
configure.in
View file @
8a0b9e8a
...
...
@@ -1653,6 +1653,7 @@ if test $ol_with_cyrus_sasl != no ; then
if test $have_cyrus_sasl != no ; then
LUTIL_LIBS="$LUTIL_LIBS -lsasl"
AC_DEFINE(HAVE_CRYUS_SASL,1,[define if you have Cyrus SASL])
ol_link_sasl=yes
fi
fi
...
...
include/portable.h.in
View file @
8a0b9e8a
...
...
@@ -699,6 +699,9 @@
/* define if you have no termcap support */
#undef NO_TERMCAP
/* define if you have Cyrus SASL */
#undef HAVE_CRYUS_SASL
/* define if you actually have FreeBSD fetch(3) */
#undef HAVE_FETCH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment