From ed7dc02a95026f85cdd4c2c350a034458343d340 Mon Sep 17 00:00:00 2001 From: Anselm Martin Hoffmeister Date: Mon, 9 Apr 2007 18:01:43 +0000 Subject: hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise output buffering defintions and the like) --- src/include/gpxe/dhcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index a3311d1a1..1ec7ca038 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -60,6 +60,9 @@ /** DNS servers */ #define DHCP_DNS_SERVERS 6 +/** Syslog servers */ +#define DHCP_LOG_SERVERS 7 + /** Host name */ #define DHCP_HOST_NAME 12 -- cgit v1.2.3-55-g7522