Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/amd/include catch up with 6.1b1



details:   https://anonhg.NetBSD.org/src/rev/5330bfeb58e3
branches:  trunk
changeset: 539955:5330bfeb58e3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 29 23:23:59 2002 +0000

description:
catch up with 6.1b1

diffstat:

 usr.sbin/amd/include/amu_nfs_prot.h |     9 +-
 usr.sbin/amd/include/config.h       |  3408 +++++++++++++++++-----------------
 2 files changed, 1693 insertions(+), 1724 deletions(-)

diffs (truncated from 3636 to 300 lines):

diff -r 5cc718822ace -r 5330bfeb58e3 usr.sbin/amd/include/amu_nfs_prot.h
--- a/usr.sbin/amd/include/amu_nfs_prot.h       Fri Nov 29 23:18:25 2002 +0000
+++ b/usr.sbin/amd/include/amu_nfs_prot.h       Fri Nov 29 23:23:59 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: amu_nfs_prot.h,v 1.9 2000/11/20 00:27:23 wiz Exp $ */
+/*     $NetBSD: amu_nfs_prot.h,v 1.10 2002/11/29 23:23:59 christos Exp $       */
 
 /*
- * Copyright (c) 1997-2000 Erez Zadok
+ * Copyright (c) 1997-2002 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.
@@ -38,9 +38,8 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *      %W% (Berkeley) %G%
  *
- * Id: nfs_prot_netbsd1_4.h,v 1.3 2000/01/12 16:44:49 ezk Exp
+ * Id: nfs_prot_netbsd1_4.h,v 1.7 2002/06/22 23:06:23 ezk Exp
  *
  */
 
@@ -103,10 +102,12 @@
 #define na_ctime       ctime
 #define na_fileid      fileid
 #define na_fsid                fsid
+#define na_gid         gid
 #define na_mode                mode
 #define na_mtime       mtime
 #define na_nlink       nlink
 #define na_size                size
+#define na_uid         uid
 #define na_type                type
 #define ne_cookie      cookie
 #define ne_fileid      fileid
diff -r 5cc718822ace -r 5330bfeb58e3 usr.sbin/amd/include/config.h
--- a/usr.sbin/amd/include/config.h     Fri Nov 29 23:18:25 2002 +0000
+++ b/usr.sbin/amd/include/config.h     Fri Nov 29 23:23:59 2002 +0000
@@ -1,20 +1,54 @@
 /* config.h.  Generated automatically by configure.  */
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.in by autoheader.  */
+
+
 /*
  * Start of am-utils-6.x config.h file.
- * Erez Zadok <ezk%cs.columbia.edu@localhost>
+ * Erez Zadok <ezk @ cs.sunysb.edu>
  *
  * DO NOT EDIT BY HAND.
- * Note: acconfig.h generates config.h.in, which generates config.h.
+ * Note: generated by autoheader from configure.in.
  */
 
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
 
-/*
- * Check for types of amd filesystems available.
- */
+/* define name of am-utils' NFS protocol header */
+#define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_netbsd1_4.h"
+
+/* Type of the 5rd argument to authunix_create() */
+#define AUTH_CREATE_GIDLIST_TYPE gid_t
+
+/* Define configuration date */
+#define CONFIG_DATE "Thu Nov 28 18:17:03 EST 2002"
+
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c' support on those systems.
+   */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define if using `alloca.c'. */
+/* #undef C_ALLOCA */
+
+/* Turn off general debugging by default */
+/* #undef DEBUG */
+
+/* Turn off memory debugging by default */
+/* #undef DEBUG_MEM */
+
+/* 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
+
+/* Define if the `getpgrp' function takes no argument. */
+#define GETPGRP_VOID 1
+
+/* Define if you have `alloca', as a function or macro. */
+#define HAVE_ALLOCA 1
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
+/* #undef HAVE_ALLOCA_H */
 
 /* Define if have automount filesystem */
 #define HAVE_AMU_FS_AUTO 1
@@ -22,114 +56,230 @@
 /* Define if have direct automount filesystem */
 #define HAVE_AMU_FS_DIRECT 1
 
-/* Define if have "top-level" filesystem */
-#define HAVE_AMU_FS_TOPLVL 1
-
 /* Define if have error filesystem */
 #define HAVE_AMU_FS_ERROR 1
 
+/* 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 program filesystem */
-#define HAVE_AMU_FS_PROGRAM 1
-
 /* Define if have symbolic-link filesystem */
 #define HAVE_AMU_FS_LINK 1
 
 /* Define if have symlink with existence check filesystem */
 #define HAVE_AMU_FS_LINKX 1
 
-/* Define if have NFS host-tree filesystem */
-#define HAVE_AMU_FS_HOST 1
-
 /* Define if have nfsl (NFS with local link check) filesystem */
 #define HAVE_AMU_FS_NFSL 1
 
 /* Define if have multi-NFS filesystem */
 #define HAVE_AMU_FS_NFSX 1
 
+/* Define if have program filesystem */
+#define HAVE_AMU_FS_PROGRAM 1
+
+/* Define if have "top-level" filesystem */
+#define HAVE_AMU_FS_TOPLVL 1
+
 /* Define if have union filesystem */
 #define HAVE_AMU_FS_UNION 1
 
