fix several values reported by sysconf
authorRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2018 01:22:48 +0000 (21:22 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2018 01:28:23 +0000 (21:28 -0400)
commitd41cdef9198e635270d30e82be939d4ea0cbce82
treef77048ef77925b23e6d7b191bfaee1f58b21d2cc
parent1d297a2821f8c5c5bc13b0bad88c966603ef46dc
fix several values reported by sysconf

- REALTIME_SIGNALS is supposed to be version-valued
- DELAYTIMER_MAX was wrongly using the min allowed max
- unavailable compilation environments wrongly used 0 instead of -1
src/conf/sysconf.c