]> sigrok.org Git - libsigrok.git/commit
Build: Define feature test macro _DEFAULT_SOURCE
authorDaniel Elstner <redacted>
Wed, 26 Aug 2015 11:55:53 +0000 (13:55 +0200)
committerDaniel Elstner <redacted>
Wed, 26 Aug 2015 11:55:53 +0000 (13:55 +0200)
commit68799618f6ed6e4becc862e9e1061c61e31dd1fe
treeb1259fe702ad0ed53304a33593c715797d343aee
parent65489c1ada6a362a492b7929c1a567a80266f202
Build: Define feature test macro _DEFAULT_SOURCE

This basically makes glibc expose the same set of features as
if gcc was invoked without any restricting -std=c* option. Unlike
_GNU_SOURCE however, it does not enable GNU-specific extensions.

So, with this macro defined the behavior of Linux with glibc
should match that of other platforms.
Makefile.am