Initial commit
[lnanohtmltiledmap.git] / ulinux / select.h
blob9d0993cb099b85ca57c0577f4c589794df3a0f13
1 #ifndef ULINUX_SELECT_H
2 #define ULINUX_SELECT_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND (sylvain.bertrand AT gmail dot com)
6 *******************************************************************************/
7 /* array of 1024 bits split in uls */
8 #define ULINUX_FD_SET_ULS_N (1024 / (8 * sizeof(ulinux_ul)))
9 #endif