diff options
author | Michael Brown | 2005-04-30 16:39:21 +0200 |
---|---|---|
committer | Michael Brown | 2005-04-30 16:39:21 +0200 |
commit | 6cd0fa58076b3827d780db6afb9c9db5d041d5b6 (patch) | |
tree | e5ce13ff7809009be2e942dbf945667e3356ca97 /src/config.h | |
parent | TFTP API changed. (diff) | |
download | ipxe-6cd0fa58076b3827d780db6afb9c9db5d041d5b6.tar.gz ipxe-6cd0fa58076b3827d780db6afb9c9db5d041d5b6.tar.xz ipxe-6cd0fa58076b3827d780db6afb9c9db5d041d5b6.zip |
Added DNS resolver configuration option.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 879d0255..22f28fe5 100644 --- a/src/config.h +++ b/src/config.h @@ -66,6 +66,16 @@ /* @BEGIN general.h * + * Name resolution modules + * + */ + +#define DNS_RESOLVER /* DNS resolver */ + +/* @END general.h */ + +/* @BEGIN general.h + * * Obscure configuration options * * You probably don't need to touch these. |