* 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
/* 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. */
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)
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);],