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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2380,1.2381 configure.in,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2380,1.2381 configure.in,1.124,1.125
Date: Tue, 27 May 2003 22:49:04 -0400

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

Modified Files:
        ChangeLog configure.in 
Log Message:


Add <linux/irda.h> to the set of headers to detect at configuration
time; include <linux/types.h> before <linux/irda.h>.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2380
retrieving revision 1.2381
diff -C2 -r1.2380 -r1.2381
*** ChangeLog   28 May 2003 02:14:25 -0000      1.2380
--- ChangeLog   28 May 2003 02:49:02 -0000      1.2381
***************
*** 7,10 ****
--- 7,14 ----
        changes to pnetlib; IPv6 and IrDA socket addresses should now work.
  
+       * configure.in, support/socket.c: add <linux/irda.h> to the set
+       of headers to detect at configuration time; include <linux/types.h>
+       before <linux/irda.h>.
+ 
  2003-05-26  Gopal.V  <address@hidden>
        

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -r1.124 -r1.125
*** configure.in        17 May 2003 12:47:46 -0000      1.124
--- configure.in        28 May 2003 02:49:02 -0000      1.125
***************
*** 229,232 ****
--- 229,233 ----
  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/irda.h)
  
  dnl A macro that helps detect the size of types in a cross-compile 
environment.





reply via email to

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