/* $Id: acconfig.h,v 1.13 2001/07/21 22:13:52 dm Exp $ */ /* For current automake/autoconf incompatibility. */ #undef PACKAGE #undef VERSION /* Types that might neglect to define. */ #undef int32_t #undef u_int32_t #undef u_int16_t #undef u_int8_t #undef ssize_t #undef u_char #undef u_int #undef u_long /* The nfs_args structure is in */ #undef NEED_NFS_NFS_H /* The nfs_args structure is in */ #undef NEED_NFS_MOUNT_H /* The nfs_args structure is in */ #undef NEED_NFS_NFSMOUNT_H /* The hostname field of nfs_arg is an array */ #undef HAVE_NFSARG_HOSTNAME_ARRAY /* The addr field of nfs_arg is a pointer */ #undef HAVE_NFSARG_ADDR_PTR /* If the nfs_arg addr field is a netbuf pointer */ #undef HAVE_NFSARG_ADDR_NETBUF /* The the fh field of the nfs_arg structure points to an SVR4 nfs_fh3 */ #undef HAVE_SVR4_FH3 /* If the system supports NFS 3 */ #undef HAVE_NFS_V3