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