summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/config.h.in')
-rw-r--r--gnu/usr.bin/cvs/config.h.in28
1 files changed, 18 insertions, 10 deletions
diff --git a/gnu/usr.bin/cvs/config.h.in b/gnu/usr.bin/cvs/config.h.in
index b8b42f0b38c..7753304fb8b 100644
--- a/gnu/usr.bin/cvs/config.h.in
+++ b/gnu/usr.bin/cvs/config.h.in
@@ -89,10 +89,6 @@
/* Define if you have MIT Kerberos version 4 available. */
#undef HAVE_KERBEROS
-/* This is always defined; it tells some library files to include
- CVS-specific features. */
-#undef CVS_SUPPORT
-
/* Define if you want CVS to be able to be a remote repository client. */
#undef CLIENT_SUPPORT
@@ -100,12 +96,6 @@
clients. */
#undef SERVER_SUPPORT
-/* the path to the gnu diff program on your system */
-#undef DIFF
-
-/* the path to the gnu grep program on your system */
-#undef GREP
-
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -145,6 +135,21 @@
/* Define if you have the setvbuf function. */
#undef HAVE_SETVBUF
+/* Define if you have the sigaction function. */
+#undef HAVE_SIGACTION
+
+/* Define if you have the sigblock function. */
+#undef HAVE_SIGBLOCK
+
+/* Define if you have the sigprocmask function. */
+#undef HAVE_SIGPROCMASK
+
+/* Define if you have the sigsetmask function. */
+#undef HAVE_SIGSETMASK
+
+/* Define if you have the sigvec function. */
+#undef HAVE_SIGVEC
+
/* Define if you have the timezone function. */
#undef HAVE_TIMEZONE
@@ -193,6 +198,9 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H