diff options
author | Karl Ramm <kcr@1ts.org> | 2010-08-24 07:08:36 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2010-08-24 07:08:36 +0000 |
commit | def9f9a0706a18cb1bc0f44b39d55e4e81c788ff (patch) | |
tree | 9418608ac360d3f35f8318b05a9b292676ffc2f9 /h | |
parent | d5f3280d24efcdc24c861c26a4c32e967e16eee2 (diff) |
stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitespace.
Diffstat (limited to 'h')
-rw-r--r-- | h/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h/internal.h b/h/internal.h index 84da0e0..8ae74b0 100644 --- a/h/internal.h +++ b/h/internal.h @@ -23,11 +23,11 @@ #define CLOCK_SKEW 300 /* max time to cache packet ids */ #endif -#ifndef REALM_SZ /* XXX */ #include <arpa/nameser.h> #ifdef HAVE_ARPA_NAMESER_COMPAT_H #include <arpa/nameser_compat.h> #endif +#ifndef REALM_SZ /* XXX */ #define REALM_SZ NS_MAXDNAME #endif #define MAX_PRINCIPAL_SIZE 1024 |