summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorAnselm Martin Hoffmeister2007-04-09 20:01:43 +0200
committerAnselm Martin Hoffmeister2007-04-09 20:01:43 +0200
commited7dc02a95026f85cdd4c2c350a034458343d340 (patch)
tree885147a1e94a401fe5716514f2d8a15fbaf6c980 /src/core/config.c
parenthoffmeis: Fixing situation where absence of a newdata() handler for UDP (diff)
downloadipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.tar.gz
ipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.tar.xz
ipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.zip
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
output buffering defintions and the like)
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index a4c31681..ac3100a3 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -74,6 +74,10 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
+#ifdef CONSOLE_SYSLOG
+REQUIRE_OBJECT ( syslog );
+#endif
+
/*
* Drag in all requested protocols
*