Adjust to new am-utils.
This commit is contained in:
parent
8afc62ec7e
commit
beb4d24e39
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2004/11/28 00:07:15 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2005/04/23 18:41:43 christos Exp $
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
@ -9,9 +9,9 @@ DIST= ${IDIST}/amd
|
||||
|
||||
SRCS= am_ops.c amd.c amfs_auto.c amfs_generic.c amfs_direct.c \
|
||||
amfs_error.c amfs_host.c \
|
||||
amfs_inherit.c amfs_link.c amfs_linkx.c amfs_nfsl.c amfs_nfsx.c \
|
||||
amfs_link.c amfs_linkx.c amfs_nfsl.c amfs_nfsx.c \
|
||||
amfs_program.c amfs_root.c amfs_toplvl.c amfs_union.c amq_subr.c \
|
||||
amq_svc.c autil.c clock.c conf.c get_args.c info_file.c \
|
||||
amq_svc.c autil.c clock.c conf.c get_args.c info_exec.c info_file.c \
|
||||
info_ndbm.c info_passwd.c \
|
||||
info_union.c map.c mapc.c mntfs.c nfs_prot_svc.c nfs_start.c \
|
||||
nfs_subr.c ops_cdfs.c \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997-2004 Erez Zadok
|
||||
* Copyright (c) 1997-2005 Erez Zadok
|
||||
* Copyright (c) 1990 Jan-Simon Pendry
|
||||
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -37,7 +37,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id: amu_nfs_prot.h,v 1.14 2004/11/27 01:39:23 christos Exp $
|
||||
* Id: nfs_prot_netbsd1_4.h,v 1.12 2005/01/03 20:56:45 ezk Exp
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -27,6 +27,8 @@
|
||||
*/
|
||||
#define UNMOUNT_TRAP(mnt) unmount(mnt->mnt_dir)
|
||||
/* End of replaced UNMOUNT_TRAP macro definition */
|
||||
/* umount(8) executable path, for type:=program */
|
||||
#define UNMOUNT_PROGRAM "/sbin/umount"
|
||||
|
||||
/*
|
||||
* The next line is a literal inclusion of a file which includes a
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: config.h,v 1.33 2004/11/27 01:39:24 christos Exp $ */
|
||||
/* $NetBSD: config.h,v 1.34 2005/04/23 18:41:43 christos Exp $ */
|
||||
|
||||
/* config.h. Generated by configure. */
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
#ifndef __NetBSD__
|
||||
/* Define configuration date */
|
||||
#define CONFIG_DATE "Fri Nov 26 18:49:49 EST 2004"
|
||||
#define CONFIG_DATE "Sat Apr 23 13:37:24 EDT 2005"
|
||||
#endif
|
||||
|
||||
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
||||
@ -41,6 +41,10 @@
|
||||
/* Turn off memory debugging by default */
|
||||
/* #undef DEBUG_MEM */
|
||||
|
||||
/* Define name of host OS's distribution name (eg. debian, redhat, suse, etc.)
|
||||
*/
|
||||
#define DISTRO_NAME "none"
|
||||
|
||||
/* Define to the type of elements in the array set by `getgroups'. Usually
|
||||
this is either `int' or `gid_t'. */
|
||||
#define GETGROUPS_T gid_t
|
||||
@ -67,9 +71,6 @@
|
||||
/* Define if have NFS host-tree filesystem */
|
||||
#define HAVE_AMU_FS_HOST 1
|
||||
|
||||
/* Define if have inheritance filesystem */
|
||||
#define HAVE_AMU_FS_INHERIT 1
|
||||
|
||||
/* Define if have symbolic-link filesystem */
|
||||
#define HAVE_AMU_FS_LINK 1
|
||||
|
||||
@ -100,7 +101,7 @@
|
||||
/* Define to 1 if you have the <assert.h> header file. */
|
||||
#define HAVE_ASSERT_H 1
|
||||
|
||||
/* Define if `addr' is member of `autofs_args_t'. */
|
||||
/* Define to 1 if `addr' is member of `autofs_args_t'. */
|
||||
/* #undef HAVE_AUTOFS_ARGS_T_ADDR */
|
||||
|
||||
/* define if have a bad version of hasmntopt() */
|
||||
@ -124,22 +125,22 @@
|
||||
/* Define to 1 if you have the `bzero' function. */
|
||||
#define HAVE_BZERO 1
|
||||
|
||||
/* Define if `flags' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `flags' is member of `cdfs_args_t'. */
|
||||
#define HAVE_CDFS_ARGS_T_FLAGS 1
|
||||
|
||||
/* Define if `fspec' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `fspec' is member of `cdfs_args_t'. */
|
||||
#define HAVE_CDFS_ARGS_T_FSPEC 1
|
||||
|
||||
/* Define if `iso_flags' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `iso_flags' is member of `cdfs_args_t'. */
|
||||
/* #undef HAVE_CDFS_ARGS_T_ISO_FLAGS */
|
||||
|
||||
/* Define if `iso_pgthresh' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `iso_pgthresh' is member of `cdfs_args_t'. */
|
||||
/* #undef HAVE_CDFS_ARGS_T_ISO_PGTHRESH */
|
||||
|
||||
/* Define if `norrip' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `norrip' is member of `cdfs_args_t'. */
|
||||
/* #undef HAVE_CDFS_ARGS_T_NORRIP */
|
||||
|
||||
/* Define if `ssector' is member of `cdfs_args_t'. */
|
||||
/* Define to 1 if `ssector' is member of `cdfs_args_t'. */
|
||||
/* #undef HAVE_CDFS_ARGS_T_SSECTOR */
|
||||
|
||||
/* Define to 1 if you have the <cdfs/cdfsmount.h> header file. */
|
||||
@ -177,7 +178,6 @@
|
||||
|
||||
/* Define to 1 if you have the <db1/ndbm.h> header file. */
|
||||
/* #undef HAVE_DB1_NDBM_H */
|
||||
#define NEW_DBM_H <ndbm.h>
|
||||
|
||||
/* Define to 1 if you have the `dbm_open' function. */
|
||||
#define HAVE_DBM_OPEN 1
|
||||
@ -192,10 +192,10 @@
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define if `flags' is member of `efs_args_t'. */
|
||||
/* Define to 1 if `flags' is member of `efs_args_t'. */
|
||||
/* #undef HAVE_EFS_ARGS_T_FLAGS */
|
||||
|
||||
/* Define if `fspec' is member of `efs_args_t'. */
|
||||
/* Define to 1 if `fspec' is member of `efs_args_t'. */
|
||||
/* #undef HAVE_EFS_ARGS_T_FSPEC */
|
||||
|
||||
/* Define to 1 if you have the <errno.h> header file. */
|
||||
@ -261,6 +261,9 @@
|
||||
/* does extern definition for strdup() exist? */
|
||||
#define HAVE_EXTERN_STRDUP 1
|
||||
|
||||
/* does extern definition for strlcpy() exist? */
|
||||
#define HAVE_EXTERN_STRLCPY 1
|
||||
|
||||
/* does extern definition for strstr() exist? */
|
||||
#define HAVE_EXTERN_STRSTR 1
|
||||
|
||||
@ -285,7 +288,7 @@
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
/* Define if `fds_bits' is member of `fd_set'. */
|
||||
/* Define to 1 if `fds_bits' is member of `fd_set'. */
|
||||
#define HAVE_FD_SET_FDS_BITS 1
|
||||
|
||||
/* Define to 1 if you have the `fgets' function. */
|
||||
@ -408,8 +411,11 @@
|
||||
/* Define to 1 if you have the `hasmntopt' function. */
|
||||
/* #undef HAVE_HASMNTOPT */
|
||||
|
||||
#ifdef notdef
|
||||
/* set by a command line switch */
|
||||
/* Define to 1 if you have the <hesiod.h> header file. */
|
||||
#define HAVE_HESIOD_H 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the `hesiod_init' function. */
|
||||
#define HAVE_HESIOD_INIT 1
|
||||
@ -426,6 +432,9 @@
|
||||
/* Define to 1 if you have the <hsfs/hsfs.h> header file. */
|
||||
/* #undef HAVE_HSFS_HSFS_H */
|
||||
|
||||
/* Define to 1 if you have the `hstrerror' function. */
|
||||
#define HAVE_HSTRERROR 1
|
||||
|
||||
/* Define to 1 if you have the <ifaddrs.h> header file. */
|
||||
#define HAVE_IFADDRS_H 1
|
||||
|
||||
@ -465,6 +474,9 @@
|
||||
/* Define to 1 if you have the `posix4' library (-lposix4). */
|
||||
/* #undef HAVE_LIBPOSIX4 */
|
||||
|
||||
/* Define to 1 if you have the `resolv' library (-lresolv). */
|
||||
/* #undef HAVE_LIBRESOLV */
|
||||
|
||||
/* Define to 1 if you have the `rpc' library (-lrpc). */
|
||||
/* #undef HAVE_LIBRPC */
|
||||
|
||||
@ -477,6 +489,9 @@
|
||||
/* does libwrap exist? */
|
||||
/* #undef HAVE_LIBWRAP */
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if you have the <linux/auto_fs4.h> header file. */
|
||||
/* #undef HAVE_LINUX_AUTO_FS4_H */
|
||||
|
||||
@ -510,20 +525,23 @@
|
||||
/* Define to 1 if you have the <machine/endian.h> header file. */
|
||||
#define HAVE_MACHINE_ENDIAN_H 1
|
||||
|
||||
/* Define to 1 if you have the `madvise' function. */
|
||||
#define HAVE_MADVISE 1
|
||||
|
||||
/* Define to 1 if you have the <malloc.h> header file. */
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
/* Define if have DBM maps */
|
||||
/* #undef HAVE_MAP_DBM */
|
||||
|
||||
/* Define if have executable maps */
|
||||
#define HAVE_MAP_EXEC 1
|
||||
|
||||
/* Define if have file maps (everyone should have it!) */
|
||||
#define HAVE_MAP_FILE 1
|
||||
|
||||
#ifdef notdef
|
||||
/* set by a command line switch */
|
||||
/* Define if have HESIOD maps */
|
||||
#define HAVE_MAP_HESIOD 1
|
||||
#endif
|
||||
|
||||
/* Define if have LDAP maps */
|
||||
/* #undef HAVE_MAP_LDAP */
|
||||
@ -531,11 +549,8 @@
|
||||
/* Define if have NDBM maps */
|
||||
#define HAVE_MAP_NDBM 1
|
||||
|
||||
#ifdef notdef
|
||||
/* set by a command line switch */
|
||||
/* Define if have NIS maps */
|
||||
#define HAVE_MAP_NIS 1
|
||||
#endif
|
||||
|
||||
/* Define if have NIS+ maps */
|
||||
/* #undef HAVE_MAP_NISPLUS */
|
||||
@ -576,13 +591,13 @@
|
||||
/* Define to 1 if you have the <mntent.h> header file. */
|
||||
/* #undef HAVE_MNTENT_H */
|
||||
|
||||
/* Define if `mnt_cnode' is member of `mntent_t'. */
|
||||
/* Define to 1 if `mnt_cnode' is member of `mntent_t'. */
|
||||
/* #undef HAVE_MNTENT_T_MNT_CNODE */
|
||||
|
||||
/* Define if `mnt_ro' is member of `mntent_t'. */
|
||||
/* Define to 1 if `mnt_ro' is member of `mntent_t'. */
|
||||
/* #undef HAVE_MNTENT_T_MNT_RO */
|
||||
|
||||
/* Define if `mnt_time' is member of `mntent_t'. */
|
||||
/* Define to 1 if `mnt_time' is member of `mntent_t'. */
|
||||
/* #undef HAVE_MNTENT_T_MNT_TIME */
|
||||
|
||||
/* does mntent_t have mnt_time field and is of type "char *" ? */
|
||||
@ -594,7 +609,7 @@
|
||||
/* Define to 1 if you have the `mount' function. */
|
||||
#define HAVE_MOUNT 1
|
||||
|
||||
/* Define if `optptr' is member of `mounta'. */
|
||||
/* Define to 1 if `optptr' is member of `mounta'. */
|
||||
/* #undef HAVE_MOUNTA_OPTPTR */
|
||||
|
||||
/* Define to 1 if you have the `mountsyscall' function. */
|
||||
@ -642,37 +657,37 @@
|
||||
/* Define to 1 if you have the <nfsclient/nfsargs.h> header file. */
|
||||
/* #undef HAVE_NFSCLIENT_NFSARGS_H */
|
||||
|
||||
/* Define if `acdirmin' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `acdirmin' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_ACDIRMIN */
|
||||
|
||||
/* Define if `acregmin' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `acregmin' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_ACREGMIN */
|
||||
|
||||
/* Define if `bsize' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `bsize' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_BSIZE */
|
||||
|
||||
/* Define if `fhsize' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `fhsize' is member of `nfs_args_t'. */
|
||||
#define HAVE_NFS_ARGS_T_FHSIZE 1
|
||||
|
||||
/* Define if `fh_len' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `fh_len' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_FH_LEN */
|
||||
|
||||
/* Define if `gfs_flags' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `gfs_flags' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_GFS_FLAGS */
|
||||
|
||||
/* Define if `namlen' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `namlen' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_NAMLEN */
|
||||
|
||||
/* Define if `optstr' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `optstr' is member of `nfs_args_t'. */
|
||||
/* #undef HAVE_NFS_ARGS_T_OPTSTR */
|
||||
|
||||
/* Define if `proto' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `proto' is member of `nfs_args_t'. */
|
||||
#define HAVE_NFS_ARGS_T_PROTO 1
|
||||
|
||||
/* Define if `sotype' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `sotype' is member of `nfs_args_t'. */
|
||||
#define HAVE_NFS_ARGS_T_SOTYPE 1
|
||||
|
||||
/* Define if `version' is member of `nfs_args_t'. */
|
||||
/* Define to 1 if `version' is member of `nfs_args_t'. */
|
||||
#define HAVE_NFS_ARGS_T_VERSION 1
|
||||
|
||||
/* Define to 1 if you have the <nfs/export.h> header file. */
|
||||
@ -720,25 +735,25 @@
|
||||
/* Define to 1 if you have the `opendir' function. */
|
||||
#define HAVE_OPENDIR 1
|
||||
|
||||
/* Define if `dirmask' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `dirmask' is member of `pcfs_args_t'. */
|
||||
#define HAVE_PCFS_ARGS_T_DIRMASK 1
|
||||
|
||||
/* Define if `dsttime' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `dsttime' is member of `pcfs_args_t'. */
|
||||
/* #undef HAVE_PCFS_ARGS_T_DSTTIME */
|
||||
|
||||
/* Define if `fspec' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `fspec' is member of `pcfs_args_t'. */
|
||||
#define HAVE_PCFS_ARGS_T_FSPEC 1
|
||||
|
||||
/* Define if `gid' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `gid' is member of `pcfs_args_t'. */
|
||||
#define HAVE_PCFS_ARGS_T_GID 1
|
||||
|
||||
/* Define if `mask' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `mask' is member of `pcfs_args_t'. */
|
||||
#define HAVE_PCFS_ARGS_T_MASK 1
|
||||
|
||||
/* Define if `secondswest' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `secondswest' is member of `pcfs_args_t'. */
|
||||
/* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */
|
||||
|
||||
/* Define if `uid' is member of `pcfs_args_t'. */
|
||||
/* Define to 1 if `uid' is member of `pcfs_args_t'. */
|
||||
#define HAVE_PCFS_ARGS_T_UID 1
|
||||
|
||||
/* Define to 1 if you have the `plock' function. */
|
||||
@ -832,6 +847,9 @@
|
||||
/* Define to 1 if you have the <signal.h> header file. */
|
||||
#define HAVE_SIGNAL_H 1
|
||||
|
||||
/* Define to 1 if you have the `sigsuspend' function. */
|
||||
#define HAVE_SIGSUSPEND 1
|
||||
|
||||
/* Define to 1 if you have the `socket' function. */
|
||||
#define HAVE_SOCKET 1
|
||||
|
||||
@ -874,19 +892,22 @@
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strlcpy' function. */
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/* Define to 1 if you have the `strspn' function. */
|
||||
#define HAVE_STRSPN 1
|
||||
|
||||
/* Define to 1 if you have the `strstr' function. */
|
||||
#define HAVE_STRSTR 1
|
||||
|
||||
/* Define if `fhs_fh' is member of `struct fhstatus'. */
|
||||
/* Define to 1 if `fhs_fh' is member of `struct fhstatus'. */
|
||||
/* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */
|
||||
|
||||
/* Define if `ifa_next' is member of `struct ifaddrs'. */
|
||||
/* Define to 1 if `ifa_next' is member of `struct ifaddrs'. */
|
||||
#define HAVE_STRUCT_IFADDRS_IFA_NEXT 1
|
||||
|
||||
/* Define if `ifr_addr' is member of `struct ifreq'. */
|
||||
/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
|
||||
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
|
||||
|
||||
/* Define if have struct mntent in one of the standard headers */
|
||||
@ -901,13 +922,13 @@
|
||||
/* Define if have struct nfs_gfs_mount in one of the standard nfs headers */
|
||||
/* #undef HAVE_STRUCT_NFS_GFS_MOUNT */
|
||||
|
||||
/* Define if `sa_len' is member of `struct sockaddr'. */
|
||||
/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
|
||||
|
||||
/* Define if `f_fstypename' is member of `struct statfs'. */
|
||||
/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
|
||||
#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
|
||||
|
||||
/* Define if `devid' is member of `struct umntrequest'. */
|
||||
/* Define to 1 if `devid' is member of `struct umntrequest'. */
|
||||
/* #undef HAVE_STRUCT_UMNTREQUEST_DEVID */
|
||||
|
||||
/* Define to 1 if you have the `svc_getreq' function. */
|
||||
@ -1105,16 +1126,16 @@
|
||||
/* Define to 1 if you have the `ualarm' function. */
|
||||
#define HAVE_UALARM 1
|
||||
|
||||
/* Define if `flags' is member of `ufs_args_t'. */
|
||||
/* Define to 1 if `flags' is member of `ufs_args_t'. */
|
||||
/* #undef HAVE_UFS_ARGS_T_FLAGS */
|
||||
|
||||
/* Define if `fspec' is member of `ufs_args_t'. */
|
||||
/* Define to 1 if `fspec' is member of `ufs_args_t'. */
|
||||
#define HAVE_UFS_ARGS_T_FSPEC 1
|
||||
|
||||
/* Define if `ufs_flags' is member of `ufs_args_t'. */
|
||||
/* Define to 1 if `ufs_flags' is member of `ufs_args_t'. */
|
||||
/* #undef HAVE_UFS_ARGS_T_UFS_FLAGS */
|
||||
|
||||
/* Define if `ufs_pgthresh' is member of `ufs_args_t'. */
|
||||
/* Define to 1 if `ufs_pgthresh' is member of `ufs_args_t'. */
|
||||
/* #undef HAVE_UFS_ARGS_T_UFS_PGTHRESH */
|
||||
|
||||
/* Define to 1 if you have the <ufs/ufs/extattr.h> header file. */
|
||||
@ -1129,6 +1150,9 @@
|
||||
/* Define to 1 if you have the `umount' function. */
|
||||
/* #undef HAVE_UMOUNT */
|
||||
|
||||
/* Define to 1 if you have the `umount2' function. */
|
||||
/* #undef HAVE_UMOUNT2 */
|
||||
|
||||
/* Define to 1 if you have the `uname' function. */
|
||||
#define HAVE_UNAME 1
|
||||
|
||||
@ -1291,10 +1315,10 @@
|
||||
/* Define to 1 if you have the `xdr_writeargs' function. */
|
||||
#define HAVE_XDR_WRITEARGS 1
|
||||
|
||||
/* Define if `flags' is member of `xfs_args_t'. */
|
||||
/* Define to 1 if `flags' is member of `xfs_args_t'. */
|
||||
/* #undef HAVE_XFS_ARGS_T_FLAGS */
|
||||
|
||||
/* Define if `fspec' is member of `xfs_args_t'. */
|
||||
/* Define to 1 if `fspec' is member of `xfs_args_t'. */
|
||||
/* #undef HAVE_XFS_ARGS_T_FSPEC */
|
||||
|
||||
/* Define to 1 if you have the `yp_all' function. */
|
||||
@ -1306,6 +1330,9 @@
|
||||
/* Define to 1 if you have the `_seterr_reply' function. */
|
||||
#define HAVE__SETERR_REPLY 1
|
||||
|
||||
/* Define to 1 if you have the `__rpc_get_local_uid' function. */
|
||||
/* #undef HAVE___RPC_GET_LOCAL_UID */
|
||||
|
||||
/* Define to 1 if you have the `__seterr_reply' function. */
|
||||
/* #undef HAVE___SETERR_REPLY */
|
||||
|
||||
@ -1322,19 +1349,19 @@
|
||||
#define HOST_CPU "i386"
|
||||
|
||||
/* Define the header version of (linux) hosts (eg. 2.2.10) */
|
||||
#define HOST_HEADER_VERSION "2.99.10"
|
||||
#define HOST_HEADER_VERSION "3.99.3"
|
||||
|
||||
/* Define name of host */
|
||||
#define HOST_NAME "shiny.astron.com"
|
||||
#define HOST_NAME "quasar.astron.com"
|
||||
|
||||
/* Define name and version of host machine (eg. solaris2.5.1) */
|
||||
#define HOST_OS "netbsdelf2.99.10"
|
||||
#define HOST_OS "netbsdelf3.99.3"
|
||||
|
||||
/* Define only name of host machine OS (eg. solaris2) */
|
||||
#define HOST_OS_NAME "netbsdelf2"
|
||||
#define HOST_OS_NAME "netbsdelf3"
|
||||
|
||||
/* Define only version of host machine (eg. 2.5.1) */
|
||||
#define HOST_OS_VERSION "2.99.10"
|
||||
#define HOST_OS_VERSION "3.99.3"
|
||||
|
||||
/* Define name of host machine's vendor (eg. sun) */
|
||||
#define HOST_VENDOR "unknown"
|
||||
@ -1916,7 +1943,7 @@
|
||||
/* #undef NEED_LIBWRAP_SEVERITY_VARIABLES */
|
||||
|
||||
/* Defined to the header file containing ndbm-compatible definitions */
|
||||
/* #undef NEW_DBM_H */
|
||||
#define NEW_DBM_H <ndbm.h>
|
||||
|
||||
/* Define the field name for the filehandle within nfs_args_t */
|
||||
#define NFS_FH_FIELD fh
|
||||
@ -1934,13 +1961,13 @@
|
||||
#define PACKAGE_NAME "am-utils"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "am-utils 6.1b5pre"
|
||||
#define PACKAGE_STRING "am-utils 6.1-rc2"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "am-utils"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "6.1b5pre"
|
||||
#define PACKAGE_VERSION "6.1-rc2"
|
||||
|
||||
/* Type of the 6th argument to recvfrom() */
|
||||
#define RECVFROM_FROMLEN_TYPE int
|
||||
@ -1989,7 +2016,7 @@
|
||||
/* #undef USE_UNCONNECTED_NFS_SOCKETS */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "6.1b5pre"
|
||||
#define VERSION "6.1-rc2"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
@ -2036,9 +2063,11 @@
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
/* #undef gid_t */
|
||||
|
||||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
||||
if it is not supported. */
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
/* #undef inline */
|
||||
#endif
|
||||
|
||||
/* Define a type for the lofs_args structure */
|
||||
/* #undef lofs_args_t */
|
||||
|
Loading…
Reference in New Issue
Block a user