CVS: winex/include config.h.in,1.57,1.58
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include config.h.in,1.57,1.58Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv15378/include Modified Files: config.h.in 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: config.h.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/config.h.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- config.h.in 27 Mar 2007 22:20:25 -0000 1.57 +++ config.h.in 30 Mar 2007 20:17:44 -0000 1.58 @@ -496,9 +496,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define if struct sockaddr contains sa_len */ -#undef HAVE_SOCKADDR_SA_LEN - /* Define if struct sockaddr_un contains sun_len */ #undef HAVE_SOCKADDR_SUN_LEN @@ -532,6 +529,9 @@ /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP +/* Define if struct sockaddr contains sa_len */ +#undef HAVE_STRUCT_SOCKADDR_SA_LEN + /* Define to 1 if you have the <syscall.h> header file. */ #undef HAVE_SYSCALL_H