]> sigrok.org Git - libsigrokdecode.git/commit
Build: Define feature test macro _DEFAULT_SOURCE
authorDaniel Elstner <redacted>
Wed, 26 Aug 2015 12:07:39 +0000 (14:07 +0200)
committerDaniel Elstner <redacted>
Wed, 26 Aug 2015 12:07:39 +0000 (14:07 +0200)
commit7614222ca6cc73aae478d0ed659c0bcedfee4cc3
tree0e2cb59a51d1bcc752008bdeb55c54f30f6e56c8
parenta654ef6e407f1f914a6ec9b104a5e4cf9b84524c
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