summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-04-30 18:42:52 +0000
committerDavid Hankins <dhankins@isc.org>2009-04-30 18:42:52 +0000
commita57df74a1a4c7de76d35b99edb48d465d55cc345 (patch)
treeb7c06a38aa16e9cec5c7b13adb72d2edf0168279 /includes/site.h
parent62f6843db628274e875b6c3f8f087a54b879977a (diff)
downloadisc-dhcp-a57df74a1a4c7de76d35b99edb48d465d55cc345.tar.gz
- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
been repaired. Other USE_ overrides should work better. [ISC-Bugs #19434] - A check for the local flavor of IFNAMSIZ had a broken 'else' condition, that probably still resulted in the correct behaviour (but wouldn't use a larger defined value provided by the host OS). [ISC-Bugs #19434]
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/site.h b/includes/site.h
index 651a98c2..c77947d5 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -133,7 +133,7 @@
you don't choose, one will be chosen for you in your system's config
header. DON'T MESS WITH THIS UNLESS YOU KNOW WHAT YOU'RE DOING!!! */
-/* Define this to use the standard BSD socket API.
+/* Define USE_SOCKETS to use the standard BSD socket API.
On many systems, the BSD socket API does not provide the ability to
send packets to the 255.255.255.255 broadcast address, which can