summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/acconfig.h')
-rw-r--r--contrib/cvs/acconfig.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/cvs/acconfig.h b/contrib/cvs/acconfig.h
index 8bbda6f..21c5fe7 100644
--- a/contrib/cvs/acconfig.h
+++ b/contrib/cvs/acconfig.h
@@ -1,6 +1,9 @@
/* 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 you want CVS to be able to be a remote repository client. */
#undef CLIENT_SUPPORT
@@ -16,3 +19,20 @@
/* Define if you have the connect function. */
#undef HAVE_CONNECT
+
+/* 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
OpenPOWER on IntegriCloud