summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/config.h.in
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-01-26 03:09:57 +0000
committerpeter <peter@FreeBSD.org>1998-01-26 03:09:57 +0000
commite6e45661e44f15cb8c5c6f063080509bd910b98d (patch)
treea9812ba7ade0fde6f62c1626b45d522ba104c314 /contrib/cvs/config.h.in
parent571cfa0005d94d99d1341bf8ab02be04d4df5f9f (diff)
downloadFreeBSD-src-e6e45661e44f15cb8c5c6f063080509bd910b98d.zip
FreeBSD-src-e6e45661e44f15cb8c5c6f063080509bd910b98d.tar.gz
Import cvs-1.9.23 as at 19980123. There are a number of really nice
things fixed in here, including the '-ko' vs. -A problem with remote cvs which caused all files with -ko to be resent each time (which is damn painful over a modem, I can tell you). It also found a heap of stray empty directories that should have been pruned with the -P flag to cvs update but were not for some reason. It also has the fully integrated rcs and diff, so no more fork/exec overheads for rcs,ci,patch,diff,etc. This means that it parses the control data in the rcs files only once rather than twice or more. If the 'cvs diff' vs. Index thing is going to be fixed for future patch compatability, this is the place to do it.
Diffstat (limited to 'contrib/cvs/config.h.in')
-rw-r--r--contrib/cvs/config.h.in44
1 files changed, 41 insertions, 3 deletions
diff --git a/contrib/cvs/config.h.in b/contrib/cvs/config.h.in
index ce5ee49..a492190 100644
--- a/contrib/cvs/config.h.in
+++ b/contrib/cvs/config.h.in
@@ -7,6 +7,9 @@
#undef _ALL_SOURCE
#endif
+/* Define if the closedir function returns void instead of int. */
+#undef CLOSEDIR_VOID
+
/* Define to empty if the keyword does not work. */
#undef const
@@ -16,12 +19,18 @@
/* Define if you support file names longer than 14 characters. */
#undef HAVE_LONG_FILE_NAMES
+/* Define if your struct stat has st_blksize. */
+#undef HAVE_ST_BLKSIZE
+
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define if utime(file, NULL) sets file's timestamp to the present. */
#undef HAVE_UTIME_NULL
+/* Define if you have <vfork.h>. */
+#undef HAVE_VFORK_H
+
/* Define if on MINIX. */
#undef _MINIX
@@ -56,9 +65,15 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
+/* Define vfork as fork if vfork does not work. */
+#undef vfork
+
/* 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
@@ -75,6 +90,23 @@
/* 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
+
/* Define if you have the crypt function. */
#undef HAVE_CRYPT
@@ -138,9 +170,6 @@
/* Define if you have the tzset function. */
#undef HAVE_TZSET
-/* Define if you have the vfork function. */
-#undef HAVE_VFORK
-
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
@@ -162,6 +191,9 @@
/* Define if you have the <io.h> header file. */
#undef HAVE_IO_H
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -180,6 +212,9 @@
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
+/* Define if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
@@ -207,6 +242,9 @@
/* Define if you have the crypt library (-lcrypt). */
#undef HAVE_LIBCRYPT
+/* Define if you have the gen library (-lgen). */
+#undef HAVE_LIBGEN
+
/* Define if you have the inet library (-linet). */
#undef HAVE_LIBINET
OpenPOWER on IntegriCloud