summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-02 05:59:33 +0000
committerpeter <peter@FreeBSD.org>2002-09-02 05:59:33 +0000
commit0e00fb0e5ed7371e0bc81fa51cb66cabce88570f (patch)
treed02086727d6487d4943908848051ce7f1cd4fcd8 /gnu/usr.bin/cvs/lib
parent33b78bdfe9e4044618c816123d5e90f62cc03495 (diff)
downloadFreeBSD-src-0e00fb0e5ed7371e0bc81fa51cb66cabce88570f.zip
FreeBSD-src-0e00fb0e5ed7371e0bc81fa51cb66cabce88570f.tar.gz
Update for 1.11.1p1 -> 1.11.2 import
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
-rw-r--r--gnu/usr.bin/cvs/lib/config.h17
-rw-r--r--gnu/usr.bin/cvs/lib/config.h.proto17
2 files changed, 32 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h
index 4bf02bf..836a00c 100644
--- a/gnu/usr.bin/cvs/lib/config.h
+++ b/gnu/usr.bin/cvs/lib/config.h
@@ -24,6 +24,9 @@
/* Define if you support file names longer than 14 characters. */
#define HAVE_LONG_FILE_NAMES 1
+/* Define if you have a working `mmap' system call. */
+/* #undef HAVE_MMAP */
+
/* Define if your struct stat has st_blksize. */
#define HAVE_ST_BLKSIZE 1
@@ -45,6 +48,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef mode_t */
+/* Define if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
@@ -277,6 +283,9 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
+/* Define if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H 1
@@ -301,12 +310,18 @@
/* Define if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <sys/timeb.h> header file. */
#define HAVE_SYS_TIMEB_H 1
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
/* Define if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
@@ -320,7 +335,7 @@
#define PACKAGE "cvs"
/* Version number of package */
-#define VERSION "1.11.1p1"
+#define VERSION "1.11.2"
/* Path to the pr utility */
#define PR_PROGRAM "/usr/bin/pr"
diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto
index 4bf02bf..836a00c 100644
--- a/gnu/usr.bin/cvs/lib/config.h.proto
+++ b/gnu/usr.bin/cvs/lib/config.h.proto
@@ -24,6 +24,9 @@
/* Define if you support file names longer than 14 characters. */
#define HAVE_LONG_FILE_NAMES 1
+/* Define if you have a working `mmap' system call. */
+/* #undef HAVE_MMAP */
+
/* Define if your struct stat has st_blksize. */
#define HAVE_ST_BLKSIZE 1
@@ -45,6 +48,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef mode_t */
+/* Define if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
@@ -277,6 +283,9 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
+/* Define if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H 1
@@ -301,12 +310,18 @@
/* Define if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <sys/timeb.h> header file. */
#define HAVE_SYS_TIMEB_H 1
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
/* Define if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
@@ -320,7 +335,7 @@
#define PACKAGE "cvs"
/* Version number of package */
-#define VERSION "1.11.1p1"
+#define VERSION "1.11.2"
/* Path to the pr utility */
#define PR_PROGRAM "/usr/bin/pr"
OpenPOWER on IntegriCloud