| Newsgroups |
gmane.comp.emulators.winex.cvs |
| Message-ID |
<[email protected]> |
Subject: winex configure.ac,1.98,1.99Update of /var/lib/cvsd/cvsroot/winex
In directory agravaine:/tmp/cvs-serv15297
Modified Files:
configure.ac
Log Message:
- shift to using HAVE_STRUCT_SOCKADDR_SA_LEN instead of HAVE_SOCKADDR_SA_LEN for ease of compatibility with imported WineHQ code
Index: configure.ac
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/configure.ac,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- configure.ac 30 Mar 2007 20:10:40 -0000 1.98
+++ configure.ac 30 Mar 2007 20:17:32 -0000 1.99
@@ -1909,7 +1909,7 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif],
- [AC_DEFINE(HAVE_SOCKADDR_SA_LEN, 1, [Define if struct sockaddr contains sa_len])])
+ [AC_DEFINE(HAVE_STRUCT_SOCKADDR_SA_LEN, 1, [Define if struct sockaddr contains sa_len])])
dnl Check for the sun_len member in struct sockaddr_un
WINE_CHECK_STRUCT_MEMBER(sockaddr_un,sun_len,