]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ssize_t is a signed value
authorMark Andrews <marka@isc.org>
Wed, 15 Aug 2001 06:03:39 +0000 (06:03 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Aug 2001 06:03:39 +0000 (06:03 +0000)
config.h.in
configure.in

index 9eea066bcfe01c31cc9a0c0580fd87119d71e4df..d1c3aed39e9873dfc6862d1fbb721c51c390be97 100644 (file)
@@ -16,7 +16,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.45 2001/08/15 05:49:44 marka Exp $ */
+/* $Id: config.h.in,v 1.46 2001/08/15 06:03:39 marka Exp $ */
 
 /***
  *** This file is not to be included by any public header files, because
@@ -32,7 +32,7 @@
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
-/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+/* Define to `int' if <sys/types.h> doesn't define.  */
 #undef ssize_t
 
 /* Define if you have the ANSI C header files.  */
index 0b065fd173dbba4af4ac0568efed0c4fb2ce36a6..724da726c5091cc00d5ac12363af8002538ba8bc 100644 (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.288 $)
+AC_REVISION($Revision: 1.289 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -220,7 +220,7 @@ AC_TRY_COMPILE(, [
          AC_DEFINE(inline, )])
 
 AC_TYPE_SIZE_T
-AC_CHECK_TYPE(ssize_t, unsigned)
+AC_CHECK_TYPE(ssize_t, int)
 AC_HEADER_TIME
 AC_MSG_CHECKING(for long long)
 AC_TRY_COMPILE([],[long long i = 0; return (0);],