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
b6e19557
...
b6e19557cb3ec4b5ca041923df8069366aab501d
authored
2001-10-30 06:01:29 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* acconfig.h: #define ssize_t.
* configure.in: Add AC_CHECK_TYPE(ssize_t, int);
1 parent
a4458c39
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
ChangeLog
acconfig.h
configure.in
ChangeLog
View file @
b6e1955
2001-10-26 Alain Magloire
* acconfig.h: #define ssize_t.
* configure.in: Add AC_CHECK_TYPE(ssize_t, int);
2001-10-26 Sergey Poznyakoff
Fixed behavior in send mode when the stdin is not a terminal
...
...
acconfig.h
View file @
b6e1955
...
...
@@ -53,3 +53,6 @@
/* Define if libc has obstack functions */
#undef HAVE_OBSTACK
/* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t
...
...
configure.in
View file @
b6e1955
...
...
@@ -87,6 +87,7 @@ AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_TYPE(ssize_t, int)
AC_TYPE_SIGNAL
AC_DECL_SYS_SIGLIST
AC_STRUCT_TIMEZONE
...
...
Please
register
or
sign in
to post a comment