diff options
author | hpa <hpa> | 2004-12-28 08:04:19 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-28 08:04:19 +0000 |
commit | 009113a81bb4e219033665557283027c68f9565a (patch) | |
tree | 3158c344071207cf0185518ab39d90c722f59f04 /tracers.inc | |
parent | f3163d3f6f23da0f60f2051642bcbef7b8bd0fdf (diff) | |
download | syslinux-009113a81bb4e219033665557283027c68f9565a.tar.gz |
We now officially support FQDNs in TFTP prefixes.syslinux-3.00-pre5
Diffstat (limited to 'tracers.inc')
-rw-r--r-- | tracers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracers.inc b/tracers.inc index b158e09a..c67d8a00 100644 --- a/tracers.inc +++ b/tracers.inc @@ -21,7 +21,7 @@ %define _TRACERS_INC ; Note: The Makefile builds one version with DEBUG_MESSAGES automatically. -; %define DEBUG_TRACERS ; Uncomment to get debugging tracers +%define DEBUG_TRACERS 1 ; Uncomment to get debugging tracers ; %define DEBUG_MESSAGES ; Uncomment to get debugging messages %ifdef DEBUG_TRACERS |