Sun, 24 Nov 2024 04:19:04 -0600
Remove unistd.h header usage
I could not find any use of the symbols defined in
https://pubs.opengroup.org/onlinepubs/7908799/xsh/unistd.h.html
(except for `NULL`, which we clearly get elsewhere.)
Testing Done:
Compiled only.
Reviewed at https://reviews.imfreedom.org/r/3680/
--- a/meson.build Sat Nov 23 23:43:28 2024 -0600 +++ b/meson.build Sun Nov 24 04:19:04 2024 -0600 @@ -130,9 +130,6 @@ dnsapi = [] endif -# Checks for header files. -conf.set('HAVE_UNISTD_H', compiler.has_header('unistd.h')) - # Check for directories if IS_WIN32 foreach dir : ['bin', 'lib', 'data', 'sysconf', 'locale']