mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Add libresolv from Musl Libc
Locally modified to get nameservers from Windows Registry when `\etc\resolv.conf` isn't defined.
This commit is contained in:
parent
8874a37abc
commit
1a96de6eda
36 changed files with 2313 additions and 73 deletions
4
libc/isystem/arpa/nameser.h
Normal file
4
libc/isystem/arpa/nameser.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _ARPA_NAMESER_H
|
||||
#define _ARPA_NAMESER_H
|
||||
#include "third_party/musl/nameser.h"
|
||||
#endif /* _ARPA_NAMESER_H */
|
Loading…
Add table
Add a link
Reference in a new issue