2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

958. [port] ssize_t is not available on all platforms. [RT #1607]

This commit is contained in:
Mark Andrews
2001-08-15 05:49:45 +00:00
parent c132e9113c
commit 1fdbadc594
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
958. [port] ssize_t is not available on all platforms. [RT #1607]
957. [bug] sys/select.h inclusion was broken on older platforms.
[RT #1607]

View File

@@ -16,7 +16,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.44 2001/07/14 01:55:05 gson Exp $ */
/* $Id: config.h.in,v 1.45 2001/08/15 05:49:44 marka Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -32,6 +32,9 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef ssize_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.287 $)
AC_REVISION($Revision: 1.288 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@@ -220,6 +220,7 @@ AC_TRY_COMPILE(, [
AC_DEFINE(inline, )])
AC_TYPE_SIZE_T
AC_CHECK_TYPE(ssize_t, unsigned)
AC_HEADER_TIME
AC_MSG_CHECKING(for long long)
AC_TRY_COMPILE([],[long long i = 0; return (0);],