diff options
| author | Ned T. Crigler <crigler@users.sourceforge.net> | 2012-07-01 21:26:10 +0000 |
|---|---|---|
| committer | Ned T. Crigler <crigler@users.sourceforge.net> | 2012-07-01 21:26:10 +0000 |
| commit | aeb60e6d041cf1995233f5cb6af64fa880200e84 (patch) | |
| tree | 04ef3508e69162990539af576cb43fb85f960ea1 /configure.ac | |
| parent | 637bafd129d781516f9b1efbccd326484efecdb3 (diff) | |
Use ssize_t for the return type of read/write instead of int.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5afed17..3417276 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_INIT(dtach, 0.8, crigler@users.sourceforge.net) -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_CONFIG_SRCDIR(main.c) AC_CONFIG_HEADER(config.h) @@ -25,6 +25,7 @@ AC_HEADER_TIME # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T +AC_TYPE_SSIZE_T # Checks for library functions. AC_TYPE_SIGNAL |
