This commit is contained in:
christos 2009-03-20 21:13:48 +00:00
parent a24e0ba1bb
commit c0b438899b
3 changed files with 116 additions and 29 deletions

View File

@ -1,6 +1,6 @@
/*
* Copyright (c) 1999-2003 Ion Badulescu
* Copyright (c) 1997-2007 Erez Zadok
* Copyright (c) 1997-2009 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.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997-2007 Erez Zadok
* Copyright (c) 1997-2009 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.

View File

@ -14,15 +14,18 @@
#define _CONFIG_H
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* 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 int
/* Define configuration date */
#ifndef __NetBSD__
#define CONFIG_DATE "Wed Sep 17 17:49:48 EDT 2008"
/* Define configuration date */
#define CONFIG_DATE "Fri Mar 20 16:20:16 EDT 2009"
#endif
/* Turn off general debugging by default */
@ -367,6 +370,12 @@
/* Define to 1 if you have the <fs/tmpfs/tmpfs_args.h> header file. */
#define HAVE_FS_TMPFS_TMPFS_ARGS_H 1
/* Define if have UDF filesystem */
#define HAVE_FS_UDF 1
/* Define to 1 if you have the <fs/udf/udf_mount.h> header file. */
#define HAVE_FS_UDF_UDF_MOUNT_H 1
/* Define if have UFS filesystem */
#define HAVE_FS_UFS 1
@ -463,7 +472,7 @@
/* Define to 1 if you have the <isofs/cd9660/cd9660_mount.h> header file. */
#define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1
#ifdef notdef
#ifndef __NetBSD__
/* Define to 1 if you have the <lber.h> header file. */
#define HAVE_LBER_H 1
#endif
@ -471,12 +480,12 @@
/* Define to 1 if you have the `ldap_enable_cache' function. */
/* #undef HAVE_LDAP_ENABLE_CACHE */
#ifdef notdef
#ifndef __NetBSD__
/* Define to 1 if you have the <ldap.h> header file. */
#define HAVE_LDAP_H 1
#endif
#ifdef notdef
#ifndef __NetBSD__
/* Define to 1 if you have the `ldap_open' function. */
#define HAVE_LDAP_OPEN 1
#endif
@ -568,14 +577,12 @@
/* Define if have file maps (everyone should have it!) */
#define HAVE_MAP_FILE 1
#ifdef notdef
/* set by a command line switch */
#ifndef __NetBSD__
/* Define if have HESIOD maps */
#define HAVE_MAP_HESIOD 1
#endif
#ifdef notdef
/* set by a command line switch */
#ifndef __NetBSD__
/* Define if have LDAP maps */
#define HAVE_MAP_LDAP 1
#endif
@ -583,8 +590,7 @@
/* Define if have NDBM maps */
#define HAVE_MAP_NDBM 1
#ifdef notdef
/* set by a command line switch */
#ifndef __NetBSD__
/* Define if have NIS maps */
#define HAVE_MAP_NIS 1
#endif
@ -715,6 +721,9 @@
/* Define to 1 if `bsize' is member of `nfs_args_t'. */
/* #undef HAVE_NFS_ARGS_T_BSIZE */
/* Define to 1 if `context' is member of `nfs_args_t'. */
/* #undef HAVE_NFS_ARGS_T_CONTEXT */
/* Define to 1 if `fhsize' is member of `nfs_args_t'. */
#define HAVE_NFS_ARGS_T_FHSIZE 1
@ -736,6 +745,9 @@
/* Define to 1 if `proto' is member of `nfs_args_t'. */
#define HAVE_NFS_ARGS_T_PROTO 1
/* Define to 1 if `pseudoflavor' is member of `nfs_args_t'. */
/* #undef HAVE_NFS_ARGS_T_PSEUDOFLAVOR */
/* Define to 1 if `sotype' is member of `nfs_args_t'. */
#define HAVE_NFS_ARGS_T_SOTYPE 1
@ -764,7 +776,7 @@
/* #undef HAVE_NFS_NFS_GFS_H */
/* Define to 1 if you have the <nfs/nfs.h> header file. */
#define HAVE_NFS_NFS_H 1
#define HAVE_NFS_NFS_H 1
/* Define to 1 if you have the <nfs/nfs_mount.h> header file. */
/* #undef HAVE_NFS_NFS_MOUNT_H */
@ -1208,6 +1220,36 @@
/* Define to 1 if you have the `ualarm' function. */
#define HAVE_UALARM 1
/* Define to 1 if `anon_gid' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_ANON_GID 1
/* Define to 1 if `anon_uid' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_ANON_UID 1
/* Define to 1 if `fspec' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_FSPEC 1
/* Define to 1 if `gmtoff' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_GMTOFF 1
/* Define to 1 if `nobody_gid' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_NOBODY_GID 1
/* Define to 1 if `nobody_uid' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_NOBODY_UID 1
/* Define to 1 if `sector_size' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_SECTOR_SIZE 1
/* Define to 1 if `sessionnr' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_SESSIONNR 1
/* Define to 1 if `udfmflags' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_UDFMFLAGS 1
/* Define to 1 if `version' is member of `udf_args_t'. */
#define HAVE_UDF_ARGS_T_VERSION 1
/* Define to 1 if `flags' is member of `ufs_args_t'. */
/* #undef HAVE_UFS_ARGS_T_FLAGS */
@ -1420,7 +1462,7 @@
/* Name of mount type to hide amd mount from df(1) */
#define HIDE_MOUNT_TYPE "nfs"
`
#ifdef __NetBSD__
#include <config_local.h>
#else
@ -1432,19 +1474,19 @@
#define HOST_CPU "x86_64"
/* Define the header version of (linux) hosts (eg. 2.2.10) */
#define HOST_HEADER_VERSION "4.99.71"
#define HOST_HEADER_VERSION "5.99.7"
/* Define name of host */
#define HOST_NAME "mx4.twosigma.com"
#define HOST_NAME "quasar.astron.com"
/* Define name and version of host machine (eg. solaris2.5.1) */
#define HOST_OS "netbsd4.99.71"
#define HOST_OS "netbsd5.99.7"
/* Define only name of host machine OS (eg. solaris2) */
#define HOST_OS_NAME "netbsd"
/* Define only version of host machine (eg. 2.5.1) */
#define HOST_OS_VERSION "4.99.71"
#define HOST_OS_VERSION "5.99.7"
/* Define name of host machine's vendor (eg. sun) */
#define HOST_VENDOR "unknown"
@ -1772,6 +1814,9 @@
/* Force old DOS short names only */
/* #undef MNT2_PCFS_OPT_SHORTNAME */
/* Close session when unmounting */
#define MNT2_UDF_OPT_CLOSESESSION 0x1
/* Name of mount table file name */
/* #undef MNTTAB_FILE_NAME */
@ -1991,6 +2036,9 @@
/* Mount-table entry name for TMPFS filesystem */
#define MNTTAB_TYPE_TMPFS "tmpfs"
/* Mount-table entry name for UDF filesystem */
#define MNTTAB_TYPE_UDF "udf"
/* Mount-table entry name for UFS filesystem */
#define MNTTAB_TYPE_UFS "ffs"
@ -2052,6 +2100,9 @@
/* Mount(2) type/name for TMPFS filesystem */
#define MOUNT_TYPE_TMPFS MOUNT_TMPFS
/* Mount(2) type/name for UDF filesystem */
#define MOUNT_TYPE_UDF MOUNT_UDF
/* Mount(2) type/name for UFS filesystem */
#define MOUNT_TYPE_UFS MOUNT_FFS
@ -2075,7 +2126,7 @@
/* #undef NEED_LIBWRAP_SEVERITY_VARIABLES */
/* Defined to the header file containing ndbm-compatible definitions */
#define NEW_DBM_H <ndbm.h>
#define NEW_DBM_H "ndbm.h"
/* Define the field name for the filehandle within nfs_args_t */
#define NFS_FH_FIELD fh
@ -2136,15 +2187,45 @@
/* define if must NOT use NFS "noconn" option */
/* #undef USE_CONNECTED_NFS_SOCKETS */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* define if must use NFS "noconn" option */
/* #undef USE_UNCONNECTED_NFS_SOCKETS */
/* Version number of package */
#define VERSION "6.2a3"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif
/* Define to the type of xdr procedure type */
#define XDRPROC_T_TYPE xdrproc_t
@ -2156,12 +2237,15 @@
`char[]'. */
#define YYTEXT_POINTER 1
/* Define to 1 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
/* # undef _ALL_SOURCE */
#endif
/* Define to 1 if on MINIX. */
/* #undef _MINIX */
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
/* #undef _POSIX_1_SOURCE */
/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */
/* Define a type/structure for an NFS V2 filehandle */
#define am_nfs_fh nfs_fh
@ -2229,6 +2313,9 @@
/* Define a type for the tmpfs_args structure */
#define tmpfs_args_t struct tmpfs_args
/* Define a type for the udf_args structure */
#define udf_args_t struct udf_args
/* Define a type for the ufs_args structure */
#define ufs_args_t struct ufs_args