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
0f44664b
...
0f44664bbdec061bd6711ae9dee253377007dc8c
authored
2003-09-26 23:06:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Moved fgetpwent from AC_CHECK_FUNCS to MU_CHECK_FUNCS.
1 parent
eec608e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
configure.ac
configure.ac
View file @
0f44664
...
...
@@ -321,7 +321,7 @@ extern char *strsignal (int);
#endif
])
AC_REPLACE_FUNCS(
fgetpwent
getpass setenv snprintf strncasecmp \
AC_REPLACE_FUNCS(getpass setenv snprintf strncasecmp \
strcasecmp strsignal vasprintf vsyslog)
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim setreuid \
setresuid seteuid vfork _exit)
...
...
@@ -335,7 +335,7 @@ AH_BOTTOM([
#endif
])
MU_CHECK_FUNCS(strtok_r getline strndup strnlen strchrnul)
MU_CHECK_FUNCS(
fgetpwent
strtok_r getline strndup strnlen strchrnul)
## Check for presence of utmp.h and utmp-related functions
MU_CHECK_UTMP
...
...
Please
register
or
sign in
to post a comment