summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-30 16:39:21 +0200
committerMichael Brown2005-04-30 16:39:21 +0200
commit6cd0fa58076b3827d780db6afb9c9db5d041d5b6 (patch)
treee5ce13ff7809009be2e942dbf945667e3356ca97 /src/config.h
parentTFTP API changed. (diff)
downloadipxe-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.h10
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.