Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
5d4eda17
Commit
5d4eda17
authored
Oct 28, 1999
by
Howard Chu
Browse files
For Mingw32, include stdlib.h to test for sys_errlist
See README 1.27 log
parent
9c46eee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/openldap.m4
View file @
5d4eda17
...
...
@@ -782,7 +782,10 @@ AC_DEFUN([OL_SYS_ERRLIST],
AC_TRY_COMPILE([
#include <stdio.h>
#include <sys/types.h>
#include <errno.h> ],
#include <errno.h>
#ifdef WINNT
#include <stdlib.h>
#endif ],
[char *c = (char *) *sys_errlist],
[ol_cv_dcl_sys_errlist=yes
ol_cv_have_sys_errlist=yes],
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment