mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
Locally modified to get nameservers from Windows Registry when `\etc\resolv.conf` isn't defined.
5 lines
134 B
C
5 lines
134 B
C
#ifndef _RESOLV_H
|
|
#define _RESOLV_H
|
|
#include "third_party/musl/nameser.h"
|
|
#include "third_party/musl/resolv.h"
|
|
#endif /* _RESOLV_H */
|