CVS: winex/include config.h.in,1.63,1.64
[email protected] 31 Jul 2007 20:05:44 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include config.h.in,1.63,1.64Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv3238/include Modified Files: config.h.in Log Message: Refactor SHM server to handle both POSIX and SYSV IPC. Add support for SHM server on Mac OS X. Index: config.h.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/config.h.in,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- config.h.in 31 Jul 2007 17:35:25 -0000 1.63 +++ config.h.in 31 Jul 2007 20:05:42 -0000 1.64 @@ -497,6 +497,9 @@ /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT +/* Define to 1 if you have the <semaphore.h> header file. */ +#undef HAVE_SEMAPHORE_H + /* Define to 1 if you have the `semop' function. */ #undef HAVE_SEMOP