From 27322c93a5954a628822da5a2c7a0c5664a5bbb7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Sep 2002 05:59:33 +0000 Subject: Update for 1.11.1p1 -> 1.11.2 import --- gnu/usr.bin/cvs/lib/config.h | 17 ++++++++++++++++- gnu/usr.bin/cvs/lib/config.h.proto | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/cvs') diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index 4bf02bf2cf7e..836a00c7fecf 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 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 doesn't define. */ /* #undef pid_t */ @@ -277,6 +283,9 @@ /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ +/* Define if you have the header file. */ +#define HAVE_STDLIB_H 1 + /* Define if you have the header file. */ #define HAVE_STRING_H 1 @@ -301,12 +310,18 @@ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 +/* Define if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIMEB_H 1 +/* Define if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + /* Define if you have the 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 4bf02bf2cf7e..836a00c7fecf 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 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 doesn't define. */ /* #undef pid_t */ @@ -277,6 +283,9 @@ /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ +/* Define if you have the header file. */ +#define HAVE_STDLIB_H 1 + /* Define if you have the header file. */ #define HAVE_STRING_H 1 @@ -301,12 +310,18 @@ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 +/* Define if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIMEB_H 1 +/* Define if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + /* Define if you have the 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" -- cgit v1.2.3