mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +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
5
libc/isystem/resolv.h
Normal file
5
libc/isystem/resolv.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef _RESOLV_H
|
||||
#define _RESOLV_H
|
||||
#include "third_party/musl/nameser.h"
|
||||
#include "third_party/musl/resolv.h"
|
||||
#endif /* _RESOLV_H */
|
Loading…
Add table
Add a link
Reference in a new issue