home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / cvs-1.11 / source / config.h < prev    next >
C/C++ Source or Header  |  2000-12-17  |  9KB  |  316 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if the closedir function returns void instead of int.  */
  12. #define CLOSEDIR_VOID 1
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. /* #undef gid_t */
  19.  
  20. /* Define if your system has a working fnmatch function.  */
  21. /* #undef HAVE_FNMATCH */
  22.  
  23. /* Define if you support file names longer than 14 characters.  */
  24. #define HAVE_LONG_FILE_NAMES 1
  25.  
  26. /* Define if your struct stat has st_blksize.  */
  27. /* #undef HAVE_ST_BLKSIZE */
  28.  
  29. /* Define if your struct stat has st_rdev.  */
  30. /* #undef HAVE_ST_RDEV */
  31.  
  32. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  33. /* #undef HAVE_SYS_WAIT_H */
  34.  
  35. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  36. #define HAVE_UTIME_NULL 1
  37.  
  38. /* Define if you have <vfork.h>.  */
  39. /* #undef HAVE_VFORK_H */
  40.  
  41. /* Define if on MINIX.  */
  42. /* #undef _MINIX */
  43.  
  44. /* Define to `int' if <sys/types.h> doesn't define.  */
  45. /* #undef mode_t */
  46.  
  47. /* Define to `int' if <sys/types.h> doesn't define.  */
  48. /* #undef pid_t */
  49.  
  50. /* Define if the system does not provide POSIX.1 features except
  51.    with this defined.  */
  52. /* #undef _POSIX_1_SOURCE */
  53.  
  54. /* Define if you need to in order for stat and other things to work.  */
  55. /* #undef _POSIX_SOURCE */
  56.  
  57. /* Define as the return type of signal handlers (int or void).  */
  58. #define RETSIGTYPE void
  59.  
  60. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  61. /* #undef size_t */
  62.  
  63. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  64. /* #undef STAT_MACROS_BROKEN */
  65.  
  66. /* Define if you have the ANSI C header files.  */
  67. #define STDC_HEADERS 1
  68.  
  69. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  70. /* #undef TIME_WITH_SYS_TIME */
  71.  
  72. /* Define to `int' if <sys/types.h> doesn't define.  */
  73. /* #undef uid_t */
  74.  
  75. /* Define vfork as fork if vfork does not work.  */
  76. /* #undef vfork */
  77.  
  78. /* Define if you have MIT Kerberos version 4 available.  */
  79. /* #undef HAVE_KERBEROS */
  80.  
  81. /* Define if you have GSSAPI with MIT Kerberos version 5 available.  */
  82. /* #undef HAVE_GSSAPI */
  83.  
  84. /* Define if GSS_C_NT_HOSTBASED_SERVICE is defined in the gssapi.h
  85.    header file.  Only relevant when using GSSAPI.  */
  86. /* #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE */
  87.  
  88. /* Define if you want CVS to be able to be a remote repository client.  */
  89. #define CLIENT_SUPPORT 1
  90.  
  91. /* Define if you want CVS to be able to serve repositories to remote
  92.    clients.  */
  93. /* #undef SERVER_SUPPORT */
  94.  
  95. /* Define if you want to use the password authenticated server.  */
  96. /* #undef AUTH_SERVER_SUPPORT */
  97.  
  98. /* Define if you want encryption support.  */
  99. /* #undef ENCRYPTION */
  100.  
  101. /* Define if you have the connect function.  */
  102. #define HAVE_CONNECT 1
  103.  
  104. /* Define if you have memchr (always for CVS).  */
  105. #define HAVE_MEMCHR 1
  106.  
  107. /* Define if you have strchr (always for CVS).  */
  108. #define HAVE_STRCHR 1
  109.  
  110. /* Define if utime requires write access to the file (true on Windows,
  111.    but not Unix).  */
  112. /* #undef UTIME_EXPECTS_WRITABLE */
  113.  
  114. /* Define if setmode is required when writing binary data to stdout.  */
  115. /* #undef USE_SETMODE_STDOUT */
  116.  
  117. /* Define if the diff library should use setmode for binary files.
  118.    FIXME: Why two different macros for setmode?  */
  119. /* #undef HAVE_SETMODE */
  120.  
  121. /* Define if you have the crypt function.  */
  122. #define HAVE_CRYPT 1
  123.  
  124. /* Define if you have the getspnam function.  */
  125. /* #undef HAVE_GETSPNAM */
  126.  
  127. /* Define to force lib/regex.c to use malloc instead of alloca.  */
  128. #define REGEX_MALLOC 1
  129.  
  130. /* Define to force lib/regex.c to define re_comp et al.  */
  131. #define _REGEX_RE_COMP 1
  132.  
  133. /* Define if you have the dup2 function.  */
  134. /* #undef HAVE_DUP2 */
  135.  
  136. /* Define if you have the fchdir function.  */
  137. /* #undef HAVE_FCHDIR */
  138.  
  139. /* Define if you have the fchmod function.  */
  140. /* #undef HAVE_FCHMOD */
  141.  
  142. /* Define if you have the fsync function.  */
  143. /* #undef HAVE_FSYNC */
  144.  
  145. /* Define if you have the ftime function.  */
  146. #define HAVE_FTIME 1
  147.  
  148. /* Define if you have the ftruncate function.  */
  149. #define HAVE_FTRUNCATE 1
  150.  
  151. /* Define if you have the getpagesize function.  */
  152. /* #undef HAVE_GETPAGESIZE */
  153.  
  154. /* Define if you have the getpassphrase function.  */
  155. /* #undef HAVE_GETPASSPHRASE */
  156.  
  157. /* Define if you have the initgroups function.  */
  158. #define HAVE_INITGROUPS 1
  159.  
  160. /* Define if you have the krb_get_err_text function.  */
  161. /* #undef HAVE_KRB_GET_ERR_TEXT */
  162.  
  163. /* Define if you have the memmove function.  */
  164. #define HAVE_MEMMOVE 1
  165.  
  166. /* Define if you have the mkdir function.  */
  167. #define HAVE_MKDIR 1
  168.  
  169. /* Define if you have the mknod function.  */
  170. /* #undef HAVE_MKNOD */
  171.  
  172. /* Define if you have the mktemp function.  */
  173. #define HAVE_MKTEMP 1
  174.  
  175. /* Define if you have the putenv function.  */
  176. /* #undef HAVE_PUTENV */
  177.  
  178. /* Define if you have the readlink function.  */
  179. /* #undef HAVE_READLINK */
  180.  
  181. /* Define if you have the rename function.  */
  182. #define HAVE_RENAME 1
  183.  
  184. /* Define if you have the sigaction function.  */
  185. /* #undef HAVE_SIGACTION */
  186.  
  187. /* Define if you have the sigblock function.  */
  188. /* #undef HAVE_SIGBLOCK */
  189.  
  190. /* Define if you have the sigprocmask function.  */
  191. /* #undef HAVE_SIGPROCMASK */
  192.  
  193. /* Define if you have the sigsetmask function.  */
  194. /* #undef HAVE_SIGSETMASK */
  195.  
  196. /* Define if you have the sigvec function.  */
  197. /* #undef HAVE_SIGVEC */
  198.  
  199. /* Define if you have the strerror function.  */
  200. #define HAVE_STRERROR 1
  201.  
  202. /* Define if you have the strstr function.  */
  203. #define HAVE_STRSTR 1
  204.  
  205. /* Define if you have the strtoul function.  */
  206. #define HAVE_STRTOUL 1
  207.  
  208. /* Define if you have the tempnam function.  */
  209. /* #undef HAVE_TEMPNAM */
  210.  
  211. /* Define if you have the timezone function.  */
  212. /* #undef HAVE_TIMEZONE */
  213.  
  214. /* Define if you have the tzset function.  */
  215. #define HAVE_TZSET 1
  216.  
  217. /* Define if you have the valloc function.  */
  218. /* #undef HAVE_VALLOC */
  219.  
  220. /* Define if you have the vprintf function.  */
  221. #define HAVE_VPRINTF 1
  222.  
  223. /* Define if you have the wait3 function.  */
  224. /* #undef HAVE_WAIT3 */
  225.  
  226. /* Define if you have the waitpid function.  */
  227. /* #undef HAVE_WAITPID */
  228.  
  229. /* Define if you have the <direct.h> header file.  */
  230. /* #undef HAVE_DIRECT_H */
  231.  
  232. /* Define if you have the <dirent.h> header file.  */
  233. #define HAVE_DIRENT_H 1
  234.  
  235. /* Define if you have the <errno.h> header file.  */
  236. #define HAVE_ERRNO_H 1
  237.  
  238. /* Define if you have the <fcntl.h> header file.  */
  239. #define HAVE_FCNTL_H 1
  240.  
  241. /* Define if you have the <gssapi.h> header file.  */
  242. /* #undef HAVE_GSSAPI_H */
  243.  
  244. /* Define if you have the <gssapi/gssapi.h> header file.  */
  245. /* #undef HAVE_GSSAPI_GSSAPI_H */
  246.  
  247. /* Define if you have the <gssapi/gssapi_generic.h> header file.  */
  248. /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
  249.  
  250. /* Define if you have the <io.h> header file.  */
  251. /* #undef HAVE_IO_H */
  252.  
  253. /* Define if you have the <krb5.h> header file.  */
  254. /* #undef HAVE_KRB5_H */
  255.  
  256. /* Define if you have the <limits.h> header file.  */
  257. #define HAVE_LIMITS_H 1
  258.  
  259. /* Define if you have the <memory.h> header file.  */
  260. /* #undef HAVE_MEMORY_H */
  261.  
  262. /* Define if you have the <ndbm.h> header file.  */
  263. /* #undef HAVE_NDBM_H */
  264.  
  265. /* Define if you have the <ndir.h> header file.  */
  266. /* #undef HAVE_NDIR_H */
  267.  
  268. /* Define if you have the <string.h> header file.  */
  269. #define HAVE_STRING_H 1
  270.  
  271. /* Define if you have the <sys/bsdtypes.h> header file.  */
  272. /* #undef HAVE_SYS_BSDTYPES_H */
  273.  
  274. /* Define if you have the <sys/dir.h> header file.  */
  275. /* #undef HAVE_SYS_DIR_H */
  276.  
  277. /* Define if you have the <sys/file.h> header file.  */
  278. /* #undef HAVE_SYS_FILE_H */
  279.  
  280. /* Define if you have the <sys/ndir.h> header file.  */
  281. /* #undef HAVE_SYS_NDIR_H */
  282.  
  283. /* Define if you have the <sys/param.h> header file.  */
  284. /* #undef HAVE_SYS_PARAM_H */
  285.  
  286. /* Define if you have the <sys/resource.h> header file.  */
  287. /* #undef HAVE_SYS_RESOURCE_H */
  288.  
  289. /* Define if you have the <sys/select.h> header file.  */
  290. /* #undef HAVE_SYS_SELECT_H */
  291.  
  292. /* Define if you have the <sys/time.h> header file.  */
  293. /* #undef HAVE_SYS_TIME_H */
  294.  
  295. /* Define if you have the <sys/timeb.h> header file.  */
  296. /* #undef HAVE_SYS_TIMEB_H */
  297.  
  298. /* Define if you have the <unistd.h> header file.  */
  299. #define HAVE_UNISTD_H 1
  300.  
  301. /* Define if you have the <utime.h> header file.  */
  302. #define HAVE_UTIME_H 1
  303.  
  304. /* Define if you have the gen library (-lgen).  */
  305. /* #undef HAVE_LIBGEN */
  306.  
  307. #define START_SERVER amiga_start_server
  308. #define SHUTDOWN_SERVER amiga_shutdown_server
  309.  
  310. extern void START_SERVER (int *tofd, int *fromfd,
  311.               char *client_user,
  312.               char *server_user,
  313.               char *server_host,
  314.               char *server_cvsroot);
  315. extern void SHUTDOWN_SERVER (int fd);
  316.