home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / netkit-a.06 / netkit-a / NetKit-A-0.06 / nfs-server-2.0 / acconfig.h next >
Encoding:
Text File  |  1993-10-07  |  2.0 KB  |  65 lines

  1.  
  2. /* XXX */
  3. #undef CRAY_STACKSEG_END
  4.  
  5. /* Define if your rpcgen has the -C option to generate ANSI C.  */
  6. #undef HAVE_RPCGEN_C
  7.  
  8. /* Define if your rpcgen has the -I option to generate servers
  9.    that can be started from a port monitor like inetd or the listener.  */
  10. #undef HAVE_RPCGEN_I
  11.  
  12. /* Define this to the numerical user id of the anonymous NFS user
  13.    (commonly nobody).  */
  14. #undef NOBODY_UID
  15.  
  16. /* Define this to the numerical group id of the anonymous NFS user
  17.    (commonly nogroup).  */
  18. #undef NOBODY_GID
  19.  
  20. /* Define if your system uses the OSF/1 method of getting the mount list.  */
  21. #undef MOUNTED_GETFSSTAT
  22.  
  23. /* Define if your system uses the SysVr4 method of getting the mount list.  */
  24. #undef MOUNTED_GETMNTENT2
  25.  
  26. /* Define if your system uses the AIX method of getting the mount list.  */
  27. #undef MOUNTED_VMOUNT
  28.  
  29. /* Define if your system uses the SysVr3 method of getting the mount list.  */
  30. #undef MOUNTED_FREAD_FSTYP
  31.  
  32. /* Define if your system uses the BSD4.3 method of getting the mount list.  */
  33. #undef MOUNTED_GETMNTENT1
  34.  
  35. /* Define if your system uses the BSD4.4 method of getting the mount list.  */
  36. #undef MOUNTED_GETMNTINFO
  37.  
  38. /* Define if your system uses the Ultrix method of getting the mount list.  */
  39. #undef MOUNTED_GETMNT
  40.  
  41. /* Define if your system uses the SysVr2 method of getting the mount list.  */
  42. #undef MOUNTED_FREAD
  43.  
  44. /* Define if your system uses the OSF/1 method of getting fs usage.  */
  45. #undef STATFS_OSF1
  46.  
  47. /* Define if your system uses the SysVr2 method of getting fs usage.  */
  48. #undef STAT_READ
  49.  
  50. /* Define if your system uses the BSD4.3 method of getting fs usage.  */
  51. #undef STAT_STATFS2_BSIZE
  52.  
  53. /* Define if your system uses the BSD4.4 method of getting fs usage.  */
  54. #undef STAT_STATFS2_FSIZE
  55.  
  56. /* Define if your system uses the Ultrix method of getting fs usage.  */
  57. #undef STAT_STATFS2_FS_DATA
  58.  
  59. /* Define if your system uses the SysVr3 method of getting fs usage.  */
  60. #undef STAT_STATFS4
  61.  
  62. /* Define if your system uses the SysVr4 method of getting fs usage.  */
  63. #undef STAT_STATVFS
  64.  
  65.