home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / config.h.in < prev    next >
Text File  |  1996-09-28  |  6KB  |  218 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 to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define to `int' if <sys/types.h> doesn't define.  */
  14. #undef gid_t
  15.  
  16. /* Define if you support file names longer than 14 characters.  */
  17. #undef HAVE_LONG_FILE_NAMES
  18.  
  19. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  20. #undef HAVE_SYS_WAIT_H
  21.  
  22. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  23. #undef HAVE_UTIME_NULL
  24.  
  25. /* Define if on MINIX.  */
  26. #undef _MINIX
  27.  
  28. /* Define to `int' if <sys/types.h> doesn't define.  */
  29. #undef mode_t
  30.  
  31. /* Define to `int' if <sys/types.h> doesn't define.  */
  32. #undef pid_t
  33.  
  34. /* Define if the system does not provide POSIX.1 features except
  35.    with this defined.  */
  36. #undef _POSIX_1_SOURCE
  37.  
  38. /* Define if you need to in order for stat and other things to work.  */
  39. #undef _POSIX_SOURCE
  40.  
  41. /* Define as the return type of signal handlers (int or void).  */
  42. #undef RETSIGTYPE
  43.  
  44. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  45. #undef size_t
  46.  
  47. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  48. #undef STAT_MACROS_BROKEN
  49.  
  50. /* Define if you have the ANSI C header files.  */
  51. #undef STDC_HEADERS
  52.  
  53. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  54. #undef TIME_WITH_SYS_TIME
  55.  
  56. /* Define to `int' if <sys/types.h> doesn't define.  */
  57. #undef uid_t
  58.  
  59. /* Define if you have MIT Kerberos version 4 available.  */
  60. #undef HAVE_KERBEROS
  61.  
  62. /* Define if you want CVS to be able to be a remote repository client.  */
  63. #undef CLIENT_SUPPORT
  64.  
  65. /* Define if you want CVS to be able to serve repositories to remote
  66.    clients.  */
  67. #undef SERVER_SUPPORT
  68.  
  69. /* Define if you want to use the password authenticated server.  */
  70. #undef AUTH_SERVER_SUPPORT
  71.  
  72. /* The number of bytes in a int.  */
  73. #undef SIZEOF_INT
  74.  
  75. /* The number of bytes in a long.  */
  76. #undef SIZEOF_LONG
  77.  
  78. /* Define if you have the connect function.  */
  79. #undef HAVE_CONNECT
  80.  
  81. /* Define if you have the crypt function.  */
  82. #undef HAVE_CRYPT
  83.  
  84. /* Define if you have the fchdir function.  */
  85. #undef HAVE_FCHDIR
  86.  
  87. /* Define if you have the fchmod function.  */
  88. #undef HAVE_FCHMOD
  89.  
  90. /* Define if you have the fsync function.  */
  91. #undef HAVE_FSYNC
  92.  
  93. /* Define if you have the ftime function.  */
  94. #undef HAVE_FTIME
  95.  
  96. /* Define if you have the ftruncate function.  */
  97. #undef HAVE_FTRUNCATE
  98.  
  99. /* Define if you have the getpagesize function.  */
  100. #undef HAVE_GETPAGESIZE
  101.  
  102. /* Define if you have the getspnam function.  */
  103. #undef HAVE_GETSPNAM
  104.  
  105. /* Define if you have the initgroups function.  */
  106. #undef HAVE_INITGROUPS
  107.  
  108. /* Define if you have the krb_get_err_text function.  */
  109. #undef HAVE_KRB_GET_ERR_TEXT
  110.  
  111. /* Define if you have the mkfifo function.  */
  112. #undef HAVE_MKFIFO
  113.  
  114. /* Define if you have the putenv function.  */
  115. #undef HAVE_PUTENV
  116.  
  117. /* Define if you have the readlink function.  */
  118. #undef HAVE_READLINK
  119.  
  120. /* Define if you have the setvbuf function.  */
  121. #undef HAVE_SETVBUF
  122.  
  123. /* Define if you have the sigaction function.  */
  124. #undef HAVE_SIGACTION
  125.  
  126. /* Define if you have the sigblock function.  */
  127. #undef HAVE_SIGBLOCK
  128.  
  129. /* Define if you have the sigprocmask function.  */
  130. #undef HAVE_SIGPROCMASK
  131.  
  132. /* Define if you have the sigsetmask function.  */
  133. #undef HAVE_SIGSETMASK
  134.  
  135. /* Define if you have the sigvec function.  */
  136. #undef HAVE_SIGVEC
  137.  
  138. /* Define if you have the timezone function.  */
  139. #undef HAVE_TIMEZONE
  140.  
  141. /* Define if you have the vfork function.  */
  142. #undef HAVE_VFORK
  143.  
  144. /* Define if you have the vprintf function.  */
  145. #undef HAVE_VPRINTF
  146.  
  147. /* Define if you have the <direct.h> header file.  */
  148. #undef HAVE_DIRECT_H
  149.  
  150. /* Define if you have the <dirent.h> header file.  */
  151. #undef HAVE_DIRENT_H
  152.  
  153. /* Define if you have the <errno.h> header file.  */
  154. #undef HAVE_ERRNO_H
  155.  
  156. /* Define if you have the <fcntl.h> header file.  */
  157. #undef HAVE_FCNTL_H
  158.  
  159. /* Define if you have the <io.h> header file.  */
  160. #undef HAVE_IO_H
  161.  
  162. /* Define if you have the <memory.h> header file.  */
  163. #undef HAVE_MEMORY_H
  164.  
  165. /* Define if you have the <ndbm.h> header file.  */
  166. #undef HAVE_NDBM_H
  167.  
  168. /* Define if you have the <ndir.h> header file.  */
  169. #undef HAVE_NDIR_H
  170.  
  171. /* Define if you have the <string.h> header file.  */
  172. #undef HAVE_STRING_H
  173.  
  174. /* Define if you have the <sys/bsdtypes.h> header file.  */
  175. #undef HAVE_SYS_BSDTYPES_H
  176.  
  177. /* Define if you have the <sys/dir.h> header file.  */
  178. #undef HAVE_SYS_DIR_H
  179.  
  180. /* Define if you have the <sys/ndir.h> header file.  */
  181. #undef HAVE_SYS_NDIR_H
  182.  
  183. /* Define if you have the <sys/param.h> header file.  */
  184. #undef HAVE_SYS_PARAM_H
  185.  
  186. /* Define if you have the <sys/resource.h> header file.  */
  187. #undef HAVE_SYS_RESOURCE_H
  188.  
  189. /* Define if you have the <sys/select.h> header file.  */
  190. #undef HAVE_SYS_SELECT_H
  191.  
  192. /* Define if you have the <sys/time.h> header file.  */
  193. #undef HAVE_SYS_TIME_H
  194.  
  195. /* Define if you have the <sys/timeb.h> header file.  */
  196. #undef HAVE_SYS_TIMEB_H
  197.  
  198. /* Define if you have the <unistd.h> header file.  */
  199. #undef HAVE_UNISTD_H
  200.  
  201. /* Define if you have the <utime.h> header file.  */
  202. #undef HAVE_UTIME_H
  203.  
  204. /* Define if you have the crypt library (-lcrypt).  */
  205. #undef HAVE_LIBCRYPT
  206.  
  207. /* Define if you have the inet library (-linet).  */
  208. #undef HAVE_LIBINET
  209.  
  210. /* Define if you have the nsl library (-lnsl).  */
  211. #undef HAVE_LIBNSL
  212.  
  213. /* Define if you have the nsl_s library (-lnsl_s).  */
  214. #undef HAVE_LIBNSL_S
  215.  
  216. /* Define if you have the socket library (-lsocket).  */
  217. #undef HAVE_LIBSOCKET
  218.