mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 17:58:01 +08:00
Martin Lucina
8be491b7bd
Use feature test macros more conservatively
It turns out that feature test macros are a complete mess, and defining _GNU_SOURCE and _POSIX_C_SOURCE together breaks some systems. So we try and define the appropriate "make everything visible" combination specific to each system instead. This may still break something, so people should test their platforms and speak up if so.
This is the 0MQ project. More information is available at http://www.zeromq.org
Languages
C++
84.3%
M4
4.9%
CMake
3.3%
Shell
2.5%
Makefile
2.3%
Other
2.6%