-
-/*
- * Check for types of maps available.
- */
-
-/* Define if have file maps (everyone should have it!) */
-#define HAVE_MAP_FILE 1
-
-#if 0
-/* Define if have NIS maps */
-#define HAVE_MAP_NIS 1
-#endif
-
-/* Define if have NIS+ maps */
-/* #undef HAVE_MAP_NISPLUS */
-
-/* Define if have DBM maps */
-/* #undef HAVE_MAP_DBM */
-
-/* Define if have NDBM maps */
-#define HAVE_MAP_NDBM 1
-
-#if 0
-/* Define if have HESIOD maps */
-#define HAVE_MAP_HESIOD 1
-#endif
-
-/* Define if have LDAP maps */
-/* #undef HAVE_MAP_LDAP */
-
-/* Define if have PASSWD maps */
-#define HAVE_MAP_PASSWD 1
-
-/* Define if have UNION maps */
-#define HAVE_MAP_UNION 1
-
-/*
- * Check for filesystem types available.
- */
-
-/* Define if have UFS filesystem */
-#define HAVE_FS_UFS 1
-
-/* Define if have XFS filesystem (irix) */
-/* #undef HAVE_FS_XFS */
-
-/* Define if have EFS filesystem (irix) */
-/* #undef HAVE_FS_EFS */
-
-/* Define if have NFS filesystem */
-#define HAVE_FS_NFS 1
-
-/* Define if have NFS3 filesystem */
-#define HAVE_FS_NFS3 1
-
-/* Define if have PCFS filesystem */
-#define HAVE_FS_PCFS 1
-
-/* Define if have LOFS filesystem */
-/* #undef HAVE_FS_LOFS */
-
-/* Define if have HSFS filesystem */
-/* #undef HAVE_FS_HSFS */
-
-/* Define if have CDFS filesystem */
-#define HAVE_FS_CDFS 1
-
-/* Define if have TFS filesystem */
-/* #undef HAVE_FS_TFS */
-
-/* Define if have TMPFS filesystem */
-/* #undef HAVE_FS_TMPFS */
-
-/* Define if have MFS filesystem */
-#define HAVE_FS_MFS 1
-
-/* Define if have CFS (crypto) filesystem */
-/* #undef HAVE_FS_CFS */
+/* Define if you have the <arpa/inet.h> header file. */
+#define HAVE_ARPA_INET_H 1
+
+/* Define if you have the <arpa/nameser.h> header file. */
+#define HAVE_ARPA_NAMESER_H 1
+
+/* Define if you have the <assert.h> header file. */
+#define HAVE_ASSERT_H 1
+
+/* Define if `addr' is member of `autofs_args_t'. */
+/* #undef HAVE_AUTOFS_ARGS_T_ADDR */
+
+/* define if have a bad version of memcmp() */
+/* #undef HAVE_BAD_MEMCMP */
+
+/* define if have a bad version of yp_all() */
+/* #undef HAVE_BAD_YP_ALL */
+
+/* Define if you have the `bcmp' function. */
+#define HAVE_BCMP 1
+
+/* Define if you have the `bcopy' function. */
+#define HAVE_BCOPY 1
+
+/* Define if you have the <bsd/rpc/rpc.h> header file. */
+/* #undef HAVE_BSD_RPC_RPC_H */
+
+/* Define if you have the `bzero' function. */
+#define HAVE_BZERO 1
+
+/* Define 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 HAVE_CDFS_ARGS_T_FSPEC 1
+
+/* Define 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'. */
+/* #undef HAVE_CDFS_ARGS_T_ISO_PGTHRESH */
+
+/* Define if `norrip' is member of `cdfs_args_t'. */
+/* #undef HAVE_CDFS_ARGS_T_NORRIP */
+
+/* Define if `ssector' is member of `cdfs_args_t'. */
+/* #undef HAVE_CDFS_ARGS_T_SSECTOR */
+
+/* Define if you have the <cdfs/cdfsmount.h> header file. */
+/* #undef HAVE_CDFS_CDFSMOUNT_H */
+
+/* Define if you have the <cdfs/cdfs_mount.h> header file. */
+/* #undef HAVE_CDFS_CDFS_MOUNT_H */
+
+/* Define if you have the `clnt_create' function. */
+#define HAVE_CLNT_CREATE 1
+
+/* Define if you have the `clnt_create_timed' function. */
+/* #undef HAVE_CLNT_CREATE_TIMED */
+
+/* Define if you have the `clnt_spcreateerror' function. */
+#define HAVE_CLNT_SPCREATEERROR 1
+
+/* Define if you have the `clnt_sperrno' function. */
+#define HAVE_CLNT_SPERRNO 1
+
+/* Define if you have the `clock_gettime' function. */
+#define HAVE_CLOCK_GETTIME 1
+
+/* Define if you have the <cluster.h> header file. */
+/* #undef HAVE_CLUSTER_H */
+
+/* Define if you have the `cnodeid' function. */
+/* #undef HAVE_CNODEID */
+
+/* Define if you have the <ctype.h> header file. */
+#define HAVE_CTYPE_H 1
+



Home | Main Index | Thread Index | Old Index