3 --- config.h.in.orig 2003-01-19 16:40:15.000000000 -0800
6 /* Define to 1 if you have the <rpc/rpc.h> header file. */
9 +/* Define to 1 if you have the <rpc/rpcent.h> header file. */
10 +#undef HAVE_RPC_RPCENT_H
12 /* Define to 1 if you have the `select' function. */
15 +/* Define to 1 if you have the `sysctlbyname' function. */
16 +#undef HAVE_SYSCTLBYNAME
18 +/* Define to 1 if you have the `unsetenv' function. */
21 /* Define to 1 if the system has the type `socklen_t'. */
25 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
26 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
28 +/* Define to 1 if `sun_len' is member of `struct sockaddr_un'. */
29 +#undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
31 /* Define to 1 if you have the <syslog.h> header file. */
38 +/* Define to 1 if you have the <sys/filio.h> header file. */
39 +#undef HAVE_SYS_FILIO_H
41 /* Define to 1 if you have the <sys/imon.h> header file. */
42 #undef HAVE_SYS_IMON_H
45 /* Define to 1 if you have the <unistd.h> header file. */
48 +/* Define to 1 if you have the <mntent.h> header file. */
51 +/* Define to 1 if you have the <sys/mnttab.h> header file. */
52 +#undef HAVE_SYS_MNTTAB_H
54 +/* Define to 1 if you have the <sys/sysmacros.h> header file. */
55 +#undef HAVE_SYS_SYSMACROS_H
57 /* Define to 1 if the system has the type `_Bool'. */
62 /* Define to `int' if <sys/types.h> doesn't define. */
65 +/* Use standard POSIX type if BSD type is not available */
66 +#if !defined(u_int32_t) && defined(HAVE_INTTYPES_H)
67 +#include <inttypes.h>
68 +typedef uint32_t u_int32_t;