Remove unused HAVE_LIBC_ENABLE_SECURE
commit41165b2a7e5e73daa7555486a90ccfa300160906
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 31 May 2018 08:40:21 +0000 (31 10:40 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Thu, 31 May 2018 08:58:27 +0000 (31 10:58 +0200)
tree12bd9840f61c4acbf728ff4340c323066f1c3a85
parente03f83212deb6b30d09219e0a8896ac0d02f46ec
Remove unused HAVE_LIBC_ENABLE_SECURE

It was added in 4c2928a544829 to potentially enable accessing
AT_SECURE through __libc_enable_secure, but was never enabled.

Newer glibc provides getauxval(AT_SECURE) which should be used instead.
Add a TODO note for that.
config.h.meson
config.h.win32.in
configure.ac
glib/gutils.c