sensing of 64-bit pointer sizes (only used for establishing an icmp_id),
and corrections to #if operators regarding LINUX_MAJOR should it ever
move to 3.[01].x. [ISC-Bugs #13115]
- File handlers on configuration state (config files and lease dbs) should
be treated consistently, regardless of wether TRACING is defined or not.
+- The linux build environment has had some minor improvements - better
+ sensing of 64-bit pointer sizes (only used for establishing an icmp_id),
+ and corrections to #if operators regarding LINUX_MAJOR should it ever
+ move to 3.[01].x.
+
Changes since 3.0.3b3
- dhclient.conf documentation for interface {} was updated to reflect recent
Based on a configuration originally supplied by Jonathan Stone. */
/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
#define VOIDPTR void *
+#if defined(__alpha__) || defined(__amd64__) || defined(__ia64__) || \
+ defined(__sparc64__)
+# define PTRSIZE_64BIT
+#endif
+
#define EOL '\n'
/* Time stuff... */
#define GET_TIME(x) time ((x))
#if (LINUX_MAJOR >= 2)
-# if (LINUX_MINOR >= 1)
+# if ((LINUX_MAJOR > 2) || (LINUX_MINOR >= 1))
# if defined (USE_DEFAULT_NETWORK)
# define USE_LPF
# endif