dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet ChangeLog, 1.2780, 1.2781 configure.in, 1.156


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet ChangeLog, 1.2780, 1.2781 configure.in, 1.156, 1.157
Date: Tue, 18 Nov 2003 20:55:33 +0000

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv28440

Modified Files:
        ChangeLog configure.in 
Log Message:


Change MB_CUR_MAX to MB_LEN_MAX because the former may not be constant
on some platforms (thanks to Miroslaw Dobrzanski-Neumann).


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.156
retrieving revision 1.157
diff -C2 -d -r1.156 -r1.157
*** configure.in        12 Nov 2003 21:50:05 -0000      1.156
--- configure.in        18 Nov 2003 20:55:29 -0000      1.157
***************
*** 236,240 ****
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h sys/ioctl.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h sys/utime.h 
utime.h)
! AC_CHECK_HEADERS(linux/types.h)
  AC_CHECK_HEADERS([linux/irda.h], [], [],
  [[#ifdef HAVE_SYS_SOCKET_H
--- 236,240 ----
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h sys/ioctl.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h sys/utime.h 
utime.h)
! AC_CHECK_HEADERS(linux/types.h limits.h)
  AC_CHECK_HEADERS([linux/irda.h], [], [],
  [[#ifdef HAVE_SYS_SOCKET_H

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2780
retrieving revision 1.2781
diff -C2 -d -r1.2780 -r1.2781
*** ChangeLog   18 Nov 2003 20:26:43 -0000      1.2780
--- ChangeLog   18 Nov 2003 20:55:25 -0000      1.2781
***************
*** 5,8 ****
--- 5,12 ----
        (thanks to Miroslaw Dobrzanski-Neumann).
  
+       * configure.in, support/ansi.c: change MB_CUR_MAX to MB_LEN_MAX
+       because the former may not be constant on some platforms
+       (thanks to Miroslaw Dobrzanski-Neumann).
+ 
  2003-11-19  Rhys Weatherley  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]