Am Sonntag 25 April 2010 20:56:44 schrieb Ludovic Rousseau: > And on Mac OS X Snow Leopard I do not have getline(). > > Maybe a correct solution is to test for the presence of getline in > configure.ac and use > #ifdef HAVE_GETLINE > #else > /* Windows and Mac OS X */ > #endif
ah. windows is not an issue, the only code using getline() already is inside a #ifndef _WIN32 block. maybe the code for windows can be used on mac os X too? Regards, Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
