Code

Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.
authorSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100)
commit6f29ec3901a06ae905c818b882a80f8a0bd7af42
tree9f06e7f25ed202185e9f9cc623ad0f921ff90765
parent31c05eddfdb2859d5d1dbfe7a1e2a1be19131fc3
Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.

_BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE but also it's not
needed for strcasecmp() when including strings.h in addition to string.h.
configure.ac
src/core/memstore.c
src/core/object.c
src/plugins/backend/collectd/unixsock.c
src/plugins/backend/mk-livestatus.c
src/plugins/timeseries/rrdtool.c
src/utils/avltree.c