home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume21 / amd / part01 / os-riscix.h < prev    next >
Text File  |  1990-04-10  |  2KB  |  74 lines

  1. /* $Id: os-riscix.h,v 5.1.1.1 89/11/28 18:04:13 jsp Exp Locker: jsp $ */
  2.  
  3. /*
  4.  * Acorn Archimedes RISC iX definitions for Amd (automounter)
  5.  * Contributed by Piete Brooks.
  6.  *
  7.  * Copyright (c) 1989 Jan-Simon Pendry
  8.  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
  9.  * Copyright (c) 1989 The Regents of the University of California.
  10.  * All rights reserved.
  11.  *
  12.  * This code is derived from software contributed to Berkeley by
  13.  * Jan-Simon Pendry at Imperial College, London.
  14.  *
  15.  * Redistribution and use in source and binary forms are permitted
  16.  * provided that the above copyright notice and this paragraph are
  17.  * duplicated in all such forms and that any documentation,
  18.  * advertising materials, and other materials related to such
  19.  * distribution and use acknowledge that the software was developed
  20.  * by Imperial College of Science, Technology and Medicine, London, UK.
  21.  * The names of the College and University may not be used to endorse
  22.  * or promote products derived from this software without specific
  23.  * prior written permission.
  24.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  25.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  26.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  27.  *
  28.  *    %W% (Berkeley) %G%
  29.  */
  30.  
  31. /*
  32.  * Does the compiler grok void *
  33.  */
  34. #define    VOIDP
  35.  
  36. /*
  37.  * Which version of the Sun RPC library we are using
  38.  * This is the implementation release number, not
  39.  * the protocol revision number.
  40.  */
  41. #define    RPC_3
  42.  
  43. /*
  44.  * Which version of the NFS interface are we using.
  45.  * This is the implementation release number, not
  46.  * the protocol revision number.
  47.  */
  48. #define    NFS_3
  49.  
  50. /*
  51.  * Does this OS have NDBM support?
  52.  */
  53. #define OS_HAS_NDBM
  54.  
  55. /*
  56.  * Byte ordering
  57.  */
  58. #undef    ARCH_ENDIAN
  59. #define    ARCH_ENDIAN "little"
  60.  
  61. /*
  62.  * Is the mount table mirrored in software
  63.  */
  64. #define    UPDATE_MTAB
  65.  
  66. /*
  67.  * Name of filesystem types
  68.  */
  69. #define    MOUNT_TYPE_NFS    MOUNT_NFS
  70. #define    MOUNT_TYPE_UFS    MOUNT_UFS
  71.  
  72. #undef    MTAB_TYPE_UFS
  73. #define    MTAB_TYPE_UFS    MNTTYPE_43
  74.