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
71aa9d86
...
71aa9d86b248926ea73f7922b97a141e5f7dc430
authored
2001-11-01 15:27:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added check for utmp.h & utmpx.h
1 parent
0b6bf027
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
configure.in
configure.in
View file @
71aa9d8
...
...
@@ -78,7 +78,8 @@ AC_HEADER_DIRENT
AM_C_PROTOTYPES
AC_CHECK_HEADERS(argp.h errno.h fcntl.h inttypes.h libgen.h limits.h malloc.h \
paths.h shadow.h stdarg.h stdio.h stdlib.h string.h strings.h sys/file.h \
syslog.h termios.h termio.h sgtty.h unistd.h obstack.h termcap.h)
syslog.h termios.h termio.h sgtty.h utmp.h utmpx.h unistd.h obstack.h \
termcap.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
...
...
Please
register
or
sign in
to post a comment