doubango/branches/2.0/doubango/tinyNET/config.h

8 lines
137 B
C

#ifndef TINYNET_CONFIG_H
#define TINYNET_CONFIG_H
#if defined (__APPLE__)
# define TNET_USE_POLL 1
#endif
#endif /* TINYNET_CONFIG_H */