Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8b2b3b53
...
8b2b3b535797036e42c6533fb00adc350c6ca4ec
authored
2002-10-03 14:30:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check if environ is declared
1 parent
d015053d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
configure.ac
configure.ac
View file @
8b2b3b5
...
...
@@ -237,6 +237,10 @@ AC_CHECK_DECLS([strtok_r, strchrnul, strndup, asprintf, vasprintf] , , , [
# include <strings.h>
#endif])
AC_CHECK_DECLS(environ, , ,
[ #include <unistd.h>
#include <stdlib.h> ])
AH_BOTTOM([
#if !HAVE_DECL_STRTOK_R
extern char *strtok_r (char *s, const char *delim, char **save_ptr);
...
...
Please
register
or
sign in
to post a comment