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
df58081a
...
df58081a1bc39eabe4241e13e08c7deb62c9db43
authored
2000-04-19 18:11:40 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add more tests to configure to keep xstrtol.[ch] happy
1 parent
65217f17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
ChangeLog
configure.in
ChangeLog
View file @
df58081
2000-04-19 Jeff Bailey <jbailey@nisa.net>
* configure.in: Test for limits.h and inttypes.h
2000-03-28 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
* pop3d/pop3d.c (main): handle SIGPIPE
...
...
configure.in
View file @
df58081
...
...
@@ -22,7 +22,8 @@ dnl Check for headers
AC_HEADER_STDC
AM_C_PROTOTYPES
AC_CHECK_HEADERS(malloc.h stdlib.h stdio.h errno.h unistd.h\
paths.h sys/file.h syslog.h shadow.h)
paths.h sys/file.h syslog.h shadow.h limits.h\
inttypes.h)
AC_CHECK_HEADERS(string.h strings.h, break)
dnl Check for libraries
...
...
Please
register
or
sign in
to post a comment