diff options
author | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
---|---|---|
committer | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
commit | 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch) | |
tree | 4b6214a7142ab1035cb0e47444e88af38e712421 /tinyNET/config.h | |
download | doubango-1.0.zip doubango-1.0.tar.gz |
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'tinyNET/config.h')
-rw-r--r-- | tinyNET/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyNET/config.h b/tinyNET/config.h new file mode 100644 index 0000000..d367d15 --- /dev/null +++ b/tinyNET/config.h @@ -0,0 +1,8 @@ +#ifndef TINYNET_CONFIG_H +#define TINYNET_CONFIG_H + +#if defined (__APPLE__) +# define TNET_USE_POLL 1 +#endif + +#endif /* TINYNET_CONFIG_H */
\ No newline at end of file |