summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/config.h.in
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-10 09:43:22 +0000
committerpeter <peter@FreeBSD.org>2001-08-10 09:43:22 +0000
commita037ef8f32200b26968e77344bcfb963251fa8b9 (patch)
tree2b4dc24b830b514680009ead3884ecb1c40974c7 /contrib/cvs/config.h.in
parent590c411955d6975551ffeaf41d7faf4b26f836d1 (diff)
downloadFreeBSD-src-a037ef8f32200b26968e77344bcfb963251fa8b9.zip
FreeBSD-src-a037ef8f32200b26968e77344bcfb963251fa8b9.tar.gz
Import cvs-1.11.1p1 onto vendor branch
Diffstat (limited to 'contrib/cvs/config.h.in')
-rw-r--r--contrib/cvs/config.h.in47
1 files changed, 38 insertions, 9 deletions
diff --git a/contrib/cvs/config.h.in b/contrib/cvs/config.h.in
index 438b798..986998f 100644
--- a/contrib/cvs/config.h.in
+++ b/contrib/cvs/config.h.in
@@ -77,13 +77,6 @@
/* 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
@@ -147,12 +140,18 @@
/* Define if you have the ftruncate function. */
#undef HAVE_FTRUNCATE
+/* Define if you have the getgroups function. */
+#undef HAVE_GETGROUPS
+
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
/* Define if you have the getpassphrase function. */
#undef HAVE_GETPASSPHRASE
+/* Define if you have the gettimeofday function. */
+#undef HAVE_GETTIMEOFDAY
+
/* Define if you have the initgroups function. */
#undef HAVE_INITGROUPS
@@ -168,9 +167,15 @@
/* Define if you have the mknod function. */
#undef HAVE_MKNOD
+/* Define if you have the mkstemp function. */
+#undef HAVE_MKSTEMP
+
/* Define if you have the mktemp function. */
#undef HAVE_MKTEMP
+/* Define if you have the nanosleep function. */
+#undef HAVE_NANOSLEEP
+
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
@@ -180,6 +185,9 @@
/* Define if you have the rename function. */
#undef HAVE_RENAME
+/* Define if you have the select function. */
+#undef HAVE_SELECT
+
/* Define if you have the sigaction function. */
#undef HAVE_SIGACTION
@@ -213,6 +221,9 @@
/* Define if you have the tzset function. */
#undef HAVE_TZSET
+/* Define if you have the usleep function. */
+#undef HAVE_USLEEP
+
/* Define if you have the valloc function. */
#undef HAVE_VALLOC
@@ -294,11 +305,29 @@
/* Define if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
+/* Define if you have the <syslog.h> header file. */
+#undef HAVE_SYSLOG_H
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
-/* Define if you have the gen library (-lgen). */
-#undef HAVE_LIBGEN
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
+/* Path to the pr utility */
+#undef PR_PROGRAM
+
+/* Define if you have GSSAPI with Kerberos version 5 available. */
+#undef HAVE_GSSAPI
+
+/* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
+in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only relevant
+when using GSSAPI. */
+#undef GSS_C_NT_HOSTBASED_SERVICE
+
OpenPOWER on IntegriCloud