File: acconfig.h

package info (click to toggle)
gcvs 1.0final-17
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,248 kB
  • ctags: 10,629
  • sloc: ansic: 71,711; cpp: 39,785; sh: 18,434; makefile: 1,917; yacc: 1,299; tcl: 1,283; perl: 910; lex: 249; csh: 185; lisp: 7
file content (64 lines) | stat: -rwxr-xr-x 1,804 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* Define if you have MIT Kerberos version 4 available.  */
#undef HAVE_KERBEROS

/* Define if you have GSSAPI with MIT Kerberos version 5 available.  */
#undef HAVE_GSSAPI

/* Define if GSS_C_NT_HOSTBASED_SERVICE is defined in the gssapi.h
   header file.  Only relevant when using GSSAPI.  */
#undef HAVE_GSS_C_NT_HOSTBASED_SERVICE

/* Define if you want CVS to be able to be a remote repository client.  */
#undef CLIENT_SUPPORT

/* Define if you want CVS to be able to serve repositories to remote
   clients.  */
#undef SERVER_SUPPORT

/* Define if you want to use the password authenticated server.  */
#undef AUTH_SERVER_SUPPORT

/* Define if you want encryption support.  */
#undef ENCRYPTION

/* Define if you have the connect function.  */
#undef HAVE_CONNECT

/* Define if this system supports chown(), link(), and friends.  */
#undef PRESERVE_PERMISSIONS_SUPPORT

/* Define if you have memchr (always for CVS).  */
#undef HAVE_MEMCHR

/* Define if you have strchr (always for CVS).  */
#undef HAVE_STRCHR

/* Define if utime requires write access to the file (true on Windows,
   but not Unix).  */
#undef UTIME_EXPECTS_WRITABLE

/* Define if setmode is required when writing binary data to stdout.  */
#undef USE_SETMODE_STDOUT

/* Define if the diff library should use setmode for binary files.
   FIXME: Why two different macros for setmode?  */
#undef HAVE_SETMODE

/* Define if you have the crypt function.  */
#undef HAVE_CRYPT

/* Define if you have the getspnam function.  */
#undef HAVE_GETSPNAM

/* Define to force lib/regex.c to use malloc instead of alloca.  */
#undef REGEX_MALLOC

/* Define to force lib/regex.c to define re_comp et al.  */
#undef _REGEX_RE_COMP

@BOTTOM@
/* cvs gui options */
#ifdef CVSGUI
	/* make some intercepts */
#	include "cvsgui.h"
#endif /* CVSGUI */