3 System dependencies for Win32, compiled with Cygwin32... This
4 doesn't work yet, so don't get too excited! */
7 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
8 * Copyright (c) 1996-2003 by Internet Software Consortium
10 * Permission to use, copy, modify, and distribute this software for any
11 * purpose with or without fee is hereby granted, provided that the above
12 * copyright notice and this permission notice appear in all copies.
14 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
15 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
17 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
20 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 * Internet Systems Consortium, Inc.
24 * Redwood City, CA 94063
28 * This software has been written for Internet Systems Consortium
29 * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
30 * To learn more about Internet Systems Consortium, see
31 * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
32 * see ``http://www.vix.com''. To learn more about Nominum, Inc., see
33 * ``http://www.nominum.com''.
64 #include <sys/param.h>
66 /* Varargs stuff... */
68 #define VA_DOTDOTDOT ...
70 #define VA_start(list, last) va_start (list, last)
72 /* XXX: System is not believed to have vsnprintf. Someone please verify. */
75 #ifndef _PATH_DHCPD_PID
76 #define _PATH_DHCPD_PID "//e/etc/dhcpd.pid"
78 #ifndef _PATH_DHCPD_DB
79 #define _PATH_DHCPD_DB "//e/etc/dhcpd.leases"
81 #ifndef _PATH_DHCPD_CONF
82 #define _PATH_DHCPD_CONF "//e/etc/dhcpd.conf"
84 #ifndef _PATH_DHCLIENT_PID
85 #define _PATH_DHCLIENT_PID "//e/etc/dhclient.pid"
87 #ifndef _PATH_DHCLIENT_DB
88 #define _PATH_DHCLIENT_DB "//e/etc/dhclient.leases"
90 #ifndef _PATH_DHCLIENT_CONF
91 #define _PATH_DHCLIENT_CONF "//e/etc/dhclient.conf"
93 #ifndef _PATH_DHCRELAY_PID
94 #define _PATH_DHCRELAY_PID "//e/etc/dhcrelay.pid"
97 #ifndef _PATH_RESOLV_CONF
98 #define _PATH_RESOLV_CONF "//e/etc/resolv.conf"
102 #define int16_t short
105 #define u_int8_t unsigned char /* Not quite POSIX... */
106 #define u_int16_t unsigned short
107 #define u_int32_t unsigned long
110 #define VOIDPTR void *
114 #define GET_TIME(x) time ((x))
116 #if defined (USE_DEFAULT_NETWORK)
121 #define PTRSIZE_64BIT