/* NETWIB Network library Copyright(c) 1999-2010 Laurent Constantin ----- Main server : http://www.laurentconstantin.com/ Backup server : http://laurentconstantin.free.fr/ [my current email address is on the web servers] ----- This file is part of Netwib. Netwib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. Netwib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (http://www.gnu.org/). ------------------------------------------------------------------------ */ #include /*-------------------------------------------------------------*/ #if defined NETWIBDEF_SYSNAME_Unix /* POSIX */ #include "pieces/threadtsd_posix.c" #elif defined NETWIBDEF_SYSNAME_Windows /* Windows's threads */ #include "pieces/threadtsd_windows.c" #else #error "Unknown value for NETWIBDEF_SYSNAME" #endif