home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / nfs-serv.1 / nfs-serv / nfs-server-2.1 / config.h.in < prev    next >
Encoding:
Text File  |  1995-03-10  |  6.0 KB  |  222 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have dirent.h.  */
  21. #undef DIRENT
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #undef GETGROUPS_T
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. #undef gid_t
  29.  
  30. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  31. #undef HAVE_ALLOCA_H
  32.  
  33. /* Define if you don't have vprintf but do have _doprnt.  */
  34. #undef HAVE_DOPRNT
  35.  
  36. /* Define if your struct stat has st_blksize.  */
  37. #undef HAVE_ST_BLKSIZE
  38.  
  39. /* Define if your struct stat has st_blocks.  */
  40. #undef HAVE_ST_BLOCKS
  41.  
  42. /* Define if your struct stat has st_rdev.  */
  43. #undef HAVE_ST_RDEV
  44.  
  45. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  46. #undef HAVE_UTIME_NULL
  47.  
  48. /* Define if you have the vprintf function.  */
  49. #undef HAVE_VPRINTF
  50.  
  51. /* Define if major, minor, and makedev are declared in mkdev.h.  */
  52. #undef MAJOR_IN_MKDEV
  53.  
  54. /* Define if major, minor, and makedev are declared in sysmacros.h.  */
  55. #undef MAJOR_IN_SYSMACROS
  56.  
  57. /* Define if on MINIX.  */
  58. #undef _MINIX
  59.  
  60. /* Define to `int' if <sys/types.h> doesn't define.  */
  61. #undef mode_t
  62.  
  63. /* Define if you don't have dirent.h, but have ndir.h.  */
  64. #undef NDIR
  65.  
  66. /* Define if the system does not provide POSIX.1 features except
  67.    with this defined.  */
  68. #undef _POSIX_1_SOURCE
  69.  
  70. /* Define if you need to in order for stat and other things to work.  */
  71. #undef _POSIX_SOURCE
  72.  
  73. /* Define as the return type of signal handlers (int or void).  */
  74. #undef RETSIGTYPE
  75.  
  76. /* If using the C implementation of alloca, define if you know the
  77.    direction of stack growth for your system; otherwise it will be
  78.    automatically deduced at run-time.
  79.     STACK_DIRECTION > 0 => grows toward higher addresses
  80.     STACK_DIRECTION < 0 => grows toward lower addresses
  81.     STACK_DIRECTION = 0 => direction of growth unknown
  82.  */
  83. #undef STACK_DIRECTION
  84.  
  85. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  86. #undef STAT_MACROS_BROKEN
  87.  
  88. /* Define if you have the ANSI C header files.  */
  89. #undef STDC_HEADERS
  90.  
  91. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  92. #undef SYSDIR
  93.  
  94. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  95. #undef SYSNDIR
  96.  
  97. /* Define to `int' if <sys/types.h> doesn't define.  */
  98. #undef uid_t
  99.  
  100. /* Define if the closedir function returns void instead of int.  */
  101. #undef VOID_CLOSEDIR
  102.  
  103. /* XXX */
  104. #undef CRAY_STACKSEG_END
  105.  
  106. /* Define if your rpcgen has the -C option to generate ANSI C.  */
  107. #undef HAVE_RPCGEN_C
  108.  
  109. /* Define if your rpcgen has the -I option to generate servers
  110.    that can be started from a port monitor like inetd or the listener.  */
  111. #undef HAVE_RPCGEN_I
  112.  
  113. /* Define this to the numerical user id of the anonymous NFS user
  114.    (commonly nobody).  */
  115. #undef NOBODY_UID
  116.  
  117. /* Define this to the numerical group id of the anonymous NFS user
  118.    (commonly nogroup).  */
  119. #undef NOBODY_GID
  120.  
  121. /* Define if your system uses the OSF/1 method of getting the mount list.  */
  122. #undef MOUNTED_GETFSSTAT
  123.  
  124. /* Define if your system uses the SysVr4 method of getting the mount list.  */
  125. #undef MOUNTED_GETMNTENT2
  126.  
  127. /* Define if your system uses the AIX method of getting the mount list.  */
  128. #undef MOUNTED_VMOUNT
  129.  
  130. /* Define if your system uses the SysVr3 method of getting the mount list.  */
  131. #undef MOUNTED_FREAD_FSTYP
  132.  
  133. /* Define if your system uses the BSD4.3 method of getting the mount list.  */
  134. #undef MOUNTED_GETMNTENT1
  135.  
  136. /* Define if your system uses the BSD4.4 method of getting the mount list.  */
  137. #undef MOUNTED_GETMNTINFO
  138.  
  139. /* Define if your system uses the Ultrix method of getting the mount list.  */
  140. #undef MOUNTED_GETMNT
  141.  
  142. /* Define if your system uses the SysVr2 method of getting the mount list.  */
  143. #undef MOUNTED_FREAD
  144.  
  145. /* Define if your system uses the OSF/1 method of getting fs usage.  */
  146. #undef STATFS_OSF1
  147.  
  148. /* Define if your system uses the SysVr2 method of getting fs usage.  */
  149. #undef STAT_READ
  150.  
  151. /* Define if your system uses the BSD4.3 method of getting fs usage.  */
  152. #undef STAT_STATFS2_BSIZE
  153.  
  154. /* Define if your system uses the BSD4.4 method of getting fs usage.  */
  155. #undef STAT_STATFS2_FSIZE
  156.  
  157. /* Define if your system uses the Ultrix method of getting fs usage.  */
  158. #undef STAT_STATFS2_FS_DATA
  159.  
  160. /* Define if your system uses the SysVr3 method of getting fs usage.  */
  161. #undef STAT_STATFS4
  162.  
  163. /* Define if your system uses the SysVr4 method of getting fs usage.  */
  164. #undef STAT_STATVFS
  165.  
  166. /* Define if you have getcwd.  */
  167. #undef HAVE_GETCWD
  168.  
  169. /* Define if you have getdtablesize.  */
  170. #undef HAVE_GETDTABLESIZE
  171.  
  172. /* Define if you have lchown.  */
  173. #undef HAVE_LCHOWN
  174.  
  175. /* Define if you have seteuid.  */
  176. #undef HAVE_SETEUID
  177.  
  178. /* Define if you have setfsgid.  */
  179. #undef HAVE_SETFSGID
  180.  
  181. /* Define if you have setfsuid.  */
  182. #undef HAVE_SETFSUID
  183.  
  184. /* Define if you have setgroups.  */
  185. #undef HAVE_SETGROUPS
  186.  
  187. /* Define if you have setreuid.  */
  188. #undef HAVE_SETREUID
  189.  
  190. /* Define if you have setsid.  */
  191. #undef HAVE_SETSID
  192.  
  193. /* Define if you have the <fcntl.h> header file.  */
  194. #undef HAVE_FCNTL_H
  195.  
  196. /* Define if you have the <memory.h> header file.  */
  197. #undef HAVE_MEMORY_H
  198.  
  199. /* Define if you have the <string.h> header file.  */
  200. #undef HAVE_STRING_H
  201.  
  202. /* Define if you have the <sys/file.h> header file.  */
  203. #undef HAVE_SYS_FILE_H
  204.  
  205. /* Define if you have the <sys/time.h> header file.  */
  206. #undef HAVE_SYS_TIME_H
  207.  
  208. /* Define if you have the <syslog.h> header file.  */
  209. #undef HAVE_SYSLOG_H
  210.  
  211. /* Define if you have the <unistd.h> header file.  */
  212. #undef HAVE_UNISTD_H
  213.  
  214. /* Define if you have the <utime.h> header file.  */
  215. #undef HAVE_UTIME_H
  216.  
  217. /* Define if you have the nsl library (-lnsl).  */
  218. #undef HAVE_LIBNSL
  219.  
  220. /* Define if you have the socket library (-lsocket).  */
  221. #undef HAVE_LIBSOCKET
  222.