summaryrefslogtreecommitdiffstats
path: root/tinyNET/config.h
blob: d367d15fdc4d1655354413737d8838779949f482 (plain)
1
2
3
4
5
6
7
8
#ifndef TINYNET_CONFIG_H
#define TINYNET_CONFIG_H

#if defined (__APPLE__)
#	define TNET_USE_POLL	1
#endif

#endif /* TINYNET_CONFIG_H */
OpenPOWER on IntegriCloud