Fresco/Prague/include/Prague config.hh,1.2,1.3
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague/include/Prague In directory purcel:/tmp/cvs-serv4705/Prague/include/Prague Modified Files: config.hh Log Message: add sockletn_t definition in case it isn't defined by the OS Index: config.hh =================================================================== RCS file: /cvs/fresco/Fresco/Prague/include/Prague/config.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config.hh 24 Jan 2003 19:17:09 -0000 1.2 +++ config.hh 19 Feb 2003 01:39:26 -0000 1.3 @@ -22,5 +22,9 @@ extern "C" const char *strsignal(int); #endif +#ifndef HAVE_SOCKLEN_T +typedef int socklen_t; +#endif + #endif